Uses of Class
com.oracle.bmc.fleetappsmanagement.model.Task
-
Packages that use Task Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of Task in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return Task Modifier and Type Method Description Task
Task.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type Task Modifier and Type Method Description List<Task>
Associations. getTasks()
A set of tasks to execute in the runbook.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type Task Modifier and Type Method Description Task.Builder
Task.Builder. copy(Task model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type Task Modifier and Type Method Description Associations.Builder
Associations.Builder. tasks(List<Task> tasks)
A set of tasks to execute in the runbook.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type Task Constructor Description Associations(List<Task> tasks, List<Group> groups, ExecutionWorkflowDetails executionWorkflowDetails, RollbackWorkflowDetails rollbackWorkflowDetails, String version)
Deprecated.
-