com.atlassian.bamboo.v2.build.agent
Interface HasSystemInfo

All Known Implementing Classes:
BuildAgentImpl, LocalBuildAgentImpl

public interface HasSystemInfo

Interface marking BuildAgent instances that expose their SystemInfo.

Since:
3.4

Method Summary
 SystemInfo getSystemInfo()
          Gets the system info, which may be null if not yet initialized.
 boolean hasSystemInfo()
          Checks whether system info for this agent has been initialized.
 

Method Detail

getSystemInfo

SystemInfo getSystemInfo()
Gets the system info, which may be null if not yet initialized.

Returns:
system info of this agent

hasSystemInfo

boolean hasSystemInfo()
Checks whether system info for this agent has been initialized. If true, getSystemInfo() will always return non-null value

Returns:
true, if this agent has system info


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