Package com.atlassian.confluence.plugin
Class ConfluenceClusterEnvironmentProvider
java.lang.Object
com.atlassian.confluence.plugin.ConfluenceClusterEnvironmentProvider
- All Implemented Interfaces:
com.atlassian.plugin.manager.ClusterEnvironmentProvider
@Deprecated(forRemoval=true)
public class ConfluenceClusterEnvironmentProvider
extends Object
implements com.atlassian.plugin.manager.ClusterEnvironmentProvider
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.4
Atlassian plugins wrapper for ClusterManager
- Since:
- 6.1
-
Field Summary
Fields inherited from interface com.atlassian.plugin.manager.ClusterEnvironmentProvider
SINGLE_NODE
-
Constructor Summary
ConstructorsConstructorDescriptionConfluenceClusterEnvironmentProvider
(ClusterManager clusterManager) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ConfluenceClusterEnvironmentProvider
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
isInCluster
public boolean isInCluster()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isInCluster
in interfacecom.atlassian.plugin.manager.ClusterEnvironmentProvider
-