Uses of Class
co.yellowdog.platform.model.TaskGroup
Packages that use TaskGroup
Package
Description
Provides the classes needed to interact with the YellowDog Scheduler service.
Defines types used in the request/response interactions with the YellowDog Scheduler Service.
Provides the types that define the YellowDog Platform data model.
-
Uses of TaskGroup in co.yellowdog.platform.clients.scheduler
Methods in co.yellowdog.platform.clients.scheduler with parameters of type TaskGroupModifier and TypeMethodDescriptionWorkClient.addTasksToTaskGroup
(TaskGroup taskGroup, List<Task> tasks) Submits NEW tasks to the YellowDog Scheduler service to be added to the specified task group.WorkClientImpl.addTasksToTaskGroup
(@NonNull TaskGroup taskGroup, @NonNull List<Task> tasks) -
Uses of TaskGroup in co.yellowdog.platform.interaction.scheduler
Methods in co.yellowdog.platform.interaction.scheduler with parameters of type TaskGroupModifier and TypeMethodDescriptionstatic TaskSearch
TaskSearch.byTaskGroup
(@NonNull TaskGroup taskGroup) -
Uses of TaskGroup in co.yellowdog.platform.model
Subclasses with type arguments of type TaskGroup in co.yellowdog.platform.modelModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new TaskGroup that is automatically validated on build.Methods in co.yellowdog.platform.model that return TaskGroupMethods in co.yellowdog.platform.model that return types with arguments of type TaskGroupModifier and TypeMethodDescriptionWorkRequirement.getTaskGroups()
The task groups containing tasks to be executed.Methods in co.yellowdog.platform.model with parameters of type TaskGroupModifier and TypeMethodDescriptionMethod parameters in co.yellowdog.platform.model with type arguments of type TaskGroupModifier and TypeMethodDescriptionvoid
WorkRequirement.setTaskGroups
(List<@NotNull @Valid TaskGroup> taskGroups) The task groups containing tasks to be executed.WorkRequirement.Builder.taskGroups
(Collection<? extends TaskGroup> taskGroups) Constructor parameters in co.yellowdog.platform.model with type arguments of type TaskGroup