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.configuration.agent.elastic   
com.atlassian.bamboo.deployments.environments.actions.tasks   
com.atlassian.bamboo.deployments.results   
com.atlassian.bamboo.event   
com.atlassian.bamboo.logger   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.util   
com.atlassian.bamboo.utils   
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   
com.atlassian.bamboo.ww2.actions.build.admin.config   
com.atlassian.bamboo.ww2.actions.chains   
 

Uses of BuildAgent in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return BuildAgent
 BuildAgent BuildResultsAction.getAgent(BuildResultsSummary summary)
           
 BuildAgent ViewBuild.getAgent(CurrentlyBuilding currentlyBuilding)
           
 BuildAgent BuildResultsAction.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, 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)
          Denotes that the passed build context is beginning the build process.
 CurrentlyBuilding CurrentlyBuildingContainer.setCurrentlyBuilding(BuildContext buildContext, CurrentlyBuilding currentlyBuilding, java.util.Collection<BuildAgent> executableAgents, java.util.Collection<ElasticImageConfiguration> executableImages, boolean executableAgentInfoInitialized)
           
 

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

Methods in com.atlassian.bamboo.buildqueue.manager that return BuildAgent
 BuildAgent AgentStateCache.getAgent(long agentId)
           
 BuildAgent AgentManagerImpl.getAgent(long agentId)
           
 BuildAgent AgentManager.getAgent(long agentId)
           
 BuildAgent AgentStateCache.updateAgentInCache(PipelineDefinition definition)
           
 

Methods in com.atlassian.bamboo.buildqueue.manager that return types with arguments of type BuildAgent
 java.util.Collection<BuildAgent> AgentStateCache.getActiveAndEnabledAgents()
           
 java.util.Collection<BuildAgent> AgentManagerImpl.getActiveAndEnabledAgents()
           
 java.util.Collection<BuildAgent> AgentManager.getActiveAndEnabledAgents()
          Returns agents that are enabled and online
 java.util.List<BuildAgent> AgentStateCache.getAllAgents()
           
 java.util.List<BuildAgent> AgentManagerImpl.getAllAgents()
           
 java.util.List<BuildAgent> AgentManager.getAllAgents()
           
 java.util.List<BuildAgent> AgentManagerImpl.getAllNonElasticAgents()
           
 java.util.List<BuildAgent> AgentManager.getAllNonElasticAgents()
           
 java.util.List<BuildAgent> AgentManagerImpl.getAllRemoteAgents()
           
 java.util.List<BuildAgent> AgentManager.getAllRemoteAgents()
          Gets all remote agents in the system.
 java.util.List<BuildAgent> AgentStateCache.getAllRemoteAgents(boolean onlineOnly)
           
 java.util.List<BuildAgent> AgentManagerImpl.getAllRemoteAgents(boolean onlineOnly)
           
 java.util.List<BuildAgent> AgentManager.getAllRemoteAgents(boolean onlineOnly)
          Get remote agents.
 java.util.SortedSet<BuildAgent> ExecutableAgentsMatrix.getBuildAgents()
           
 java.util.SortedSet<BuildAgent> ExecutableAgentsMatrixImpl.getBuildAgents()
           
 java.util.Collection<BuildAgent> ExecutableAgentsMatrix.getBuildAgents(java.lang.String key)
           
 java.util.Collection<BuildAgent> ExecutableAgentsMatrixImpl.getBuildAgents(java.lang.String key)
           
 java.util.Collection<BuildAgent> AgentStateCache.getBusyBuildAgents()
           
 java.util.Collection<BuildAgent> AgentManagerImpl.getBusyBuildAgents()
           
 java.util.Collection<BuildAgent> AgentManager.getBusyBuildAgents()
          Gets a collection agents that are currently building or cancelling a build
 java.util.Collection<BuildAgent> AgentManagerImpl.getExecutableAgents(RequirementSet requirementSet, AgentManager.DisabledAgentsInclusion includeDisabled, AgentManager.OfflineAgentsInclusion includeOffline)
           
 java.util.Collection<BuildAgent> AgentManager.getExecutableAgents(RequirementSet requirements, AgentManager.DisabledAgentsInclusion includeDisabled, AgentManager.OfflineAgentsInclusion includeOffline)
          Deprecated. since 5.0 use methods of $ExecutableAgentsHelper
 java.util.Collection<BuildAgent> AgentManagerImpl.getExecutableAgents(RequirementSet requirementSet, boolean includeDisabled)
           
 java.util.Collection<BuildAgent> AgentManager.getExecutableAgents(RequirementSet requirementSet, boolean includeDisabled)
          Deprecated. since 5.0 use methods of $ExecutableAgentsHelper
 java.util.List<BuildAgent> AgentStateCache.getNonElasticAgents()
           
 java.util.List<BuildAgent> AgentStateCache.getOnlineElasticAgents()
           
 java.util.List<BuildAgent> AgentManagerImpl.getOnlineElasticAgents()
           
 java.util.List<BuildAgent> AgentManager.getOnlineElasticAgents()
          Retrieve all online elastic build agents.
 java.util.Collection<BuildAgent> ExecutableAgentsMatrix.getOnlineEnabledBuildAgents()
           
 java.util.Collection<BuildAgent> ExecutableAgentsMatrixImpl.getOnlineEnabledBuildAgents()
           
 

Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type BuildAgent
 void AgentManagerImpl.abandonBuild(BuildAgent remoteAgent, boolean agentStartingUp)
           
 void AgentManager.abandonBuild(BuildAgent remoteAgent, boolean agentStartingUp)
           
 void ExecutableAgentsMatrix.addBuildAgent(BuildAgent buildAgent)
           
 void ExecutableAgentsMatrixImpl.addBuildAgent(BuildAgent buildAgent)
           
