Uses of Class
hudson.slaves.OfflineCause

Packages that use OfflineCause
hudson   
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.node_monitors Code that monitors the health of slaves 
hudson.slaves Code related to slaves. 
 

Uses of OfflineCause in hudson
 

Subclasses of OfflineCause in hudson
static class TcpSlaveAgentListener.ConnectionFromCurrentPeer
          Connection terminated because we are reconnected from the current peer.
 

Uses of OfflineCause in hudson.model
 

Fields in hudson.model declared as OfflineCause
protected  OfflineCause Computer.offlineCause
          Contains info about reason behind computer being offline.
 

Methods in hudson.model that return OfflineCause
 OfflineCause Computer.getOfflineCause()
          If the computer was offline (either temporarily or not), this method will return the cause.
 

Methods in hudson.model with parameters of type OfflineCause
 Future<?> Computer.disconnect(OfflineCause cause)
          Disconnect this computer.
 void Computer.setTemporarilyOffline(boolean temporarilyOffline, OfflineCause cause)
          Marks the computer as temporarily offline.
 

Uses of OfflineCause in hudson.node_monitors
 

Subclasses of OfflineCause in hudson.node_monitors
static class ResponseTimeMonitor.Data
          Immutable representation of the monitoring data.
 

Methods in hudson.node_monitors with parameters of type OfflineCause
protected  boolean AbstractNodeMonitorDescriptor.markOffline(Computer c, OfflineCause oc)
          Utility method to mark the computer offline for derived classes.
 

Uses of OfflineCause in hudson.slaves
 

Subclasses of OfflineCause in hudson.slaves
static class OfflineCause.ByCLI
           
static class OfflineCause.ChannelTermination
          Caused by unexpected channel termination.
static class OfflineCause.LaunchFailed
          Caused by failure to launch.
static class OfflineCause.SimpleOfflineCause
          OfflineCause that renders a static text, but without any further UI.
 

Methods in hudson.slaves that return OfflineCause
static OfflineCause OfflineCause.create(org.jvnet.localizer.Localizable d)
           
 

Methods in hudson.slaves with parameters of type OfflineCause
 Future<?> SlaveComputer.disconnect(OfflineCause cause)
           
 void ComputerListener.onTemporarilyOffline(Computer c, OfflineCause cause)
          Indicates that the computer was marked as temporarily online by the administrator.
 



Copyright © 2004-2013. All Rights Reserved.