| Package | Description |
|---|---|
| com.google.cloud.tools.jib.builder | |
| com.google.cloud.tools.jib.configuration | |
| com.google.cloud.tools.jib.event | |
| com.google.cloud.tools.jib.registry |
| Modifier and Type | Method and Description |
|---|---|
static ProgressEventDispatcher |
ProgressEventDispatcher.newRoot(EventHandlers eventHandlers,
String description,
long allocationUnits)
Creates a new
ProgressEventDispatcher with a root Allocation. |
| Constructor and Description |
|---|
TimerEventDispatcher(EventHandlers eventHandlers,
String description)
Creates a new
TimerEventDispatcher. |
| Modifier and Type | Method and Description |
|---|---|
EventHandlers |
BuildConfiguration.getEventHandlers() |
| Modifier and Type | Method and Description |
|---|---|
BuildConfiguration.Builder |
BuildConfiguration.Builder.setEventHandlers(EventHandlers eventHandlers)
Sets the
EventHandlers to dispatch events with. |
| Modifier and Type | Field and Description |
|---|---|
static EventHandlers |
EventHandlers.NONE
An empty
EventHandlers. |
| Modifier and Type | Method and Description |
|---|---|
EventHandlers |
EventHandlers.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static RegistryClient.Factory |
RegistryClient.factory(EventHandlers eventHandlers,
String serverUrl,
String imageName)
Creates a new
RegistryClient.Factory for building a RegistryClient. |
static RegistryClient.Factory |
RegistryClient.factory(EventHandlers eventHandlers,
String serverUrl,
String imageName,
String sourceImageName) |
Copyright © 2019. All rights reserved.