Uses of Enum
co.yellowdog.platform.model.TaskInputVerification
Packages that use TaskInputVerification
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of TaskInputVerification in co.yellowdog.platform.model
Subclasses with type arguments of type TaskInputVerification in co.yellowdog.platform.modelModifier and TypeClassDescriptionenum
Indicates if the Scheduler should verify the existence of a task input prior to starting the task.Methods in co.yellowdog.platform.model that return TaskInputVerificationModifier and TypeMethodDescriptionTaskInput.getVerification()
Indicates if and how the Scheduler should verify the existence of a task input prior to starting the task.static TaskInputVerification
Returns the enum constant of this type with the specified name.static TaskInputVerification[]
TaskInputVerification.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 TaskInputVerificationModifier and TypeMethodDescriptionTaskInput.Builder.fromNamespace
(String namespace, String objectNamePattern, TaskInputVerification verification) Specifies that matching objects from the supplied namespace should be downloaded to the working directory prior to task execution.TaskInput.Builder.fromTaskNamespace
(String objectNamePattern, TaskInputVerification verification) Specifies that matching objects from the same namespace as the task should be downloaded to the working directory prior to task execution.Task.Builder.inputFromNamespace
(String namespace, String objectNamePattern, TaskInputVerification verification) Specifies that matching objects from the supplied namespace should be downloaded to the working directory prior to task execution.Task.Builder.inputFromTaskNamespace
(String objectNamePattern, TaskInputVerification verification) Specifies that matching objects from the same namespace as the task should be downloaded to the working directory prior to task execution.void
TaskInput.setVerification
(TaskInputVerification verification) Indicates if and how the Scheduler should verify the existence of a task input prior to starting the task.TaskInput.Builder.verification
(TaskInputVerification verification) Constructors in co.yellowdog.platform.model with parameters of type TaskInputVerificationModifierConstructorDescriptionTaskInput
(TaskInputSource source, String namespace, String objectNamePattern, TaskInputVerification verification)