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