| Package | Description |
|---|---|
| com.google.cloud.tools.jib.event | |
| com.google.cloud.tools.jib.event.events |
| Modifier and Type | Class and Description |
|---|---|
class |
JibEventType<E extends JibEvent>
Holds references to all
JibEvent types. |
| Modifier and Type | Field and Description |
|---|---|
static JibEventType<JibEvent> |
JibEventType.ALL
All event types.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends JibEvent> |
EventHandlers.add(JibEventType<E> eventType,
Consumer<E> eventConsumer)
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventDispatcher.dispatch(JibEvent jibEvent) |
void |
DefaultEventDispatcher.dispatch(JibEvent jibEvent)
Dispatches
jibEvent to all the handlers that can handle it. |
| Modifier and Type | Method and Description |
|---|---|
EventHandlers |
EventHandlers.add(Consumer<JibEvent> eventConsumer)
Adds the
eventConsumer to handle all JibEvent types. |
| Modifier and Type | Class and Description |
|---|---|
class |
LayerCountEvent
Event used for counting layers processed during a build step.
|
class |
LogEvent
Log message event.
|
class |
ProgressEvent
Event representing progress.
|
class |
TimerEvent
Timer event for timing various part of Jib's execution.
|
Copyright © 2019. All rights reserved.