| Package | Description |
|---|---|
| com.google.cloud.tools.jib.event |
| Modifier and Type | Field and Description |
|---|---|
static JibEventType<JibEvent> |
JibEventType.ALL
All event types.
|
static JibEventType<LogEvent> |
JibEventType.LOGGING
Event with a message to use for logging purposes.
|
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 © 2018. All rights reserved.