public class Computer extends hudson.slaves.AbstractCloudComputer<Slave>
Computer implementation for DigitalOcean. Holds a handle to an Slave.
Mainly responsible for updating the Droplet information via updateInstanceDescription()
| Modifier and Type | Method and Description |
|---|---|
Cloud |
getCloud() |
String |
getRemoteAdmin() |
int |
getSshPort() |
long |
getStartTimeMillis() |
protected void |
onRemoved() |
com.myjeeva.digitalocean.pojo.Droplet |
updateInstanceDescription() |
_connect, disconnect, doDoDisconnect, doLaunchSlaveAgent, doSlaveAgentJnlp, getAbsoluteRemoteFs, getChannel, getChannelToMaster, getClassLoadingCount, getClassLoadingPrefetchCacheCount, getClassLoadingTime, getDefaultCharset, getIcon, getJnlpJars, getJnlpMac, getLauncher, getLogRecords, getOSDescription, getResourceLoadingCount, getResourceLoadingTime, getRetentionStrategy, getSlaveVersion, getSystemInfoExtensions, grabLauncher, isAcceptingTasks, isConnecting, isJnlpAgent, isLaunchSupported, isUnix, kill, openLogFile, setAcceptingTasks, setChannel, setChannel, setChannel, setNode, taskAccepted, taskCompleted, taskCompletedWithProblems, tryReconnect_doScript, addAction, buildEnvironment, checkPermission, cliConnect, cliDisconnect, cliOffline, cliOnline, connect, countBusy, countExecutors, countIdle, currentComputer, disconnect, doChangeOfflineCause, doConfigDotXml, doConfigSubmit, 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, isOffline, isOnline, isPartiallyIdle, isTemporarilyOffline, launch, recordTermination, relocateOldLogs, resolveForCLI, setTemporarilyOffline, setTemporarilyOffline, updateByXml, waitUntilOffline, waitUntilOnlinedoContextMenu, getAction, getAction, getActions, getAllActions, getDynamic, replaceActionpublic Computer(Slave slave)
public com.myjeeva.digitalocean.pojo.Droplet updateInstanceDescription()
throws com.myjeeva.digitalocean.exception.RequestUnsuccessfulException,
com.myjeeva.digitalocean.exception.DigitalOceanException
com.myjeeva.digitalocean.exception.RequestUnsuccessfulExceptioncom.myjeeva.digitalocean.exception.DigitalOceanExceptionprotected void onRemoved()
onRemoved in class hudson.model.Computerpublic Cloud getCloud()
public int getSshPort()
public String getRemoteAdmin()
public long getStartTimeMillis()
Copyright © 2004-2016. All Rights Reserved.