Uses of Interface
com.atlassian.bamboo.deployments.environments.DecoratedEnvironment
Packages that use DecoratedEnvironment
Package
Description
-
Uses of DecoratedEnvironment in com.atlassian.bamboo.agent
Methods in com.atlassian.bamboo.agent that return types with arguments of type DecoratedEnvironmentModifier and TypeMethodDescription@NotNull List<DecoratedEnvironment>
AgentExecutableService.fetchExecutableEnvironments
(PipelineDefinition agent) Fetch deployment environments that can be executed by the given agent.@NotNull List<DecoratedEnvironment>
AgentExecutableServiceImpl.fetchExecutableEnvironments
(PipelineDefinition agent) -
Uses of DecoratedEnvironment in com.atlassian.bamboo.configuration.agent
Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type DecoratedEnvironment -
Uses of DecoratedEnvironment in com.atlassian.bamboo.configuration.repository
Fields in com.atlassian.bamboo.configuration.repository with type parameters of type DecoratedEnvironmentModifier and TypeFieldDescriptionprotected List<DecoratedEnvironment>
AbstractRepositoryAction.environmentUsingRepository
Methods in com.atlassian.bamboo.configuration.repository that return types with arguments of type DecoratedEnvironment -
Uses of DecoratedEnvironment in com.atlassian.bamboo.deployments.environments
Classes in com.atlassian.bamboo.deployments.environments that implement DecoratedEnvironmentMethods in com.atlassian.bamboo.deployments.environments that return types with arguments of type DecoratedEnvironmentModifier and TypeMethodDescriptionstatic Comparator<DecoratedEnvironment>
EnvironmentComparators.byDeploymentProjectAndEnvironmentName()
Return comparator that sorts environments by deployment project name, environment nameMethods in com.atlassian.bamboo.deployments.environments with parameters of type DecoratedEnvironmentModifier and TypeMethodDescriptionint
DecoratedEnvironmentImpl.compareTo
(@NotNull DecoratedEnvironment o) -
Uses of DecoratedEnvironment in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service that return types with arguments of type DecoratedEnvironmentModifier and TypeMethodDescriptionEnvironmentService.getEnvironmentDecorator()
Create environment decorator function object.EnvironmentServiceImpl.getEnvironmentDecorator()
-
Uses of DecoratedEnvironment in com.atlassian.bamboo.deployments.projects.persistence
Constructors in com.atlassian.bamboo.deployments.projects.persistence with parameters of type DecoratedEnvironmentModifierConstructorDescriptionRequirementDeploymentMapping
(Requirement requirement, DecoratedEnvironment environment)