public class ComputerWithDetails extends Computer
| Constructor and Description |
|---|
ComputerWithDetails() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeOfflineCause(String cause) |
void |
changeOfflineCause(String cause,
boolean crumbFlag) |
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() |
OfflineCause |
getOfflineCause() |
String |
getOfflineCauseReason() |
List<Map> |
getOneOffExecutors() |
Boolean |
getTemporarilyOffline() |
int |
hashCode() |
void |
toggleOffline() |
void |
toggleOffline(boolean crumbFlag) |
details, getComputers, setComputerpublic String getDisplayName()
getDisplayName in class Computerpublic Boolean getIdle()
public Boolean getJnlp()
public Boolean getLaunchSupported()
public LoadStatistics getLoadStatistics() throws IOException
LoadStatisticsIOException - in case of an error.public void toggleOffline(boolean crumbFlag)
throws IOException
IOExceptionpublic void toggleOffline()
throws IOException
IOExceptionpublic void changeOfflineCause(String cause, boolean crumbFlag) throws IOException
IOExceptionpublic void changeOfflineCause(String cause) throws IOException
IOExceptionpublic Boolean getManualLaunchAllowed()
public Integer getNumExecutors()
public Boolean getOffline()
public OfflineCause getOfflineCause() throws IOException
IOExceptionpublic String getOfflineCauseReason()
public Boolean getTemporarilyOffline()
Copyright © 2018. All rights reserved.