static DrPlanGroupExecution.Builder |
DrPlanGroupExecution.builder() |
Create a new builder.
|
DrPlanGroupExecution.Builder |
DrPlanGroupExecution.Builder.copy(DrPlanGroupExecution model) |
|
DrPlanGroupExecution.Builder |
DrPlanGroupExecution.Builder.displayName(String displayName) |
The display name of the group execution.
|
DrPlanGroupExecution.Builder |
DrPlanGroupExecution.Builder.executionDurationInSec(Integer executionDurationInSec) |
The total duration in seconds taken to complete group execution.
|
DrPlanGroupExecution.Builder |
DrPlanGroupExecution.Builder.groupId(String groupId) |
The unique id of the group.
|
DrPlanGroupExecution.Builder |
DrPlanGroupExecution.Builder.status(DrPlanGroupExecutionStatus status) |
The status of the group execution.
|
DrPlanGroupExecution.Builder |
DrPlanGroupExecution.Builder.statusDetails(String statusDetails) |
Additional details on the group execution status.
|
DrPlanGroupExecution.Builder |
DrPlanGroupExecution.Builder.stepExecutions(List<DrPlanStepExecution> stepExecutions) |
A list of step executions in the group.
|
DrPlanGroupExecution.Builder |
DrPlanGroupExecution.Builder.timeEnded(Date timeEnded) |
The time when group execution ended.
|
DrPlanGroupExecution.Builder |
DrPlanGroupExecution.Builder.timeStarted(Date timeStarted) |
The time when group execution began.
|
DrPlanGroupExecution.Builder |
DrPlanGroupExecution.toBuilder() |
|
DrPlanGroupExecution.Builder |
DrPlanGroupExecution.Builder.type(DrPlanGroupType type) |
The group type.
|