Uses of Enum
co.yellowdog.platform.model.TaskOutputSource
Packages that use TaskOutputSource
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of TaskOutputSource in co.yellowdog.platform.model
Subclasses with type arguments of type TaskOutputSource in co.yellowdog.platform.modelModifier and TypeClassDescriptionenum
Defines the source contexts where the task outputs can be found.Methods in co.yellowdog.platform.model that return TaskOutputSourceModifier and TypeMethodDescriptionTaskOutput.getSource()
The source context where the outputs can be found.static TaskOutputSource
Returns the enum constant of this type with the specified name.static TaskOutputSource[]
TaskOutputSource.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.yellowdog.platform.model with parameters of type TaskOutputSourceModifier and TypeMethodDescriptionvoid
TaskOutput.setSource
(TaskOutputSource source) The source context where the outputs can be found.TaskOutput.Builder.source
(TaskOutputSource source) The source context where the outputs can be found.