| Package | Description |
|---|---|
| com.google.cloud.tools.jib.event.events | |
| com.google.cloud.tools.jib.event.progress |
| 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) |
| 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. |
Copyright © 2019. All rights reserved.