Package com.atlassian.jira.instance
Class InstanceStateProvider
java.lang.Object
com.atlassian.jira.instance.InstanceStateProvider
@Internal
@ExperimentalApi
@ParametersAreNonnullByDefault
public class InstanceStateProvider
extends Object
Gives information of the current state of the Instance.
States is one of
InstanceState
.- Since:
- 7.4
-
Constructor Summary
ConstructorsConstructorDescriptionInstanceStateProvider
(BuildUtilsInfo buildUtilsInfo) Constructor to be used by PICO -
Method Summary
Modifier and TypeMethodDescriptionReturns the current state of the instance.
-
Constructor Details
-
InstanceStateProvider
Constructor to be used by PICO
-
-
Method Details
-
currentState
Returns the current state of the instance. The possible states are specified inInstanceState
.- Returns:
- state of the instance
-