Uses of Interface
com.atlassian.bamboo.v2.build.agent.BuildAgent

Packages that use BuildAgent
com.atlassian.bamboo.build   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.capability   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.event   
com.atlassian.bamboo.logger   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.util   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.agent.messages   
com.atlassian.bamboo.v2.build.events   
com.atlassian.bamboo.webwork   
com.atlassian.bamboo.ww2.actions.admin.elastic   
com.atlassian.bamboo.ww2.actions.agent   
 

Uses of BuildAgent in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return BuildAgent
 BuildAgent BuildResultsAction.getAgent(BuildResultsSummary summary)
           
 BuildAgent ViewCurrentRunningBuild.getAgent(CurrentlyBuilding currentlyBuilding)
           
 

Methods in com.atlassian.bamboo.build with parameters of type BuildAgent
 void DefaultStopBuildManager.stopAgentNicely(BuildAgent buildAgent)
           
 void StopBuildManager.stopAgentNicely(BuildAgent buildAgent)
          Will tell an agent to stop after it's finished the current build
 

Method parameters in com.atlassian.bamboo.build with type arguments of type BuildAgent
 void BuildExecutionManager.setCurrentlyBuilding(BuildContext buildContext, java.util.Collection<BuildAgent> executableAgents)
          Denotes that the passed build context is beginning the build process.
 void DefaultBuildExecutionManager.setCurrentlyBuilding(BuildContext buildContext, java.util.Collection<BuildAgent> executableAgents)
           
 void BuildExecutionManager.setCurrentlyBuilding(BuildContext buildContext, java.util.Collection<BuildAgent> executableAgents, java.util.Collection<ElasticImageConfiguration> executableImages)
          Denotes that the passed build context is beginning the build process.
 void DefaultBuildExecutionManager.setCurrentlyBuilding(BuildContext buildContext, java.util.Collection<BuildAgent> executableAgents, java.util.Collection<ElasticImageConfiguration> executableImages)
           
 void CurrentlyBuildingContainer.setCurrentlyBuilding(java.lang.String planKey, CurrentlyBuilding currentlyBuilding, java.util.Collection<BuildAgent> executableAgents, java.util.Collection<ElasticImageConfiguration> executableImages)
           
 

Uses of BuildAgent in com.atlassian.bamboo.buildqueue.manager
 

Methods in com.atlassian.bamboo.buildqueue.manager that return BuildAgent
 BuildAgent LocalAgentManagerImpl.getAgent(long agentId)
           
 BuildAgent LocalAgentManager.getAgent(long agentId)
           
 BuildAgent ExecutableAgentsMatrix.put(java.lang.String key, BuildAgent value)
           
 

Methods in com.atlassian.bamboo.buildqueue.manager that return types with arguments of type BuildAgent
 java.util.List<BuildAgent> LocalAgentManagerImpl.getAllAgents()
           
 java.util.List<BuildAgent> LocalAgentManager.getAllAgents()
           
 java.util.List<BuildAgent> LocalAgentManagerImpl.getAllNonElasticAgents()
           
 java.util.List<BuildAgent> LocalAgentManager.getAllNonElasticAgents()
           
 java.util.List<BuildAgent> LocalAgentManagerImpl.getAllRemoteAgents()
           
 java.util.List<BuildAgent> LocalAgentManager.getAllRemoteAgents()
          Gets all remote agents in the system.
 java.util.List<BuildAgent> LocalAgentManagerImpl.getAllRemoteAgents(boolean onlineOnly)
           
 java.util.List<BuildAgent> LocalAgentManager.getAllRemoteAgents(boolean onlineOnly)
          Get remote agents.
 java.util.SortedSet<BuildAgent> ExecutableAgentsMatrix.getBuildAgents()
           
 java.util.Collection<BuildAgent> ExecutableAgentsMatrix.getBuildAgents(java.lang.String key)
           
 java.util.Collection<BuildAgent> LocalAgentManagerImpl.getExecutableAgents(RequirementSet requirementSet, boolean includeDisabled)
           
 java.util.Collection<BuildAgent> LocalAgentManager.getExecutableAgents(RequirementSet requirementSet, boolean includeDisabled)
          Gets all agents which can run a given RequirementSet
 java.util.List<BuildAgent> LocalAgentManagerImpl.getOnlineElasticAgents()
           
 java.util.List<BuildAgent> LocalAgentManager.getOnlineElasticAgents()
          Retrieve all online elastic build agents.
 

Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type BuildAgent
 void LocalAgentManagerImpl.abandonBuild(BuildAgent remoteAgent, boolean agentStartingUp)
           
 void LocalAgentManager.abandonBuild(BuildAgent remoteAgent, boolean agentStartingUp)
           
 void ExecutableAgentsMatrix.addBuildAgent(BuildAgent buildAgent)
           
 BuildAgent ExecutableAgentsMatrix.put(java.lang.String key, BuildAgent value)
           
 void LocalAgentManagerImpl.stopAgent(BuildAgent agent)
           
 void LocalAgentManager.stopAgent(BuildAgent agent)
          Performs any other operations required when an agent goes offline, such as updating the status and shutdown time.
 void RemoteAgentManagerImpl.stopRemoteAgent(BuildAgent agent)
           
 void RemoteAgentManager.stopRemoteAgent(BuildAgent agent)
           
 

