Uses of Enum Class
com.atlassian.bamboo.deployments.environments.ConfigurationState
Packages that use ConfigurationState
Package
Description
-
Uses of ConfigurationState in com.atlassian.bamboo.deployments.environments
Methods in com.atlassian.bamboo.deployments.environments that return ConfigurationStateModifier 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
Methods in com.atlassian.bamboo.deployments.environments.dashboard that return ConfigurationState -
Uses of ConfigurationState in com.atlassian.bamboo.deployments.environments.persistence
Fields in com.atlassian.bamboo.deployments.environments.persistence with type parameters of type ConfigurationStateModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<MutableEnvironmentImpl,
ConfigurationState> MutableEnvironmentImpl_.configurationState
Methods in com.atlassian.bamboo.deployments.environments.persistence that return ConfigurationStateModifier and TypeMethodDescriptionEnvironmentStubDto.getConfigurationState()
MutableEnvironmentImpl.getConfigurationState()
Methods in com.atlassian.bamboo.deployments.environments.persistence with parameters of type ConfigurationStateModifier and TypeMethodDescriptionvoid
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 ConfigurationStateConstructors in com.atlassian.bamboo.deployments.environments.persistence.internal with parameters of type ConfigurationStateModifierConstructorDescriptionInternalEnvironmentImpl
(long id, long deploymentProjectId, String name, String description, String tasksXmlData, String triggersXmlData, int position, long version, 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 ConfigurationStateModifier 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
Methods in com.atlassian.bamboo.rest.model.deployments.environments that return ConfigurationState