Modifier and Type | Method and Description |
---|---|
ConfigurationState |
EnvironmentImpl.getConfigurationState() |
ConfigurationState |
EnvironmentWithConfigCounts.getConfigurationState() |
ConfigurationState |
InternalEnvironment.getConfigurationState() |
static ConfigurationState |
ConfigurationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationState[] |
ConfigurationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationState |
MutableEnvironmentImpl.getConfigurationState() |
Modifier and Type | Method and Description |
---|---|
void |
MutableEnvironmentImpl.setConfigurationState(ConfigurationState configurationState) |
void |
MutableEnvironment.setConfigurationState(ConfigurationState configurationState) |
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentServiceImpl.updateEnvironmentConfigurationState(long environmentId,
ConfigurationState configurationState) |
void |
EnvironmentService.updateEnvironmentConfigurationState(long environmentId,
ConfigurationState configurationState)
Update the configurationState of this environment
|
Modifier and Type | Method and Description |
---|---|
ConfigurationState |
RestEnvironment.getConfigurationState() |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.