Uses of Class
co.yellowdog.platform.model.TaskTemplate
Packages that use TaskTemplate
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of TaskTemplate in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return TaskTemplateMethods in co.yellowdog.platform.model with parameters of type TaskTemplateModifier and TypeMethodDescriptionvoidTaskGroup.setTaskTemplate(TaskTemplate taskTemplate) TaskGroup.Builder.taskTemplate(TaskTemplate taskTemplate) Constructors in co.yellowdog.platform.model with parameters of type TaskTemplateModifierConstructorDescriptionTaskGroup(String name, String tag, RunSpecification runSpecification, Double priority, String dependentOn, List<String> dependencies, Boolean finishIfAllTasksFinished, Boolean finishIfAnyTaskFailed, Duration completedTaskTtl, TaskTemplate taskTemplate) Constructs a new task group with the specified values.