Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model |
Modifier and Type | Method and Description |
---|---|
OutputVariableMapping |
OutputVariableMapping.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<OutputVariableMapping> |
Task.getOutputVariableMappings()
Mapping output variables of previous tasks to the input variables of the current task.
|
Modifier and Type | Method and Description |
---|---|
OutputVariableMapping.Builder |
OutputVariableMapping.Builder.copy(OutputVariableMapping model) |
Modifier and Type | Method and Description |
---|---|
Task.Builder |
Task.Builder.outputVariableMappings(List<OutputVariableMapping> outputVariableMappings)
Mapping output variables of previous tasks to the input variables of the current task.
|
Constructor and Description |
---|
Task(String stepName,
Task.AssociationType associationType,
AssociatedTaskDetails taskRecordDetails,
ComponentProperties stepProperties,
List<OutputVariableMapping> outputVariableMappings)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.