|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RemoteAgentDefinition in com.atlassian.bamboo.buildqueue |
---|
Methods in com.atlassian.bamboo.buildqueue with parameters of type RemoteAgentDefinition | |
---|---|
void |
BaseElasticPipelineDefinitionVisitor.visitRemote(RemoteAgentDefinition pipelineDefinition)
|
void |
PipelineDefinitionVisitor.visitRemote(RemoteAgentDefinition pipelineDefinition)
|
Uses of RemoteAgentDefinition in com.atlassian.bamboo.buildqueue.dao |
---|
Methods in com.atlassian.bamboo.buildqueue.dao that return RemoteAgentDefinition | |
---|---|
RemoteAgentDefinition |
AgentHibernateDao.getRemoteAgentById(long id)
|
Methods in com.atlassian.bamboo.buildqueue.dao that return types with arguments of type RemoteAgentDefinition | |
---|---|
java.util.List<RemoteAgentDefinition> |
AgentHibernateDao.findAllRemoteAgents()
|
java.util.List<RemoteAgentDefinition> |
AgentDao.findAllRemoteAgents()
Retrieves all remote agents |
Uses of RemoteAgentDefinition in com.atlassian.bamboo.v2.build.agent |
---|
Classes in com.atlassian.bamboo.v2.build.agent that implement RemoteAgentDefinition | |
---|---|
class |
RemoteAgentDefinitionImpl
|
Uses of RemoteAgentDefinition in com.atlassian.bamboo.v2.build.agent.capability |
---|
Methods in com.atlassian.bamboo.v2.build.agent.capability with parameters of type RemoteAgentDefinition | |
---|---|
CapabilitySet |
CapabilitySetManagerImpl.createAgentCapabilitySet(RemoteAgentDefinition pipelineDefinition)
|
CapabilitySet |
CapabilitySetManager.createAgentCapabilitySet(RemoteAgentDefinition pipelineDefinition)
Create an agent scope capability set for remote agents |
Uses of RemoteAgentDefinition in com.atlassian.bamboo.v2.build.agent.remote |
---|
Methods in com.atlassian.bamboo.v2.build.agent.remote that return RemoteAgentDefinition | |
---|---|
RemoteAgentDefinition |
AgentConfiguration.getRemoteAgentDefinition()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |