public class OpenTenantGateLongRunningTask extends DelegatingLongRunningTask
LongRunningTasks to pass through the ThreadLocalTenantGate even though it's currently closed (vacant instance).
This can be used to let setup code modify tenanted resources before they're made available to a broader audience.
delegate| Constructor and Description |
|---|
OpenTenantGateLongRunningTask(com.atlassian.core.task.longrunning.LongRunningTask delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
getCurrentStatus, getElapsedTime, getEstimatedTimeRemaining, getName, getNameKey, getPercentageComplete, getPrettyElapsedTime, getPrettyTimeRemaining, isComplete, isSuccessfulpublic OpenTenantGateLongRunningTask(com.atlassian.core.task.longrunning.LongRunningTask delegate)
public void run()
run in interface Runnablerun in class DelegatingLongRunningTaskCopyright © 2003–2022 Atlassian. All rights reserved.