Interface HasSystemInfo
- All Known Implementing Classes:
BuildAgentImpl,LocalBuildAgentImpl
public interface HasSystemInfo
Interface marking
BuildAgent instances that
expose their SystemInfo.- Since:
- 3.4
-
Method Summary
Modifier and TypeMethodDescriptionGets the system info, which may benullif not yet initialized.booleanChecks whether system info for this agent has been initialized.
-
Method Details
-
getSystemInfo
SystemInfo getSystemInfo()Gets the system info, which may benullif not yet initialized.- Returns:
- system info of this agent
-
hasSystemInfo
boolean hasSystemInfo()Checks whether system info for this agent has been initialized. Iftrue,getSystemInfo()will always return non-nullvalue- Returns:
true, if this agent has system info
-