Uses of Class
io.automatiko.engine.api.workflow.flexible.ItemDescription.Status
-
Packages that use ItemDescription.Status Package Description io.automatiko.engine.api.workflow.flexible -
-
Uses of ItemDescription.Status in io.automatiko.engine.api.workflow.flexible
Methods in io.automatiko.engine.api.workflow.flexible that return ItemDescription.Status Modifier and Type Method Description ItemDescription.StatusItemDescription. getStatus()static ItemDescription.StatusItemDescription.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static ItemDescription.Status[]ItemDescription.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.automatiko.engine.api.workflow.flexible with parameters of type ItemDescription.Status Modifier and Type Method Description Milestone.BuilderMilestone.Builder. withStatus(ItemDescription.Status status)
-