| Package | Description |
|---|---|
| com.google.cloud.tools.jib.builder | |
| com.google.cloud.tools.jib.event.events |
| Modifier and Type | Method and Description |
|---|---|
static BuildStepType |
BuildStepType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildStepType[] |
BuildStepType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProgressEventDispatcher |
ProgressEventDispatcher.Factory.create(BuildStepType buildStepType,
String description,
long allocationUnits)
Creates the
ProgressEventDispatcher with an associated Allocation. |
| Modifier and Type | Method and Description |
|---|---|
BuildStepType |
LayerCountEvent.getBuildStepType()
Gets the type of build step that fired the event.
|
BuildStepType |
ProgressEvent.getBuildStepType()
Gets the build step that the progress event corresponds to.
|
| Constructor and Description |
|---|
LayerCountEvent(BuildStepType buildStepType,
int count)
Creates a new
LayerCountEvent. |
ProgressEvent(Allocation allocation,
long progressUnits,
BuildStepType buildStepType) |
Copyright © 2019. All rights reserved.