Uses of Class
com.atlassian.bamboo.deployments.environments.ConfigurationState
-
-
Uses of ConfigurationState in com.atlassian.bamboo.deployments.environments
Methods in com.atlassian.bamboo.deployments.environments that return ConfigurationState Modifier and Type Method 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. -
Uses of ConfigurationState in com.atlassian.bamboo.deployments.environments.dashboard
Methods in com.atlassian.bamboo.deployments.environments.dashboard that return ConfigurationState Modifier and Type Method Description ConfigurationState
EnvironmentStubImpl. getConfigurationState()
-
Uses of ConfigurationState in com.atlassian.bamboo.deployments.environments.persistence
Fields in com.atlassian.bamboo.deployments.environments.persistence with type parameters of type ConfigurationState Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<MutableEnvironmentImpl,ConfigurationState>
MutableEnvironmentImpl_. configurationState
Methods in com.atlassian.bamboo.deployments.environments.persistence that return ConfigurationState Modifier and Type Method Description ConfigurationState
EnvironmentStubDto. getConfigurationState()
ConfigurationState
MutableEnvironmentImpl. getConfigurationState()
Methods in com.atlassian.bamboo.deployments.environments.persistence with parameters of type ConfigurationState Modifier and Type Method Description void
MutableEnvironment. setConfigurationState(ConfigurationState configurationState)
void
MutableEnvironmentImpl. setConfigurationState(ConfigurationState configurationState)
-
Uses of ConfigurationState in com.atlassian.bamboo.deployments.environments.persistence.internal
Methods in com.atlassian.bamboo.deployments.environments.persistence.internal that return ConfigurationState Modifier and Type Method Description ConfigurationState
InternalEnvironmentImpl. getConfigurationState()
Constructors in com.atlassian.bamboo.deployments.environments.persistence.internal with parameters of type ConfigurationState Constructor Description InternalEnvironmentImpl(long id, long deploymentProjectId, String name, String description, String tasksXmlData, String triggersXmlData, int position, ConfigurationState configurationState, long requirementSetId, ReleaseApprovalPrerequisite releaseApprovalPrerequisite)
-
Uses of ConfigurationState in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type ConfigurationState Modifier and Type Method Description void
EnvironmentService. updateEnvironmentConfigurationState(long environmentId, @NotNull ConfigurationState configurationState)
Update the configurationState of this environmentvoid
EnvironmentServiceImpl. updateEnvironmentConfigurationState(long environmentId, @NotNull ConfigurationState configurationState)
-
Uses of ConfigurationState in com.atlassian.bamboo.rest.model.deployments.environments
Methods in com.atlassian.bamboo.rest.model.deployments.environments that return ConfigurationState Modifier and Type Method Description ConfigurationState
RestEnvironment. getConfigurationState()
-