Uses of Class
co.yellowdog.platform.model.TaskData
Packages that use TaskData
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of TaskData in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return TaskDataMethods in co.yellowdog.platform.model with parameters of type TaskDataModifier and TypeMethodDescriptionvoid
Task data requirement specifications.Constructors in co.yellowdog.platform.model with parameters of type TaskDataModifierConstructorDescriptionTask
(String name, String tag, String taskType, List<String> arguments, String taskData, Map<String, String> environment, List<TaskInput> inputs, FlattenPath flattenInputPaths, List<TaskOutput> outputs, Duration timeout, TaskData data) Constructs a new task with the specified values.