Uses of Interface
com.atlassian.bamboo.buildqueue.LocalAgentDefinition
Packages that use LocalAgentDefinition
Package
Description
-
Uses of LocalAgentDefinition in com.atlassian.bamboo.buildqueue
Methods in com.atlassian.bamboo.buildqueue with parameters of type LocalAgentDefinitionModifier and TypeMethodDescriptionvoid
BaseElasticPipelineDefinitionVisitor.visitLocal
(LocalAgentDefinition pipelineDefinition) void
PipelineDefinitionVisitor.visitLocal
(LocalAgentDefinition pipelineDefinition) -
Uses of LocalAgentDefinition in com.atlassian.bamboo.buildqueue.dao
Methods in com.atlassian.bamboo.buildqueue.dao that return LocalAgentDefinitionMethods in com.atlassian.bamboo.buildqueue.dao that return types with arguments of type LocalAgentDefinitionModifier and TypeMethodDescription@NotNull List<LocalAgentDefinition>
AgentDao.findAllLocalAgents()
Retrieves all local agentsAgentHibernateDao.findAllLocalAgents()
-
Uses of LocalAgentDefinition in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type LocalAgentDefinitionModifier and TypeMethodDescriptionvoid
AgentManager.createLocalAgent
(LocalAgentDefinition pipelineDefinition) Create a new local agent.void
AgentManagerImpl.createLocalAgent
(LocalAgentDefinition definition) -
Uses of LocalAgentDefinition in com.atlassian.bamboo.v2.build.agent
Classes in com.atlassian.bamboo.v2.build.agent that implement LocalAgentDefinitionMethods in com.atlassian.bamboo.v2.build.agent that return LocalAgentDefinitionConstructors in com.atlassian.bamboo.v2.build.agent with parameters of type LocalAgentDefinitionModifierConstructorDescriptionprotected
BuildAgentImpl
(LocalAgentDefinition definition) LocalBuildAgentImpl
(@NotNull LocalAgentDefinition definition, @NotNull ExecutableBuildAgent executableBuildAgent) -
Uses of LocalAgentDefinition in com.atlassian.bamboo.v2.build.agent.capability
Methods in com.atlassian.bamboo.v2.build.agent.capability with parameters of type LocalAgentDefinitionModifier and TypeMethodDescription@NotNull CapabilitySet
CapabilitySetManager.createAgentCapabilitySet
(@NotNull LocalAgentDefinition pipelineDefinition) Create an agent scope capability set for local agents@NotNull CapabilitySet
CapabilitySetManagerImpl.createAgentCapabilitySet
(@NotNull LocalAgentDefinition pipelineDefinition)