Uses of Interface
com.atlassian.bamboo.buildqueue.RemoteAgentDefinition
Packages that use RemoteAgentDefinition
Package
Description
-
Uses of RemoteAgentDefinition in com.atlassian.bamboo.buildqueue
Methods in com.atlassian.bamboo.buildqueue with parameters of type RemoteAgentDefinitionModifier and TypeMethodDescriptionvoidBaseElasticPipelineDefinitionVisitor.visitRemote(RemoteAgentDefinition pipelineDefinition) voidPipelineDefinitionVisitor.visitRemote(RemoteAgentDefinition pipelineDefinition) -
Uses of RemoteAgentDefinition in com.atlassian.bamboo.buildqueue.dao
Methods in com.atlassian.bamboo.buildqueue.dao that return RemoteAgentDefinitionMethods in com.atlassian.bamboo.buildqueue.dao that return types with arguments of type RemoteAgentDefinitionModifier and TypeMethodDescriptionAgentDao.findAllRemoteAgents()Retrieves all remote agentsAgentHibernateDao.findAllRemoteAgents() -
Uses of RemoteAgentDefinition in com.atlassian.bamboo.v2.build.agent
Classes in com.atlassian.bamboo.v2.build.agent that implement RemoteAgentDefinition -
Uses of RemoteAgentDefinition in com.atlassian.bamboo.v2.build.agent.capability
Methods in com.atlassian.bamboo.v2.build.agent.capability with parameters of type RemoteAgentDefinitionModifier and TypeMethodDescription@NotNull CapabilitySetCapabilitySetManager.createAgentCapabilitySet(@NotNull RemoteAgentDefinition pipelineDefinition) Create an agent scope capability set for remote agents@NotNull CapabilitySetCapabilitySetManagerImpl.createAgentCapabilitySet(@NotNull RemoteAgentDefinition pipelineDefinition)