|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocalBuildAgent | |
|---|---|
| com.atlassian.bamboo.buildqueue.manager | |
| com.atlassian.bamboo.configuration.agent | |
| com.atlassian.bamboo.v2.build.agent | |
| Uses of LocalBuildAgent in com.atlassian.bamboo.buildqueue.manager |
|---|
| Methods in com.atlassian.bamboo.buildqueue.manager that return LocalBuildAgent | |
|---|---|
LocalBuildAgent |
AgentStateCache.getLocalAgent(long id)
|
LocalBuildAgent |
AgentManagerImpl.getLocalAgent(long pipelineId)
|
LocalBuildAgent |
AgentManager.getLocalAgent(long pipelineId)
Returns the pipeline that matches the passed id |
| Methods in com.atlassian.bamboo.buildqueue.manager that return types with arguments of type LocalBuildAgent | |
|---|---|
java.util.List<LocalBuildAgent> |
AgentStateCache.getAllLocalAgents()
|
java.util.List<LocalBuildAgent> |
AgentManagerImpl.getAllLocalAgents()
|
java.util.List<LocalBuildAgent> |
AgentManager.getAllLocalAgents()
Returns all LocalBuildAgent objects |
| Method parameters in com.atlassian.bamboo.buildqueue.manager with type arguments of type LocalBuildAgent | |
|---|---|
void |
AgentStateCache.initialiseAgents(java.util.Set<LocalBuildAgent> localAgents,
java.util.Set<BuildAgent> remoteAgents)
|
| Uses of LocalBuildAgent in com.atlassian.bamboo.configuration.agent |
|---|
| Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type LocalBuildAgent | |
|---|---|
java.util.List<LocalBuildAgent> |
ViewAgents.getLocalAgents()
|
| Uses of LocalBuildAgent in com.atlassian.bamboo.v2.build.agent |
|---|
| Classes in com.atlassian.bamboo.v2.build.agent that implement LocalBuildAgent | |
|---|---|
class |
LocalBuildAgentImpl
|
| Methods in com.atlassian.bamboo.v2.build.agent with parameters of type LocalBuildAgent | |
|---|---|
void |
BuildAgent.BuildAgentVisitor.visitLocal(LocalBuildAgent localBuildAgent)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||