Uses of Class
co.yellowdog.platform.model.TaskOutput
Packages that use TaskOutput
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 TaskOutput in co.yellowdog.platform.model
Subclasses with type arguments of type TaskOutput in co.yellowdog.platform.modelModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new TaskOutput that is automatically validated on build.Methods in co.yellowdog.platform.model that return TaskOutputMethods in co.yellowdog.platform.model that return types with arguments of type TaskOutputModifier and TypeMethodDescriptionList
<@NotNull @Valid TaskOutput> Task.getOutputs()
Output object specifications that determine objects to be uploaded after running the task.Methods in co.yellowdog.platform.model with parameters of type TaskOutputMethod parameters in co.yellowdog.platform.model with type arguments of type TaskOutputModifier and TypeMethodDescriptionTask.Builder.outputs
(Collection<? extends TaskOutput> outputs) void
Task.setOutputs
(List<@NotNull @Valid TaskOutput> outputs) Output object specifications that determine objects to be uploaded after running the task. -
Uses of TaskOutput in co.yellowdog.platform.model.validation.customvalidators
Subclasses with type arguments of type TaskOutput in co.yellowdog.platform.model.validation.customvalidatorsModifier and TypeClassDescriptionclass
Custom validator applied to task outputs.