Uses of Interface
com.atlassian.bamboo.buildqueue.manager.ExecutableAgentsMatrix
-
-
Uses of ExecutableAgentsMatrix in com.atlassian.bamboo.buildqueue.manager
Classes in com.atlassian.bamboo.buildqueue.manager that implement ExecutableAgentsMatrix Modifier and Type Class Description class
ExecutableAgentsMatrixImpl
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 ExecutableAgentsMatrix Modifier and Type Method Description @NotNull ExecutableAgentsMatrix
DescribeAgentAvailability. getExecutableAgentsMatrix()
-
Uses of ExecutableAgentsMatrix in com.atlassian.bamboo.deployments.environments.requirement
Methods in com.atlassian.bamboo.deployments.environments.requirement that return ExecutableAgentsMatrix Modifier and Type Method Description @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 ExecutableAgentsMatrix Modifier and Type Method Description ExecutableAgentsMatrix
ExecutableAgentsHelper. getExecutableAgentsMatrix(@NotNull ExecutableAgentsHelper.ExecutorQuery executorQuery)
ExecutableAgentsMatrix
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 ExecutableAgentsMatrix Constructor Description RestAgentSummary(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 ExecutableAgentsMatrix Modifier and Type Method Description @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 ExecutableAgentsMatrix Modifier and Type Field Description protected @NotNull io.atlassian.util.concurrent.LazyReference<ExecutableAgentsMatrix>
DescribeAgentAvailability. executableAgents
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config that return ExecutableAgentsMatrix Modifier and Type Method Description @NotNull ExecutableAgentsMatrix
DescribeAgentAvailability. getExecutableAgentMatrix()
-