static java.lang.Iterable<AgentAssignmentService.AgentAssignmentExecutor> AgentAssignmentServiceHelper.asExecutors(BuildAgent agent)
           
static java.lang.Iterable<AgentAssignmentService.AgentAssignmentExecutor> AgentAssignmentServiceHelper.asExecutors(BuildAgent agent, boolean directAssignmentsOnly)
           
 void ExecutableAgentsMatrix.put(java.lang.String key, BuildAgent value)
           
 void ExecutableAgentsMatrixImpl.put(java.lang.String key, BuildAgent value)
           
 void AgentStateCache.removeFromCache(BuildAgent agent)
           
 void AgentManagerImpl.stopAgent(BuildAgent agent)
           
 void AgentManager.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)
           
 void ExecutableAgentsMatrixImpl.addBuildAgents(java.util.Collection<BuildAgent> buildAgents)
           
 void AgentStateCache.initialiseAgents(java.util.Set<LocalBuildAgent> localAgents, java.util.Set<BuildAgent> remoteAgents)
           
 

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
           
 

Fields in com.atlassian.bamboo.configuration.agent with type parameters of type BuildAgent
protected  com.google.common.collect.Multimap<Capability,BuildAgent> ConfigureCapabilityKey.capabilityAgentMappingsSorted
           
 

Methods in com.atlassian.bamboo.configuration.agent that return BuildAgent
 BuildAgent ConfigureCapabilityKey.getAgent(java.lang.Long id)
           
 BuildAgent ConfigureCapability.getAgentFromCapabilitySet(CapabilitySet capabilitySet)
           
 BuildAgent ViewAgent.getBuildAgent()
           
 BuildAgent ConfigureAgentDetails.getBuildAgent()
           
 BuildAgent ConfigureAgentCapability.getBuildAgent()
           
 BuildAgent ConfigureAgentAssignments.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<java.util.Map.Entry<Capability,BuildAgent>> ConfigureCapabilityKey.getCapabilityAgentMappingsSorted()
           
 java.util.List<BuildAgent> ViewAgents.getOfflineRemoteAgents()
           
 java.util.List<BuildAgent> ViewAgents.getOnlineRemoteAgents()
           
 java.util.List<BuildAgent> ViewOfflineAgents.getResultsList()
           
 

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

Methods in com.atlassian.bamboo.configuration.agent.elastic with parameters of type BuildAgent
 boolean ElasticAgentOnImagePredicate.apply(BuildAgent agent)
           
 

Uses of BuildAgent in com.atlassian.bamboo.deployments.environments.actions.tasks
 

Methods in com.atlassian.bamboo.deployments.environments.actions.tasks that return types with arguments of type BuildAgent
 java.util.List<BuildAgent> DescribeAgentAvailability.sortMatchingAgents(java.util.Collection<BuildAgent> matchingAgents)
           
 

Method parameters in com.atlassian.bamboo.deployments.environments.actions.tasks with type arguments of type BuildAgent
 java.util.List<BuildAgent> DescribeAgentAvailability.sortMatchingAgents(java.util.Collection<BuildAgent> matchingAgents)
           
 

Uses of BuildAgent in com.atlassian.bamboo.deployments.results
 

Methods in com.atlassian.bamboo.deployments.results that return BuildAgent
 BuildAgent DeploymentResultImpl.getAgent()
           
 BuildAgent DeploymentResult.getAgent()
           
 

Uses of BuildAgent in com.atlassian.bamboo.event
 

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

Methods in com.atlassian.bamboo.event with parameters of type BuildAgent
 java.lang.Object AgentConfigurationUpdatedEventFactory.create(java.lang.Object o, BuildAgent buildAgent)
           
 

Constructors in com.atlassian.bamboo.event with parameters of type BuildAgent
AgentConfigurationUpdatedEvent(java.lang.Object o, BuildAgent buildAgent)
           
