| Modifier and Type | Field and Description |
|---|---|
static JibEventType<JibEvent> |
ALL
All event types.
|
static JibEventType<LayerCountEvent> |
LAYER_COUNT
Event used for counting layers processed during a build step.
|
static JibEventType<LogEvent> |
LOGGING
Event with a message to use for logging purposes.
|
static JibEventType<ProgressEvent> |
PROGRESS
Event indicating progress for tasks in Jib's execution.
|
static JibEventType<TimerEvent> |
TIMING
Timer event for timing various part of Jib's execution.
|
public static final JibEventType<JibEvent> ALL
public static final JibEventType<LogEvent> LOGGING
public static final JibEventType<TimerEvent> TIMING
public static final JibEventType<ProgressEvent> PROGRESS
public static final JibEventType<LayerCountEvent> LAYER_COUNT
Copyright © 2019. All rights reserved.