| Package | Description |
|---|---|
| com.google.cloud.tools.jib.event |
| Modifier and Type | Field and Description |
|---|---|
static JibEventType<JibEvent> |
JibEventType.ALL
All event types.
|
static JibEventType<LayerCountEvent> |
JibEventType.LAYER_COUNT
Event used for counting layers processed during a build step.
|
static JibEventType<LogEvent> |
JibEventType.LOGGING
Event with a message to use for logging purposes.
|
static JibEventType<ProgressEvent> |
JibEventType.PROGRESS
Event indicating progress for tasks in Jib's execution.
|
static JibEventType<TimerEvent> |
JibEventType.TIMING
Timer event for timing various part of Jib's execution.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends JibEvent> |
EventHandlers.add(JibEventType<E> eventType,
Consumer<E> eventConsumer)
|
Copyright © 2019. All rights reserved.