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 TypeClassDescriptionclassA 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 ExecutableAgentsMatrixDescribeAgentAvailability.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 ExecutableAgentsMatrixEnvironmentRequirementService.getExecutableAgentMatrixForEnvironment(long environmentId) Retrieve all executable agents for a particular environment.@NotNull ExecutableAgentsMatrixEnvironmentRequirementService.getExecutableAgentMatrixForEnvironment(@NotNull InternalEnvironment environment) Retrieve all executable agents for a particular environment.@NotNull ExecutableAgentsMatrixEnvironmentRequirementServiceImpl.getExecutableAgentMatrixForEnvironment(long environmentId) @NotNull ExecutableAgentsMatrixEnvironmentRequirementServiceImpl.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 ExecutableAgentsMatrixRequirementService.getExecutableAgentMatrixForJob(@NotNull PlanKey jobKey) retrieve all executable agents for a particular job.@NotNull ExecutableAgentsMatrixRequirementServiceImpl.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.executableAgentsMethods in com.atlassian.bamboo.ww2.actions.build.admin.config that return ExecutableAgentsMatrixModifier and TypeMethodDescription@NotNull ExecutableAgentsMatrixDescribeAgentAvailability.getExecutableAgentMatrix()