static BuildPhase.Builder |
BuildPhase.builder() |
|
BuildPhase.Builder |
BuildPhase.Builder.contexts(Collection<PhaseContext> contexts) |
Additional information about a build phase, especially to help troubleshoot a failed build.
|
BuildPhase.Builder |
BuildPhase.Builder.contexts(Consumer<PhaseContext.Builder>... contexts) |
Additional information about a build phase, especially to help troubleshoot a failed build.
|
BuildPhase.Builder |
BuildPhase.Builder.contexts(PhaseContext... contexts) |
Additional information about a build phase, especially to help troubleshoot a failed build.
|
BuildPhase.Builder |
BuildPhase.Builder.durationInSeconds(Long durationInSeconds) |
How long, in seconds, between the starting and ending times of the build's phase.
|
BuildPhase.Builder |
BuildPhase.Builder.endTime(Instant endTime) |
When the build phase ended, expressed in Unix time format.
|
BuildPhase.Builder |
BuildPhase.Builder.phaseStatus(String phaseStatus) |
The current status of the build phase.
|
BuildPhase.Builder |
BuildPhase.Builder.phaseStatus(StatusType phaseStatus) |
The current status of the build phase.
|
BuildPhase.Builder |
BuildPhase.Builder.phaseType(String phaseType) |
The name of the build phase.
|
BuildPhase.Builder |
BuildPhase.Builder.phaseType(BuildPhaseType phaseType) |
The name of the build phase.
|
BuildPhase.Builder |
BuildPhase.Builder.startTime(Instant startTime) |
When the build phase started, expressed in Unix time format.
|
BuildPhase.Builder |
BuildPhase.toBuilder() |
|