Uses of Interface
com.atlassian.bamboo.buildqueue.manager.ExecutableAgentsMatrix
Packages that use ExecutableAgentsMatrix
Package
Description
-
Uses of ExecutableAgentsMatrix in com.atlassian.bamboo.buildqueue.manager
Classes in com.atlassian.bamboo.buildqueue.manager that implement ExecutableAgentsMatrixModifier and TypeClassDescriptionclass
A simple holder object that stores information about the executable agents on a per requirement basis -
Uses of ExecutableAgentsMatrix in com.atlassian.bamboo.deployments.environments.actions.tasks
Methods in com.atlassian.bamboo.deployments.environments.actions.tasks that return ExecutableAgentsMatrixModifier and TypeMethodDescription@NotNull ExecutableAgentsMatrix
DescribeAgentAvailability.getExecutableAgentsMatrix()
-
Uses of ExecutableAgentsMatrix in com.atlassian.bamboo.deployments.environments.requirement
Methods in com.atlassian.bamboo.deployments.environments.requirement that return ExecutableAgentsMatrixModifier and TypeMethodDescription@NotNull ExecutableAgentsMatrix
EnvironmentRequirementService.getExecutableAgentMatrixForEnvironment
(long environmentId) Retrieve all executable agents for a particular environment.@NotNull ExecutableAgentsMatrix
EnvironmentRequirementService.getExecutableAgentMatrixForEnvironment
(@NotNull InternalEnvironment environment) Retrieve all executable agents for a particular environment.@NotNull ExecutableAgentsMatrix
EnvironmentRequirementServiceImpl.getExecutableAgentMatrixForEnvironment
(long environmentId) @NotNull ExecutableAgentsMatrix
EnvironmentRequirementServiceImpl.getExecutableAgentMatrixForEnvironment
(@NotNull InternalEnvironment environment) -
Uses of ExecutableAgentsMatrix in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that return ExecutableAgentsMatrixModifier and TypeMethodDescriptionExecutableAgentsHelper.getExecutableAgentsMatrix
(@NotNull ExecutableAgentsHelper.ExecutorQuery executorQuery) ExecutableAgentsHelperImpl.getExecutableAgentsMatrix
(@NotNull ExecutableAgentsHelper.ExecutorQuery executorQuery) -
Uses of ExecutableAgentsMatrix in com.atlassian.bamboo.rest.model.plan.stage.job.requirement
Constructors in com.atlassian.bamboo.rest.model.plan.stage.job.requirement with parameters of type ExecutableAgentsMatrixModifierConstructorDescriptionRestAgentSummary
(ExecutableAgentsMatrix matrix, boolean canConfigureAgents, boolean canConfigureImages, boolean canConfigureEphemeralAgentTemplates) RestAgentSummary
(ExecutableAgentsMatrix matrix, boolean canConfigureAgents, boolean canConfigureImages, boolean canConfigureEphemeralAgentTemplates, boolean provideDetails) -
Uses of ExecutableAgentsMatrix in com.atlassian.bamboo.v2.build.requirement
Methods in com.atlassian.bamboo.v2.build.requirement that return ExecutableAgentsMatrixModifier and TypeMethodDescription@NotNull ExecutableAgentsMatrix
RequirementService.getExecutableAgentMatrixForJob
(@NotNull PlanKey jobKey) retrieve all executable agents for a particular job.@NotNull ExecutableAgentsMatrix
RequirementServiceImpl.getExecutableAgentMatrixForJob
(@NotNull PlanKey jobKey) -
Uses of ExecutableAgentsMatrix in com.atlassian.bamboo.ww2.actions.build.admin.config
Fields in com.atlassian.bamboo.ww2.actions.build.admin.config with type parameters of type ExecutableAgentsMatrixModifier and TypeFieldDescriptionprotected final @NotNull io.atlassian.util.concurrent.LazyReference<ExecutableAgentsMatrix>
DescribeAgentAvailability.executableAgents
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config that return ExecutableAgentsMatrixModifier and TypeMethodDescription@NotNull ExecutableAgentsMatrix
DescribeAgentAvailability.getExecutableAgentMatrix()