| Package | Description |
|---|---|
| com.google.cloud.tools.jib.api | |
| com.google.cloud.tools.jib.event | |
| com.google.cloud.tools.jib.event.events |
| Modifier and Type | Class and Description |
|---|---|
class |
LogEvent
Log message event.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends JibEvent> |
Containerizer.addEventHandler(Class<E> eventType,
Consumer<? super E> eventConsumer)
|
| Modifier and Type | Method and Description |
|---|---|
Containerizer |
Containerizer.addEventHandler(Consumer<JibEvent> eventConsumer)
Adds the
eventConsumer to handle all JibEvent types. |
| Modifier and Type | Method and Description |
|---|---|
<E extends JibEvent> |
EventHandlers.Builder.add(Class<E> eventType,
Consumer<? super E> eventConsumer)
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventHandlers.dispatch(JibEvent jibEvent)
Dispatches
jibEvent to all the handlers that can handle it. |
| Modifier and Type | Class and Description |
|---|---|
class |
ProgressEvent
Event representing progress.
|
class |
TimerEvent
Timer event for timing various part of Jib's execution.
|
Copyright © 2019. All rights reserved.