public class ProgressEvent extends Object implements JibEvent
Allocation,
which makes up a Decentralized Allocation Tree.Allocation| Constructor and Description |
|---|
ProgressEvent(Allocation allocation,
long progressUnits,
BuildStepType buildStepType) |
| Modifier and Type | Method and Description |
|---|---|
Allocation |
getAllocation()
Gets the
Allocation this progress event accounts for. |
BuildStepType |
getBuildStepType()
Gets the build step that the progress event corresponds to.
|
long |
getUnits()
Gets the units of progress this progress event accounts for in the associated
Allocation. |
public ProgressEvent(Allocation allocation, long progressUnits, BuildStepType buildStepType)
public Allocation getAllocation()
Allocation this progress event accounts for.Allocationpublic long getUnits()
Allocation.public BuildStepType getBuildStepType()
Copyright © 2019. All rights reserved.