Uses of Class
com.riadalabs.jira.plugins.insight.services.progress.model.ProgressId
Packages that use ProgressId
Package
Description
-
Uses of ProgressId in com.riadalabs.jira.plugins.insight.channel.external.api.facade
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade with parameters of type ProgressIdModifier and TypeMethodDescriptionProgressFacade.getProgress
(ProgressId id) Get the progress for the current progress id.boolean
ProgressFacade.isInProgress
(ProgressId id) Determine if the progress is in progress or notboolean
ProgressFacade.isProgressFinished
(ProgressId id) Returns true if the progress is completed. -
Uses of ProgressId in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl with parameters of type ProgressIdModifier and TypeMethodDescriptionProgressFacadeImpl.getProgress
(ProgressId id) boolean
ProgressFacadeImpl.isInProgress
(ProgressId id) boolean
ProgressFacadeImpl.isProgressFinished
(ProgressId id) -
Uses of ProgressId in com.riadalabs.jira.plugins.insight.services.imports.model.schema
Methods in com.riadalabs.jira.plugins.insight.services.imports.model.schema that return ProgressIdModifier and TypeMethodDescriptionExportObjectSchemaDataBean.getProgressId()
ImportObjectSchemaDataBean.getProgressId()
Methods in com.riadalabs.jira.plugins.insight.services.imports.model.schema with parameters of type ProgressIdModifier and TypeMethodDescriptionvoid
ExportObjectSchemaDataBean.setProgressId
(ProgressId progressId) void
ImportObjectSchemaDataBean.setProgressId
(ProgressId progressId) -
Uses of ProgressId in com.riadalabs.jira.plugins.insight.services.progress.model
Methods in com.riadalabs.jira.plugins.insight.services.progress.model that return ProgressIdModifier and TypeMethodDescriptionstatic ProgressId
Progress.getProgressId()
ProgressInProgress.getProgressId()
static ProgressId
ProgressId.newAsyncTaskInstance()
static ProgressId
ProgressId.newInstance
(Integer resourceId, com.riadalabs.jira.plugins.insight.services.progress.ProgressCategory category) Deprecated.static ProgressId
ProgressId.newInstance
(String resourceId, com.riadalabs.jira.plugins.insight.services.progress.ProgressCategory category) Deprecated.usecreate(String, String)
insteadstatic ProgressId
ProgressId.newInstanceFromCacheKey
(String cacheKey) ImmutableProgressState.progressId()
abstract ProgressId
ProgressState.progressId()
Methods in com.riadalabs.jira.plugins.insight.services.progress.model with parameters of type ProgressIdModifier and TypeMethodDescriptionstatic 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.progressId
(ProgressId progressId) Initializes the value for theprogressId
attribute.final ImmutableProgressState
ImmutableProgressState.withProgressId
(ProgressId value) Copy the current immutable object by setting a value for theprogressId
attribute. -
Uses of ProgressId in io.riada.jira.plugins.insight.widget.api.capability
Methods in io.riada.jira.plugins.insight.widget.api.capability with parameters of type ProgressIdModifier and TypeMethodDescriptionGeneratingDataByIQLCapability.generate
(PARAMETERS parameters, List<ObjectBean> objects, ProgressId progressId) GeneratingDataCapability.generate
(PARAMETERS parameters, int limit, ProgressId progressId)
create(String, String)
instead