Uses of Enum
co.yellowdog.platform.model.TaskStatus
Packages that use TaskStatus
Package
Description
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 TaskStatus in co.yellowdog.platform.interaction.scheduler
Methods in co.yellowdog.platform.interaction.scheduler that return types with arguments of type TaskStatusMethod parameters in co.yellowdog.platform.interaction.scheduler with type arguments of type TaskStatusModifier and TypeMethodDescriptionvoid
TaskSearch.setStatuses
(List<TaskStatus> statuses) TaskSearch.Builder.statuses
(List<TaskStatus> statuses) -
Uses of TaskStatus in co.yellowdog.platform.model
Subclasses with type arguments of type TaskStatus in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return TaskStatusModifier and TypeMethodDescriptionTask.getStatus()
The task status.static TaskStatus
Returns the enum constant of this type with the specified name.static TaskStatus[]
TaskStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.yellowdog.platform.model that return types with arguments of type TaskStatusMethods in co.yellowdog.platform.model with parameters of type TaskStatusMethod parameters in co.yellowdog.platform.model with type arguments of type TaskStatusModifier and TypeMethodDescriptionvoid
TaskSummary.setStatusCounts
(Map<TaskStatus, Integer> statusCounts)