Uses of Class
com.atlassian.bamboo.deployments.projects.persistence.RequirementDeploymentMapping
-
Packages that use RequirementDeploymentMapping Package Description com.atlassian.bamboo.configuration.agent com.atlassian.bamboo.deployments.environments.service -
-
Uses of RequirementDeploymentMapping in com.atlassian.bamboo.configuration.agent
Fields in com.atlassian.bamboo.configuration.agent with type parameters of type RequirementDeploymentMapping Modifier and Type Field Description protected List<RequirementDeploymentMapping>
ConfigureCapabilityKey. requirementDeploymentEnvironmentMappings
-
Uses of RequirementDeploymentMapping in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service that return types with arguments of type RequirementDeploymentMapping Modifier and Type Method Description @NotNull Set<RequirementDeploymentMapping>
EnvironmentService. findEnvironmentsByRequirementKey(@NotNull String requirementKey)
Find environments which rely on requirementKey@NotNull Set<RequirementDeploymentMapping>
EnvironmentServiceImpl. findEnvironmentsByRequirementKey(@NotNull String requirementKey)
-