Uses of Enum Class
com.riadalabs.jira.plugins.insight.services.progress.model.Result
Packages that use Result
-
Uses of Result in com.riadalabs.jira.plugins.insight.services.progress.model
Methods in com.riadalabs.jira.plugins.insight.services.progress.model that return ResultModifier and TypeMethodDescriptionImmutableProgressState.result()
abstract Result
ProgressState.result()
static Result
Returns the enum constant of this class with the specified name.static Result[]
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 ResultModifier and TypeMethodDescriptionInitializes the value for theresult
attribute.final ImmutableProgressState
ImmutableProgressState.withResult
(Result value) Copy the current immutable object by setting a value for theresult
attribute.