| Package | Description |
|---|---|
| com.google.cloud.tools.jib.event.events | |
| com.google.cloud.tools.jib.event.progress | |
| com.google.cloud.tools.jib.plugins.common.logging |
| Modifier and Type | Method and Description |
|---|---|
Allocation |
ProgressEvent.getAllocation()
Gets the
Allocation this progress event accounts for. |
| Constructor and Description |
|---|
ProgressEvent(Allocation allocation,
long progressUnits,
BuildStepType buildStepType) |
| Modifier and Type | Method and Description |
|---|---|
Allocation |
Allocation.newChild(String description,
long allocationUnits)
Creates a new child
Allocation (sub-allocation). |
static Allocation |
Allocation.newRoot(String description,
long allocationUnits)
Creates a new root
Allocation. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Allocation> |
Allocation.getParent()
Gets the parent allocation, or
Optional.empty() if this is a root allocation. |
com.google.common.collect.ImmutableList<Allocation> |
ProgressEventHandler.Update.getUnfinishedAllocations()
Gets a list of the unfinished
Allocations in the order in which those Allocations were encountered. |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
ProgressDisplayGenerator.generateProgressDisplay(double progress,
List<Allocation> unfinishedAllocations)
Generates a progress display.
|
Copyright © 2019. All rights reserved.