| Package | Description |
|---|---|
| com.google.cloud.tools.jib.api | |
| com.google.cloud.tools.jib.event | |
| com.google.cloud.tools.jib.maven | |
| com.google.cloud.tools.jib.plugins.common |
| Modifier and Type | Method and Description |
|---|---|
Containerizer |
Containerizer.setEventHandlers(EventHandlers eventHandlers)
Sets the
EventHandlers to handle events dispatched during Jib's execution. |
| Modifier and Type | Method and Description |
|---|---|
EventHandlers |
EventHandlers.add(Consumer<JibEvent> eventConsumer)
Adds the
eventConsumer to handle all JibEvent types. |
<E extends JibEvent> |
EventHandlers.add(JibEventType<E> eventType,
Consumer<E> eventConsumer)
|
| Constructor and Description |
|---|
DefaultEventDispatcher(EventHandlers eventHandlers)
Creates an instance from
Handlers in an EventHandlers. |
| Modifier and Type | Method and Description |
|---|---|
EventHandlers |
MavenProjectProperties.getEventHandlers() |
| Modifier and Type | Method and Description |
|---|---|
EventHandlers |
ProjectProperties.getEventHandlers() |
Copyright © 2019. All rights reserved.