Method parameters in com.atlassian.bamboo.buildqueue.manager with type arguments of type BuildAgent
 void ExecutableAgentsMatrix.addBuildAgents(java.util.Collection<BuildAgent> buildAgents)
           
 

Uses of BuildAgent in com.atlassian.bamboo.capability
 

Methods in com.atlassian.bamboo.capability with parameters of type BuildAgent
static CapabilitySet CapabilitySetProvider.getAgentCapabilitySet(BuildAgent agent)
           
 

Uses of BuildAgent in com.atlassian.bamboo.configuration.agent
 

Fields in com.atlassian.bamboo.configuration.agent declared as BuildAgent
protected  BuildAgent ConfigureAgentDetails.buildAgent
           
protected  BuildAgent ConfigureAgentCapability.buildAgent
           
 

Methods in com.atlassian.bamboo.configuration.agent that return BuildAgent
 BuildAgent ConfigureCapabilityKey.getAgent(java.lang.Long id)
           
 BuildAgent ConfigureCapability.getAgentFromCapabilitySet(CapabilitySet capabilitySet)
           
 BuildAgent AbstractConfigureCapability.getAgentFromCapabilitySet(CapabilitySet capabilitySet)
           
 BuildAgent ViewAgent.getBuildAgent()
           
 BuildAgent ConfigureAgentDetails.getBuildAgent()
           
 BuildAgent ConfigureAgentCapability.getBuildAgent()
           
 

Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type BuildAgent
 java.util.List<BuildAgent> ViewAgentPlanMatrix.getAgents()
           
 java.util.Collection<BuildAgent> ViewAgents.getRemoteAgents()
           
 

Uses of BuildAgent in com.atlassian.bamboo.event
 

Methods in com.atlassian.bamboo.event that return BuildAgent
 BuildAgent AgentConfigurationUpdatedEvent.getBuildAgent()
           
 

Constructors in com.atlassian.bamboo.event with parameters of type BuildAgent
AgentConfigurationUpdatedEvent(java.lang.Object o, BuildAgent buildAgent)
           
 

Uses of BuildAgent in com.atlassian.bamboo.logger
 

Methods in com.atlassian.bamboo.logger that return types with arguments of type BuildAgent
 java.util.Collection<BuildAgent> ErrorDetails.getAgents()
           
 

Uses of BuildAgent in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary with parameters of type BuildAgent
 int BuildResultsSummaryManager.countBuildResultsSummariesForAgent(BuildAgent buildAgent)
           
 int BuildResultsSummaryManagerImpl.countBuildResultsSummariesForAgent(BuildAgent buildAgent)
           
 int BuildResultsSummaryManager.countFailedBuildResultsSummariesForAgent(BuildAgent buildAgent)
           
 int BuildResultsSummaryManagerImpl.countFailedBuildResultsSummariesForAgent(BuildAgent buildAgent)
           
 

Uses of BuildAgent in com.atlassian.bamboo.util
 

Methods in com.atlassian.bamboo.util with parameters of type BuildAgent
 int AgentComparator.compare(BuildAgent first, BuildAgent second)
           
 

