public class DeadComputer extends OneShotComputer
Constructor and Description |
---|
DeadComputer(OneShotSlave slave) |
Modifier and Type | Method and Description |
---|---|
protected Future<?> |
_connect(boolean forceReconnect) |
void |
doLaunchSlaveAgent(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
hudson.remoting.Channel |
getChannel() |
Charset |
getDefaultCharset() |
List<LogRecord> |
getLogRecords() |
hudson.slaves.RetentionStrategy |
getRetentionStrategy() |
boolean |
isConnecting() |
Boolean |
isUnix() |
getListener, getNode, isActuallyOffline, isOffline, setChannel, setListener
removeExecutor, terminate
disconnect, doDoDisconnect, doSlaveAgentJnlp, getAbsoluteRemoteFs, getChannelToMaster, getClassLoadingCount, getClassLoadingPrefetchCacheCount, getClassLoadingTime, getIcon, getJnlpJars, getJnlpMac, getLauncher, getOSDescription, getResourceLoadingCount, getResourceLoadingTime, getSlaveVersion, getSystemInfoExtensions, grabLauncher, isAcceptingTasks, isJnlpAgent, isLaunchSupported, kill, openLogFile, setAcceptingTasks, setChannel, setChannel, setNode, taskAccepted, taskCompleted, taskCompletedWithProblems, tryReconnect
_doScript, addAction, buildEnvironment, checkPermission, cliConnect, cliDisconnect, cliOffline, cliOnline, connect, countBusy, countExecutors, countIdle, currentComputer, disconnect, doChangeOfflineCause, doConfigDotXml, doConfigSubmit, doDoDelete, doDumpExportTable, doProgressiveLog, doRssAll, doRssFailed, doScript, doScriptText, doToggleOffline, getACL, getActions, getApi, getBuilds, getCaption, getComputerPanelBoxs, getConnectTime, getDemandStartMilliseconds, getDisplayExecutors, getDisplayName, getEnvironment, getEnvVars, getExecutors, getHeapDump, getHostName, getIconAltText, getIconClassName, getIdleStartMilliseconds, getLoadStatistics, getLog, getLogDir, getLogFile, getLogText, getMonitorData, getName, getNumExecutors, getOfflineCause, getOfflineCauseReason, getOneOffExecutors, getSearchUrl, getSystemProperties, getTerminatedBy, getThreadDump, getTiedJobs, getTimeline, getUrl, getWorkspaceList, hasPermission, interrupt, isAlive, isIdle, isManualLaunchAllowed, isOnline, isPartiallyIdle, isTemporarilyOffline, launch, onRemoved, recordTermination, relocateOldLogs, resolveForCLI, setTemporarilyOffline, setTemporarilyOffline, updateByXml, waitUntilOffline, waitUntilOnline
doContextMenu, getAction, getAction, getActions, getAllActions, getDynamic, replaceAction
public DeadComputer(OneShotSlave slave)
@Nullable public hudson.remoting.Channel getChannel()
getChannel
in class hudson.slaves.SlaveComputer
public Charset getDefaultCharset()
getDefaultCharset
in class hudson.slaves.SlaveComputer
public List<LogRecord> getLogRecords() throws IOException, InterruptedException
getLogRecords
in class hudson.slaves.SlaveComputer
IOException
InterruptedException
public void doLaunchSlaveAgent(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException
doLaunchSlaveAgent
in class hudson.slaves.SlaveComputer
IOException
javax.servlet.ServletException
protected Future<?> _connect(boolean forceReconnect)
_connect
in class hudson.slaves.SlaveComputer
public Boolean isUnix()
isUnix
in class hudson.slaves.SlaveComputer
public boolean isConnecting()
isConnecting
in class hudson.slaves.SlaveComputer
public hudson.slaves.RetentionStrategy getRetentionStrategy()
getRetentionStrategy
in class hudson.slaves.SlaveComputer
Copyright © 2016–2017. All rights reserved.