Modifier and Type | Method and Description |
---|---|
Progress |
ProgressFacade.getProgress(ProgressId id)
Get the progress for the current progress id.
|
Progress |
ObjectFacade.moveObjects(MoveObjectBean moveObjectBean)
Move objects to another object type
|
Progress |
ImportSourceConfigurationFacade.startImportSource(int importSourceId)
Start an import given the id of the configuration.
|
Progress |
ImportSourceConfigurationFacade.startImportSourceForSpecificOTs(int importSourceId,
List<Integer> importSourceOTIds)
Start an import given the id of the configuration but only import a specific number of object types.
|
Modifier and Type | Method and Description |
---|---|
void |
ProgressFacade.waitForProgressToComplete(Progress progress)
Wait for the progress to complete.
|
Modifier and Type | Method and Description |
---|---|
Progress |
ProgressFacadeImpl.getProgress(ProgressId id) |
Progress |
ObjectFacadeImpl.moveObjects(MoveObjectBean moveObjectBean) |
Progress |
ImportSourceConfigurationFacadeImpl.startImportSource(int importSourceId) |
Progress |
ImportSourceConfigurationFacadeImpl.startImportSourceForSpecificOTs(int importSourceId,
List<Integer> importSourceOTIds) |
Modifier and Type | Method and Description |
---|---|
void |
ProgressFacadeImpl.waitForProgressToComplete(Progress progress) |
Modifier and Type | Method and Description |
---|---|
Progress |
ProgressInProgress.getProgress() |
static Progress |
Progress.newSingleStep(ProgressId progressId,
String overallDescription,
String actor,
int totalWorkUnits) |
static Progress |
Progress.newWithSteps(ProgressId progressId,
String actor,
int numberOfSteps) |
Modifier and Type | Method and Description |
---|---|
static ProgressInProgress |
ProgressInProgress.createWithId(Integer id,
Date started,
String executedAsUserKey,
ProgressId progressId,
String nodeId,
Progress progress) |
void |
ProgressInProgress.setProgress(Progress progress) |
Copyright © 2024 Atlassian. All rights reserved.