| Package | Description |
|---|---|
| com.riadalabs.jira.plugins.insight.services.progress.model |
| Modifier and Type | Method and Description |
|---|---|
Progress.Status |
ProgressStep.getStatus() |
Progress.Status |
Progress.getStatus() |
static Progress.Status |
Progress.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Progress.Status[] |
Progress.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ProgressStep(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) |
Copyright © 2023 Atlassian. All rights reserved.