Uses of Class
co.yellowdog.platform.model.TaskInput
Packages that use TaskInput
Package
Description
Provides the types that define the YellowDog Platform data model.
Provides custom validators containing extended validation logic for certain model types
-
Uses of TaskInput in co.yellowdog.platform.model
Subclasses with type arguments of type TaskInput in co.yellowdog.platform.modelModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new TaskInput that is automatically validated on build.Methods in co.yellowdog.platform.model that return TaskInputMethods in co.yellowdog.platform.model that return types with arguments of type TaskInputModifier and TypeMethodDescriptionTask.getInputs()
Input object specifications that determine objects to be downloaded prior to running the task.Methods in co.yellowdog.platform.model with parameters of type TaskInputMethod parameters in co.yellowdog.platform.model with type arguments of type TaskInputModifier and TypeMethodDescriptionTask.Builder.inputs
(Collection<? extends TaskInput> inputs) void
Input object specifications that determine objects to be downloaded prior to running the task. -
Uses of TaskInput in co.yellowdog.platform.model.validation.customvalidators
Subclasses with type arguments of type TaskInput in co.yellowdog.platform.model.validation.customvalidatorsModifier and TypeClassDescriptionclass
Custom validator applied to task inputs.