AgentDisabledOrEnabledEvent(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.plan
 

Methods in com.atlassian.bamboo.plan that return types with arguments of type BuildAgent
 java.util.Collection<BuildAgent> ExecutableAgentsHelper.getExecutableAgents(ExecutableAgentsHelper.ExecutorQuery executorQuery)
           
 java.util.Collection<BuildAgent> ExecutableAgentsHelperImpl.getExecutableAgents(ExecutableAgentsHelper.ExecutorQuery executorQuery)
           
 

Uses of BuildAgent in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary with parameters of type BuildAgent
 int BuildResultsSummaryManager.countBuildResultsSummariesForAgent(BuildAgent buildAgent)
          Deprecated.  
 int BuildResultsSummaryManagerImpl.countBuildResultsSummariesForAgent(BuildAgent buildAgent)
           
 int BuildResultsSummaryManager.countFailedBuildResultsSummariesForAgent(BuildAgent buildAgent)
          Deprecated.  
 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.utils
 

Methods in com.atlassian.bamboo.utils that return types with arguments of type BuildAgent
static com.google.common.base.Predicate<BuildAgent> BambooPredicates.buildAgentIsActive()
           
static com.google.common.base.Predicate<BuildAgent> BambooPredicates.buildAgentIsActiveAndEnabled()
           
static com.google.common.base.Predicate<BuildAgent> BambooPredicates.buildAgentIsBusy()
           
static com.google.common.base.Predicate<BuildAgent> BambooPredicates.buildAgentIsEnabled()
           
 

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.lang.Iterable<BuildAgent> CurrentlyBuilding.ExecutableInfo.getActiveAgents()
           
 java.util.Collection<BuildAgent> CurrentlyBuilding.ExecutableInfo.getBuildAgents()
           
 java.util.Collection<BuildAgent> CurrentlyBuilding.getExecutableBuildAgents()
          Get the list of executable agents for this build.
 java.util.Collection<BuildAgent> CurrentlyBuildingImpl.getExecutableBuildAgents()
           
 

Constructor parameters in com.atlassian.bamboo.v2.build with type arguments of type BuildAgent
CurrentlyBuilding.ExecutableInfo(java.util.Collection<BuildAgent> agents, java.util.Collection<ElasticImageConfiguration> images, boolean agentInfoInitialized)
           
 

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(CommonContext context, java.util.Collection<BuildAgent> agents, RequirementSet requirements)
          Filter the given collection of agents by the requirements
static com.google.common.base.Function<BuildAgent,SystemInfo> BuildAgentFunctions.getSystemInfo()
           
static com.google.common.base.Function<BuildAgent,java.util.UUID> BuildAgentFunctions.getUuid()
           
static com.google.common.base.Predicate<BuildAgent> BuildAgentFunctions.hasSystemInfo()
           
static com.google.common.base.Predicate<BuildAgent> BuildAgentFunctions.hasUuid()
           
static com.google.common.base.Predicate<BuildAgent> BuildAgentFunctions.isRemote()
           
 

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)
          Deprecated.  
static boolean BuildAgentTypeAccessor.isElastic(BuildAgent agent)
          Deprecated.  
static boolean BuildAgentTypeAccessor.isLocal(BuildAgent agent)
          Deprecated.  
static boolean BuildAgentTypeAccessor.isRemote(BuildAgent agent)
          Deprecated.  
 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(CommonContext context, java.util.Collection<BuildAgent> agents, RequirementSet requirements)
          Filter the given collection 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()
           
 java.util.Collection<BuildAgent> StarterAction.getBusyBuildAgents()
           
 

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

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

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

Classes in com.atlassian.bamboo.ww2.actions.agent that implement BuildAgent
 class BuildAgentDecorator
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.agent with parameters of type BuildAgent
 int BuildAgentDecorator.compareTo(BuildAgent buildAgent)
           
 

Constructors in com.atlassian.bamboo.ww2.actions.agent with parameters of type BuildAgent
AgentAssignmentExecutorDetails(BuildAgent agent, boolean capabilitiesMatch)
           
BuildAgentDecorator(BuildAgent buildAgent)
           
 

Uses of BuildAgent in com.atlassian.bamboo.ww2.actions.build.admin.config
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config that return types with arguments of type BuildAgent
 java.util.List<BuildAgent> DescribeAgentAvailability.sortMatchingAgents(java.util.Collection<BuildAgent> matchingAgents)
           
 

Method parameters in com.atlassian.bamboo.ww2.actions.build.admin.config with type arguments of type BuildAgent
 java.util.List<BuildAgent> DescribeAgentAvailability.sortMatchingAgents(java.util.Collection<BuildAgent> matchingAgents)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.chains that return BuildAgent
 BuildAgent ViewChainResult.getAgent(long agentId)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.