public interface ProgressFacade
Modifier and Type | Method and Description |
---|---|
com.riadalabs.jira.plugins.insight.services.progress.model.Progress |
getProgress(com.riadalabs.jira.plugins.insight.services.progress.model.ProgressId id)
Get the progress for the current progress id.
|
boolean |
isInProgress(com.riadalabs.jira.plugins.insight.services.progress.model.ProgressId id)
Determine if the progress is in progress or not
|
boolean |
isProgressFinished(com.riadalabs.jira.plugins.insight.services.progress.model.ProgressId id)
Returns true if the progress is completed.
|
void |
waitForProgressToComplete(com.riadalabs.jira.plugins.insight.services.progress.model.Progress progress)
Wait for the progress to complete.
|
com.riadalabs.jira.plugins.insight.services.progress.model.Progress getProgress(com.riadalabs.jira.plugins.insight.services.progress.model.ProgressId id)
boolean isInProgress(com.riadalabs.jira.plugins.insight.services.progress.model.ProgressId id) throws com.riadalabs.jira.plugins.insight.common.exception.InsightException
com.riadalabs.jira.plugins.insight.common.exception.InsightException
boolean isProgressFinished(com.riadalabs.jira.plugins.insight.services.progress.model.ProgressId id) throws com.riadalabs.jira.plugins.insight.common.exception.InsightException
com.riadalabs.jira.plugins.insight.common.exception.InsightException
void waitForProgressToComplete(com.riadalabs.jira.plugins.insight.services.progress.model.Progress progress) throws InterruptedException
InterruptedException
Copyright © 2020 Mindville. All rights reserved.