Uses of Enum Class
com.riadalabs.jira.plugins.insight.services.progress.model.Progress.Status
Packages that use Progress.Status
-
Uses of Progress.Status in com.riadalabs.jira.plugins.insight.services.progress.model
Methods in com.riadalabs.jira.plugins.insight.services.progress.model that return Progress.StatusModifier and TypeMethodDescriptionProgress.getStatus()
ProgressStep.getStatus()
static Progress.Status
Returns the enum constant of this class with the specified name.static Progress.Status[]
Progress.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.riadalabs.jira.plugins.insight.services.progress.model with parameters of type Progress.StatusModifierConstructorDescriptionProgressStep
(Progress.Status status, Progress.Result result, AtomicInteger totalWorkUnits, AtomicInteger currentWorkUnits, String currentWorkDescription, com.riadalabs.jira.plugins.insight.services.progress.result.ProgressResult resultData, String resultMessage, Date startDate, Date finishedDate, String actor, String stepDescription, boolean isPlaceholder)