Uses of Interface
com.atlassian.bamboo.deployments.environments.DecoratedEnvironment
-
-
Uses of DecoratedEnvironment in com.atlassian.bamboo.agent
Methods in com.atlassian.bamboo.agent that return types with arguments of type DecoratedEnvironment Modifier and Type Method Description @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 Modifier and Type Method Description Map<DecoratedEnvironment,RequirementDelta>
RenameAgentCapability. getRequirementEnvironmentDeltaMap()
-
Uses of DecoratedEnvironment in com.atlassian.bamboo.configuration.repository
Fields in com.atlassian.bamboo.configuration.repository with type parameters of type DecoratedEnvironment Modifier and Type Field Description protected List<DecoratedEnvironment>
AbstractRepositoryAction. environmentUsingRepository
Methods in com.atlassian.bamboo.configuration.repository that return types with arguments of type DecoratedEnvironment Modifier and Type Method Description List<DecoratedEnvironment>
AbstractRepositoryAction. getEnvironmentUsingRepository()
-
Uses of DecoratedEnvironment in com.atlassian.bamboo.deployments.environments
Classes in com.atlassian.bamboo.deployments.environments that implement DecoratedEnvironment Modifier and Type Class Description class
DecoratedEnvironmentImpl
Methods in com.atlassian.bamboo.deployments.environments that return types with arguments of type DecoratedEnvironment Modifier and Type Method Description static 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 DecoratedEnvironment Modifier and Type Method Description int
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 DecoratedEnvironment Modifier and Type Method Description Function<Environment,DecoratedEnvironment>
EnvironmentService. getEnvironmentDecorator()
Create environment decorator function object.Function<Environment,DecoratedEnvironment>
EnvironmentServiceImpl. getEnvironmentDecorator()
-
Uses of DecoratedEnvironment in com.atlassian.bamboo.deployments.projects.persistence
Constructors in com.atlassian.bamboo.deployments.projects.persistence with parameters of type DecoratedEnvironment Constructor Description RequirementDeploymentMapping(Requirement requirement, DecoratedEnvironment environment)
-