Uses of Enum Class
com.riadalabs.jira.plugins.insight.services.progress.model.Progress.Result
Packages that use Progress.Result
-
Uses of Progress.Result in com.riadalabs.jira.plugins.insight.services.progress.model
Methods in com.riadalabs.jira.plugins.insight.services.progress.model that return Progress.ResultModifier and TypeMethodDescriptionstatic Progress.Result
Progress.Result.fromResultId
(int resultId) Progress.getResult()
ProgressStep.getResult()
static Progress.Result
Progress.Result.getSeverestResult
(Progress.Result res1, Progress.Result res2) static Progress.Result
Returns the enum constant of this class with the specified name.static Progress.Result[]
Progress.Result.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.riadalabs.jira.plugins.insight.services.progress.model with parameters of type Progress.ResultModifier and TypeMethodDescriptionstatic Progress.Result
Progress.Result.getSeverestResult
(Progress.Result res1, Progress.Result res2) Constructors in com.riadalabs.jira.plugins.insight.services.progress.model with parameters of type Progress.ResultModifierConstructorDescriptionProgressStep
(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)