Uses of Class
hudson.slaves.SlaveComputer
-
Packages that use SlaveComputer Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.slaves Code related to agents.jenkins.slaves -
-
Uses of SlaveComputer in hudson.model
Methods in hudson.model that return SlaveComputer Modifier and Type Method Description SlaveComputer
Slave. getComputer()
Gets the corresponding computer object. -
Uses of SlaveComputer in hudson.slaves
Subclasses of SlaveComputer in hudson.slaves Modifier and Type Class Description class
AbstractCloudComputer<T extends AbstractCloudSlave>
Partial implementation ofComputer
to be used in conjunction withAbstractCloudSlave
.Methods in hudson.slaves with parameters of type SlaveComputer Modifier and Type Method Description void
ComputerLauncher. afterDisconnect(SlaveComputer computer, TaskListener listener)
Allows theComputerLauncher
to tidy-up after a disconnect.void
ComputerLauncher. afterDisconnect(SlaveComputer computer, StreamTaskListener listener)
Deprecated.as of 1.304 UseComputerLauncher.afterDisconnect(SlaveComputer, TaskListener)
void
ComputerLauncherFilter. afterDisconnect(SlaveComputer computer, TaskListener listener)
void
DelegatingComputerLauncher. afterDisconnect(SlaveComputer computer, TaskListener listener)
void
ComputerLauncher. beforeDisconnect(SlaveComputer computer, TaskListener listener)
Allows theComputerLauncher
to prepare for a disconnect.void
ComputerLauncher. beforeDisconnect(SlaveComputer computer, StreamTaskListener listener)
Deprecated.as of 1.304 UseComputerLauncher.beforeDisconnect(SlaveComputer, TaskListener)
void
ComputerLauncherFilter. beforeDisconnect(SlaveComputer computer, TaskListener listener)
void
DelegatingComputerLauncher. beforeDisconnect(SlaveComputer computer, TaskListener listener)
long
RetentionStrategy.Always. check(SlaveComputer c)
long
RetentionStrategy.Demand. check(SlaveComputer c)
long
SimpleScheduledRetentionStrategy. check(SlaveComputer c)
boolean
SimpleScheduledRetentionStrategy. isManualLaunchAllowed(SlaveComputer c)
void
ComputerLauncher. launch(SlaveComputer computer, TaskListener listener)
Launches the agent for the givenComputer
.void
ComputerLauncher. launch(SlaveComputer computer, StreamTaskListener listener)
Deprecated.as of 1.304 UseComputerLauncher.launch(SlaveComputer, TaskListener)
void
ComputerLauncherFilter. launch(SlaveComputer computer, TaskListener listener)
void
DelegatingComputerLauncher. launch(SlaveComputer computer, TaskListener listener)
void
JNLPLauncher. launch(SlaveComputer computer, TaskListener listener)
static void
ChannelPinger. setUpPingForChannel(hudson.remoting.Channel channel, SlaveComputer computer, int timeoutSeconds, int intervalSeconds, boolean analysis)
-
Uses of SlaveComputer in jenkins.slaves
Methods in jenkins.slaves with parameters of type SlaveComputer Modifier and Type Method Description List<String>
RemotingWorkDirSettings. toCommandLineArgs(SlaveComputer computer)
Gets list of command-line arguments for the work directory.String
RemotingWorkDirSettings. toCommandLineString(SlaveComputer computer)
Gets a command line string, which can be passed to agent start command.
-