public class ComputerWithDetails extends Computer
| Constructor and Description |
|---|
ComputerWithDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Map> |
getActions() |
String |
getDisplayName() |
List<Executor> |
getExecutors() |
Boolean |
getIdle() |
Boolean |
getJnlp() |
Boolean |
getLaunchSupported() |
LoadStatistics |
getLoadStatistics()
This will explicitly get the whole statistics for the given computer
(node) name.
|
Boolean |
getManualLaunchAllowed() |
Map<String,Map> |
getMonitorData() |
Integer |
getNumExecutors() |
Boolean |
getOffline() |
Object |
getOfflineCause() |
String |
getOfflineReason() |
List<Map> |
getOneOffExecutors() |
Boolean |
getTemporarilyOffline() |
int |
hashCode() |
details, getComputers, setComputerpublic String getDisplayName()
getDisplayName in class Computerpublic Boolean getIdle()
public Boolean getJnlp()
public Boolean getLaunchSupported()
public LoadStatistics getLoadStatistics() throws IOException
LoadStatisticsIOExceptionpublic Boolean getManualLaunchAllowed()
public Integer getNumExecutors()
public Boolean getOffline()
public Object getOfflineCause()
public String getOfflineReason()
public Boolean getTemporarilyOffline()
Copyright © 2015. All rights reserved.