| Package | Description |
|---|---|
| com.atlassian.confluence.util |
| Modifier and Type | Method and Description |
|---|---|
static FeatureFlag |
FeatureFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureFlag[] |
FeatureFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static HeartBeatUtil.HeartBeat |
HeartBeatUtil.scheduleConditionally(String taskId,
com.atlassian.progress.ProgressUpdater progressUpdater,
com.atlassian.progress.ProgressAwareTaskService progressAwareTaskService,
FeatureFlagServiceClient featureFlagServiceClient,
FeatureFlag featureFlag,
boolean enabledByDefault)
Schedules a "HeartBeat" which will make sure the task with id provided keeps it's own ProgressUpdater fresh.
|
Copyright © 2003–2017 Atlassian. All rights reserved.