Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model |
Modifier and Type | Method and Description |
---|---|
WorkflowGroup |
WorkflowGroup.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<WorkflowGroup> |
RollbackWorkflowDetails.getWorkflow()
Rollback Workflow for the runbook.
|
List<WorkflowGroup> |
ExecutionWorkflowDetails.getWorkflow()
Execution Workflow for the runbook.
|
Modifier and Type | Method and Description |
---|---|
WorkflowGroup.Builder |
WorkflowGroup.Builder.copy(WorkflowGroup model) |
Modifier and Type | Method and Description |
---|---|
RollbackWorkflowDetails.Builder |
RollbackWorkflowDetails.Builder.workflow(List<WorkflowGroup> workflow)
Rollback Workflow for the runbook.
|
ExecutionWorkflowDetails.Builder |
ExecutionWorkflowDetails.Builder.workflow(List<WorkflowGroup> workflow)
Execution Workflow for the runbook.
|
Constructor and Description |
---|
ExecutionWorkflowDetails(List<WorkflowGroup> workflow)
Deprecated.
|
RollbackWorkflowDetails(RollbackWorkflowDetails.Scope scope,
List<WorkflowGroup> workflow)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.