Uses of Enum Class
com.almworks.jira.structure.api.effector.process.EffectorProcess.Status
Packages that use EffectorProcess.Status
-
Uses of EffectorProcess.Status in com.almworks.jira.structure.api.effector.process
Methods in com.almworks.jira.structure.api.effector.process that return EffectorProcess.StatusModifier and TypeMethodDescriptionEffectorProcess.getStatus()static EffectorProcess.StatusReturns the enum constant of this class with the specified name.static EffectorProcess.Status[]EffectorProcess.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.almworks.jira.structure.api.effector.process with parameters of type EffectorProcess.StatusModifier and TypeMethodDescriptionEffectorProcessManager.findProcesses(ApplicationUser user, EffectorProcess.Status status, Long structureId) Finds effector processes by owner, status, or structure ID.