Package | Description |
---|---|
com.riadalabs.jira.plugins.insight.services.progress.model |
Modifier and Type | Method and Description |
---|---|
abstract Result |
ProgressState.result() |
Result |
ImmutableProgressState.result() |
static Result |
Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Result[] |
Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ImmutableProgressState.Builder |
ImmutableProgressState.Builder.result(Result result)
Initializes the value for the
result attribute. |
ImmutableProgressState |
ImmutableProgressState.withResult(Result value)
Copy the current immutable object by setting a value for the
result attribute. |
Copyright © 2024 Atlassian. All rights reserved.