static WorkflowStepSummary.Builder |
WorkflowStepSummary.builder() |
|
WorkflowStepSummary.Builder |
WorkflowStepSummary.Builder.description(String description) |
The description of the step.
|
WorkflowStepSummary.Builder |
WorkflowStepSummary.Builder.name(String name) |
The name of the step.
|
WorkflowStepSummary.Builder |
WorkflowStepSummary.Builder.next(String... next) |
The next step.
|
WorkflowStepSummary.Builder |
WorkflowStepSummary.Builder.next(Collection<String> next) |
The next step.
|
WorkflowStepSummary.Builder |
WorkflowStepSummary.Builder.noOfSrvCompleted(Integer noOfSrvCompleted) |
The number of servers that have been migrated.
|
WorkflowStepSummary.Builder |
WorkflowStepSummary.Builder.noOfSrvFailed(Integer noOfSrvFailed) |
The number of servers that have failed to migrate.
|
WorkflowStepSummary.Builder |
WorkflowStepSummary.Builder.owner(String owner) |
The owner of the step.
|
WorkflowStepSummary.Builder |
WorkflowStepSummary.Builder.owner(Owner owner) |
The owner of the step.
|
WorkflowStepSummary.Builder |
WorkflowStepSummary.Builder.previous(String... previous) |
The previous step.
|
WorkflowStepSummary.Builder |
WorkflowStepSummary.Builder.previous(Collection<String> previous) |
The previous step.
|
WorkflowStepSummary.Builder |
WorkflowStepSummary.Builder.scriptLocation(String scriptLocation) |
The location of the script.
|
WorkflowStepSummary.Builder |
WorkflowStepSummary.Builder.status(String status) |
The status of the step.
|
WorkflowStepSummary.Builder |
WorkflowStepSummary.Builder.status(StepStatus status) |
The status of the step.
|
WorkflowStepSummary.Builder |
WorkflowStepSummary.Builder.statusMessage(String statusMessage) |
The status message of the migration workflow.
|
WorkflowStepSummary.Builder |
WorkflowStepSummary.Builder.stepActionType(String stepActionType) |
The action type of the step.
|
WorkflowStepSummary.Builder |
WorkflowStepSummary.Builder.stepActionType(StepActionType stepActionType) |
The action type of the step.
|
WorkflowStepSummary.Builder |
WorkflowStepSummary.Builder.stepId(String stepId) |
The ID of the step.
|
WorkflowStepSummary.Builder |
WorkflowStepSummary.toBuilder() |
|
WorkflowStepSummary.Builder |
WorkflowStepSummary.Builder.totalNoOfSrv(Integer totalNoOfSrv) |
The total number of servers that have been migrated.
|