Uses of Enum
co.yellowdog.platform.model.TaskInputSource
Packages that use TaskInputSource
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of TaskInputSource in co.yellowdog.platform.model
Subclasses with type arguments of type TaskInputSource in co.yellowdog.platform.modelModifier and TypeClassDescriptionenum
Defines the source contexts where task inputs can be found.Methods in co.yellowdog.platform.model that return TaskInputSourceModifier and TypeMethodDescriptionTaskInput.getSource()
The source context where the inputs can be found.static TaskInputSource
Returns the enum constant of this type with the specified name.static TaskInputSource[]
TaskInputSource.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 TaskInputSourceModifier and TypeMethodDescriptionvoid
TaskInput.setSource
(TaskInputSource source) The source context where the inputs can be found.TaskInput.Builder.source
(TaskInputSource source) Constructors in co.yellowdog.platform.model with parameters of type TaskInputSourceModifierConstructorDescriptionTaskInput
(TaskInputSource source, String namespace, String objectNamePattern, TaskInputVerification verification)