Uses of Enum Class
com.atlassian.bamboo.deployments.environments.ConfigurationState
Package
Description
-
Uses of ConfigurationState in com.atlassian.bamboo.deployments.environments
Modifier and TypeMethodDescriptionEnvironmentImpl.getConfigurationState()
EnvironmentWithConfigCounts.getConfigurationState()
InternalEnvironment.getConfigurationState()
static ConfigurationState
Returns the enum constant of this class with the specified name.static ConfigurationState[]
ConfigurationState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConfigurationState in com.atlassian.bamboo.deployments.environments.dashboard
-
Uses of ConfigurationState in com.atlassian.bamboo.deployments.environments.persistence
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<MutableEnvironmentImpl,
ConfigurationState> MutableEnvironmentImpl_.configurationState
Modifier and TypeMethodDescriptionEnvironmentStubDto.getConfigurationState()
MutableEnvironmentImpl.getConfigurationState()
Modifier and TypeMethodDescriptionvoid
MutableEnvironment.setConfigurationState
(ConfigurationState configurationState) void
MutableEnvironmentImpl.setConfigurationState
(ConfigurationState configurationState) -
Uses of ConfigurationState in com.atlassian.bamboo.deployments.environments.persistence.internal
ModifierConstructorDescriptionInternalEnvironmentImpl
(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
Modifier and TypeMethodDescriptionvoid
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