Uses of Class
com.riadalabs.jira.plugins.insight.services.progress.model.Progress
Packages that use Progress
Package
Description
-
Uses of Progress in com.riadalabs.jira.plugins.insight.channel.external.api.facade
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade that return ProgressModifier and TypeMethodDescriptionProgressFacade.getProgress
(ProgressId id) Get the progress for the current progress id.ObjectFacade.moveObjects
(MoveObjectBean moveObjectBean) Move objects to another object typeImportSourceConfigurationFacade.startImportSource
(int importSourceId) Start an import given the id of the configuration.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.Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade with parameters of type ProgressModifier and TypeMethodDescriptionvoid
ProgressFacade.waitForProgressToComplete
(Progress progress) Wait for the progress to complete. -
Uses of Progress in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl that return ProgressModifier and TypeMethodDescriptionProgressFacadeImpl.getProgress
(ProgressId id) ObjectFacadeImpl.moveObjects
(MoveObjectBean moveObjectBean) ImportSourceConfigurationFacadeImpl.startImportSource
(int importSourceId) ImportSourceConfigurationFacadeImpl.startImportSourceForSpecificOTs
(int importSourceId, List<Integer> importSourceOTIds) Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl with parameters of type ProgressModifier and TypeMethodDescriptionvoid
ProgressFacadeImpl.waitForProgressToComplete
(Progress progress) -
Uses of Progress in com.riadalabs.jira.plugins.insight.services.progress.model
Methods in com.riadalabs.jira.plugins.insight.services.progress.model that return ProgressModifier and TypeMethodDescriptionProgressInProgress.getProgress()
static Progress
Progress.newSingleStep
(ProgressId progressId, String overallDescription, String actor, int totalWorkUnits) static Progress
Progress.newWithSteps
(ProgressId progressId, String actor, int numberOfSteps) Methods in com.riadalabs.jira.plugins.insight.services.progress.model with parameters of type ProgressModifier and TypeMethodDescriptionstatic ProgressInProgress
ProgressInProgress.createWithId
(Integer id, Date started, String executedAsUserKey, ProgressId progressId, String nodeId, Progress progress) void
ProgressInProgress.setProgress
(Progress progress)