Uses of BuildAgent in com.atlassian.bamboo.v2.build
 

Methods in com.atlassian.bamboo.v2.build that return types with arguments of type BuildAgent
 java.util.Collection<BuildAgent> CurrentlyBuilding.getExecutableBuildAgents()
          Get the list of executable agents for this build.
 java.util.Collection<BuildAgent> CurrentlyBuildingImpl.getExecutableBuildAgents()
           
 

Method parameters in com.atlassian.bamboo.v2.build with type arguments of type BuildAgent
 void CurrentlyBuilding.setExecutableBuildAgents(java.util.Collection<BuildAgent> executableBuildAgents)
          Resets the executable build agents
 void CurrentlyBuildingImpl.setExecutableBuildAgents(java.util.Collection<BuildAgent> executableBuildAgents)
           
 

Uses of BuildAgent in com.atlassian.bamboo.v2.build.agent
 

Subinterfaces of BuildAgent in com.atlassian.bamboo.v2.build.agent
 interface LocalBuildAgent
           
 

Classes in com.atlassian.bamboo.v2.build.agent that implement BuildAgent
 class BuildAgentImpl
           
 class LocalBuildAgentImpl
           
 

Methods in com.atlassian.bamboo.v2.build.agent that return types with arguments of type BuildAgent
 java.util.Collection<BuildAgent> BuildAgentRequirementFilter.filter(BuildContext buildContext, java.util.Collection<BuildAgent> agents, RequirementSet requirements)
          Filter the given colletion of agents by the requirements
 

Methods in com.atlassian.bamboo.v2.build.agent with parameters of type BuildAgent
 int DefaultBuildAgent.compareTo(BuildAgent o)
           
 int BuildAgentImpl.compareTo(BuildAgent o)
           
static PipelineDefinition.TYPE BuildAgentTypeAccessor.getAgentType(BuildAgent agent)
           
static boolean BuildAgentTypeAccessor.isElastic(BuildAgent agent)
           
static boolean BuildAgentTypeAccessor.isLocal(BuildAgent agent)
           
static boolean BuildAgentTypeAccessor.isRemote(BuildAgent agent)
           
 void BuildAgent.BuildAgentVisitor.visitRemote(BuildAgent remoteBuildAgent)
           
 

Method parameters in com.atlassian.bamboo.v2.build.agent with type arguments of type BuildAgent
 java.util.Collection<BuildAgent> BuildAgentRequirementFilter.filter(BuildContext buildContext, java.util.Collection<BuildAgent> agents, RequirementSet requirements)
          Filter the given colletion of agents by the requirements
 

Uses of BuildAgent in com.atlassian.bamboo.v2.build.agent.messages
 

Method parameters in com.atlassian.bamboo.v2.build.agent.messages with type arguments of type BuildAgent
static java.lang.String JmsSelectorUtils.getAgentsMessageProperty(java.util.Collection<BuildAgent> executableAgents)
          Creates a comma separated string representing a collection of BuildAgents.
 

Uses of BuildAgent in com.atlassian.bamboo.v2.build.events
 

Methods in com.atlassian.bamboo.v2.build.events that return BuildAgent
 BuildAgent AgentOfflineEvent.getBuildAgent()
           
 

Constructors in com.atlassian.bamboo.v2.build.events with parameters of type BuildAgent
AgentOfflineEvent(java.lang.Object source, BuildAgent buildAgent)
           
 

Uses of BuildAgent in com.atlassian.bamboo.webwork
 

Methods in com.atlassian.bamboo.webwork that return types with arguments of type BuildAgent
 java.util.Collection<BuildAgent> StarterAction.getBuildAgents()
           
 

Uses of BuildAgent in com.atlassian.bamboo.ww2.actions.admin.elastic
 

Methods in com.atlassian.bamboo.ww2.actions.admin.elastic that return BuildAgent
 BuildAgent ElasticUIBean.getAgentById(long agentId)
           
 BuildAgent ViewElasticInstanceAction.getBuildAgent()
           
 

Uses of BuildAgent in com.atlassian.bamboo.ww2.actions.agent
 

Methods in com.atlassian.bamboo.ww2.actions.agent that return BuildAgent
 BuildAgent ViewAgentDetailsAction.getBuildAgent()
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.