Uses of Enum
co.yellowdog.platform.model.TaskGroupStatus
Packages that use TaskGroupStatus
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of TaskGroupStatus in co.yellowdog.platform.model
Subclasses with type arguments of type TaskGroupStatus in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return TaskGroupStatusModifier and TypeMethodDescriptionTaskGroup.getStatus()
The task group status.static TaskGroupStatus
Returns the enum constant of this type with the specified name.static TaskGroupStatus[]
TaskGroupStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.yellowdog.platform.model with parameters of type TaskGroupStatusModifier and TypeMethodDescriptionvoid
TaskGroup.setStatus
(TaskGroupStatus status) The task group status.