public interface HasSystemInfo
BuildAgent
instances that
expose their SystemInfo
.Modifier and Type | Method and Description |
---|---|
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.
|
SystemInfo getSystemInfo()
null
if not yet initialized.boolean hasSystemInfo()
true
, getSystemInfo()
will always return non-null
valuetrue
, if this agent has system infoCopyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.