public class ComputerWithDetails extends Job
| Constructor and Description |
|---|
ComputerWithDetails() |
| Modifier and Type | Method and Description |
|---|---|
List<Map> |
getActions() |
String |
getDisplayName() |
List<Map> |
getExecutors() |
Boolean |
getIdle() |
Boolean |
getJnlp() |
Boolean |
getLaunchSupported() |
Map |
getLoadStatistics() |
Boolean |
getManualLaunchAllowed() |
Map<String,Map> |
getMonitorData() |
Integer |
getNumExecutors() |
Boolean |
getOffline() |
Object |
getOfflineCause() |
String |
getOfflineReason() |
List<Map> |
getOneOffExecutors() |
Boolean |
getTemporarilyOffline() |
public String getDisplayName()
public Boolean getIdle()
public Boolean getJnlp()
public Boolean getLaunchSupported()
public Map getLoadStatistics()
public Boolean getManualLaunchAllowed()
public Integer getNumExecutors()
public Boolean getOffline()
public Object getOfflineCause()
public String getOfflineReason()
public Boolean getTemporarilyOffline()
Copyright © 2013. All Rights Reserved.