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 benull
if not yet initialized.boolean
Checks whether system info for this agent has been initialized.
-
Method Details
-
getSystemInfo
SystemInfo getSystemInfo()Gets the system info, which may benull
if 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-null
value- Returns:
true
, if this agent has system info
-