Uses of Class
com.redwood.scheduler.api.model.enumeration.ProcessServerCheckStyle
-
Packages that use ProcessServerCheckStyle Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerations -
-
Uses of ProcessServerCheckStyle in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return ProcessServerCheckStyle Modifier and Type Method Description ProcessServerCheckStyle
ProcessServerCheck. getStyle()
Get the value for Style.Methods in com.redwood.scheduler.api.model that return types with arguments of type ProcessServerCheckStyle Modifier and Type Method Description Set<ProcessServerCheckStyle>
ProcessServer. getValidCheckStyles()
Returns the ProcessServerCheckStyles that can be run for this process serverMethods in com.redwood.scheduler.api.model with parameters of type ProcessServerCheckStyle Modifier and Type Method Description void
ProcessServerCheck. setStyle(ProcessServerCheckStyle newStyle)
Set the value for Style. -
Uses of ProcessServerCheckStyle in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return ProcessServerCheckStyle Modifier and Type Method Description static ProcessServerCheckStyle
ProcessServerCheckStyle. safeValueOf(String value)
Helper function to return the ProcessServerCheckStyle represented byvalue
.static ProcessServerCheckStyle
ProcessServerCheckStyle. valueOf(char code)
Helper function to return the ProcessServerCheckStyle represented by code.static ProcessServerCheckStyle
ProcessServerCheckStyle. valueOf(Character code)
Helper function to return the ProcessServerCheckStyle represented by code.static ProcessServerCheckStyle
ProcessServerCheckStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProcessServerCheckStyle
ProcessServerCheckStyle. valueOfCode(String code)
Helper function to return the ProcessServerCheckStyle represented by code.static ProcessServerCheckStyle[]
ProcessServerCheckStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-