Uses of Class
com.oracle.bmc.fleetappsmanagement.model.Outcome
-
Packages that use Outcome Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of Outcome in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return Outcome Modifier and Type Method Description Outcome
Outcome.Builder. build()
Outcome
Execution. getOutcome()
Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type Outcome Modifier and Type Method Description Outcome.Builder
Outcome.Builder. copy(Outcome model)
Execution.Builder
Execution.Builder. outcome(Outcome outcome)
Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type Outcome Constructor Description Execution(String id, String taskRecordId, String stepName, String processReferenceId, String sequence, List<String> subjects, JobStatus status, Outcome outcome, String targetId, Date timeStarted, Date timeEnded, Boolean isRollbackTask, String description, String resourceId, Map<String,Map<String,Object>> systemTags)
Deprecated.
-