Uses of Class
com.redwood.scheduler.api.model.enumeration.JobStatusForJobGroup
-
Packages that use JobStatusForJobGroup Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerations -
-
Uses of JobStatusForJobGroup in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return JobStatusForJobGroup Modifier and Type Method Description JobStatusForJobGroup
Job. getStatusForJobGroup()
Get the value for StatusForJobGroup.Methods in com.redwood.scheduler.api.model with parameters of type JobStatusForJobGroup Modifier and Type Method Description void
Job. setStatusForJobGroup(JobStatusForJobGroup newStatusForJobGroup)
Set the value for StatusForJobGroup. -
Uses of JobStatusForJobGroup in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return JobStatusForJobGroup Modifier and Type Method Description static JobStatusForJobGroup
JobStatusForJobGroup. safeValueOf(String value)
Helper function to return the JobStatusForJobGroup represented byvalue
.static JobStatusForJobGroup
JobStatusForJobGroup. valueOf(char code)
Helper function to return the JobStatusForJobGroup represented by code.static JobStatusForJobGroup
JobStatusForJobGroup. valueOf(Character code)
Helper function to return the JobStatusForJobGroup represented by code.static JobStatusForJobGroup
JobStatusForJobGroup. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobStatusForJobGroup
JobStatusForJobGroup. valueOfCode(String code)
Helper function to return the JobStatusForJobGroup represented by code.static JobStatusForJobGroup[]
JobStatusForJobGroup. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-