Uses of Class
com.atlassian.bamboo.configuration.SystemInfo

Packages that use SystemInfo
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.configuration   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.agent.messages   
com.atlassian.bamboo.v2.build.agent.remote.heartbeat   
com.atlassian.bamboo.ww2.actions.setup   
 

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

Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type SystemInfo
 AgentHeartBeatInfo RemoteAgentManagerImpl.updateRemoteAgentStatus(java.lang.Long agentId, AgentStatus status, SystemInfo systemInfo)
           
 AgentHeartBeatInfo RemoteAgentManager.updateRemoteAgentStatus(java.lang.Long agentId, AgentStatus status, SystemInfo systemInfo)
          Updates the BuildAgent's status representing a remote agent on the local server.
 

Uses of SystemInfo in com.atlassian.bamboo.configuration
 

Methods in com.atlassian.bamboo.configuration that return SystemInfo
 SystemInfo SystemInfoAction.getSystemInfo()
          Provide the GUI with the system info
 SystemInfo SystemInfoFactory.getSystemInfo()
           
 

Methods in com.atlassian.bamboo.configuration with parameters of type SystemInfo
 void SystemInfoAction.setSystemInfo(SystemInfo systemInfo)
           
 

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

Methods in com.atlassian.bamboo.configuration.agent that return SystemInfo
 SystemInfo ViewAgent.getSystemInfo()
           
 

Methods in com.atlassian.bamboo.configuration.agent with parameters of type SystemInfo
 void ViewAgent.setSystemInfo(SystemInfo systemInfo)
           
 

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

Methods in com.atlassian.bamboo.v2.build.agent that return SystemInfo
 SystemInfo BuildAgentImpl.getSystemInfo()
           
 

Methods in com.atlassian.bamboo.v2.build.agent with parameters of type SystemInfo
 void BuildAgentImpl.setSystemInfo(SystemInfo systemInfo)
           
 

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

Constructors in com.atlassian.bamboo.v2.build.agent.messages with parameters of type SystemInfo
UpdateHeartbeatMessage(java.lang.Long agentId, AgentStatus status, SystemInfo systemInfo)
           
 

Uses of SystemInfo in com.atlassian.bamboo.v2.build.agent.remote.heartbeat
 

Methods in com.atlassian.bamboo.v2.build.agent.remote.heartbeat with parameters of type SystemInfo
 void AgentHeartBeatJob.setSystemInfo(SystemInfo systemInfo)
           
 

Uses of SystemInfo in com.atlassian.bamboo.ww2.actions.setup
 

Methods in com.atlassian.bamboo.ww2.actions.setup that return SystemInfo
 SystemInfo SetupAdminUserAction.getSystemInfo()
           
 



Copyright © 2010 Atlassian. All Rights Reserved.