Modifier and Type | Method and Description |
---|---|
Progress |
ProgressFacade.getProgress(ProgressId id)
Get the progress for the current progress id.
|
boolean |
ProgressFacade.isInProgress(ProgressId id)
Determine if the progress is in progress or not
|
boolean |
ProgressFacade.isProgressFinished(ProgressId id)
Returns true if the progress is completed.
|
Modifier and Type | Method and Description |
---|---|
Progress |
ProgressFacadeImpl.getProgress(ProgressId id) |
boolean |
ProgressFacadeImpl.isInProgress(ProgressId id) |
boolean |
ProgressFacadeImpl.isProgressFinished(ProgressId id) |
Modifier and Type | Method and Description |
---|---|
ProgressId |
ExportObjectSchemaDataBean.getProgressId() |
ProgressId |
ImportObjectSchemaDataBean.getProgressId() |
Modifier and Type | Method and Description |
---|---|
void |
ExportObjectSchemaDataBean.setProgressId(ProgressId progressId) |
void |
ImportObjectSchemaDataBean.setProgressId(ProgressId progressId) |
Modifier and Type | Method and Description |
---|---|
static ProgressId |
ProgressId.create(String resourceId,
String category) |
ProgressId |
Progress.getProgressId() |
ProgressId |
ProgressInProgress.getProgressId() |
static ProgressId |
ProgressId.newAsyncTaskInstance() |
static ProgressId |
ProgressId.newInstance(Integer resourceId,
com.riadalabs.jira.plugins.insight.services.progress.ProgressCategory category)
Deprecated.
use
create(String, String) instead |
static ProgressId |
ProgressId.newInstance(String resourceId,
com.riadalabs.jira.plugins.insight.services.progress.ProgressCategory category)
Deprecated.
use
create(String, String) instead |
static ProgressId |
ProgressId.newInstanceFromCacheKey(String cacheKey) |
abstract ProgressId |
ProgressState.progressId() |
ProgressId |
ImmutableProgressState.progressId() |
Modifier and Type | Method and Description |
---|---|
static ProgressInProgress |
ProgressInProgress.create(Date started,
String executedAsUserKey,
ProgressId progressId,
String nodeId) |
static ProgressInProgress |
ProgressInProgress.createWithId(Integer id,
Date started,
String executedAsUserKey,
ProgressId progressId,
String nodeId) |
static ProgressInProgress |
ProgressInProgress.createWithId(Integer id,
Date started,
String executedAsUserKey,
ProgressId progressId,
String nodeId,
Progress progress) |
static Progress |
Progress.newSingleStep(ProgressId progressId,
String overallDescription,
String actor,
int totalWorkUnits) |
static Progress |
Progress.newWithSteps(ProgressId progressId,
String actor,
int numberOfSteps) |
ImmutableProgressState.Builder |
ImmutableProgressState.Builder.progressId(ProgressId progressId)
Initializes the value for the
progressId attribute. |
ImmutableProgressState |
ImmutableProgressState.withProgressId(ProgressId value)
Copy the current immutable object by setting a value for the
progressId attribute. |
Modifier and Type | Method and Description |
---|---|
DATA |
GeneratingDataCapability.generate(PARAMETERS parameters,
int limit,
ProgressId progressId) |
DATA |
GeneratingDataByIQLCapability.generate(PARAMETERS parameters,
List<ObjectBean> objects,
ProgressId progressId) |
Copyright © 2024 Atlassian. All rights reserved.