A B C G I L M O P R S _ 

A

AbstractUnixSlaveInstaller - Class in org.jenkinsci.modules.slave_installer
 
AbstractUnixSlaveInstaller() - Constructor for class org.jenkinsci.modules.slave_installer.AbstractUnixSlaveInstaller
 
all() - Static method in class org.jenkinsci.modules.slave_installer.SlaveInstallerFactory
All the registered SlaveInstallerFactorys.

B

buildRunnerArguments() - Method in class org.jenkinsci.modules.slave_installer.LaunchConfiguration
Decides the arguments to the jar file to be started by the service wrapper.

C

ComputerListenerImpl - Class in org.jenkinsci.modules.slave_installer.impl
Inserts InstallerGui to a slave that has JNLP GUI.
ComputerListenerImpl() - Constructor for class org.jenkinsci.modules.slave_installer.impl.ComputerListenerImpl
 
createFor(SlaveComputer) - Static method in class org.jenkinsci.modules.slave_installer.SlaveInstallerFactory
 
createFor(Channel) - Static method in class org.jenkinsci.modules.slave_installer.SlaveInstallerFactory
 
createIfApplicable(SlaveComputer) - Method in class org.jenkinsci.modules.slave_installer.SlaveInstallerFactory
If this factory is capable of creating a SlaveInstaller for the platform of the given SlaveComputer, create one and return its SlaveInstaller.
createIfApplicable(Channel) - Method in class org.jenkinsci.modules.slave_installer.SlaveInstallerFactory
If this factory is capable of creating a SlaveInstaller for the system that the other end of the given channel runs in, create one and return a SlaveInstaller.

G

getConfirmationText() - Method in class org.jenkinsci.modules.slave_installer.SlaveInstaller
Possibly multi-line text that explains in more details what SlaveInstaller.install(LaunchConfiguration,Prompter) would do.
getCurrentUnixUserName() - Method in class org.jenkinsci.modules.slave_installer.AbstractUnixSlaveInstaller
Returns the user name of the effective UID that the current process is running.
getDisplayName() - Method in class org.jenkinsci.modules.slave_installer.SlaveInstaller
Short one-line human readable name of what this slave installer does.
getJarFile() - Method in class org.jenkinsci.modules.slave_installer.LaunchConfiguration
Decides the jar file to be launched from the service wrapper.
getLatestJarURL() - Method in class org.jenkinsci.modules.slave_installer.LaunchConfiguration
If the up-to-date copy of the jar file returned from LaunchConfiguration.getJarFile() is available on Jenkins, return its URL.
getStorage() - Method in class org.jenkinsci.modules.slave_installer.LaunchConfiguration
To install a slave on a system, sometimes the installer needs to place some files (including configuration files, binaries, etc.)

I

install(LaunchConfiguration, Prompter) - Method in class org.jenkinsci.modules.slave_installer.SlaveInstaller
Installs the slave as a service, quit the current JVM, and let the newly installed service spawns and connects as a slave.
InstallationException - Exception in org.jenkinsci.modules.slave_installer
Represents an anticipated failure during SlaveInstaller#install(LaunchConfiguration) that does not require stack trace printing.
InstallationException(String) - Constructor for exception org.jenkinsci.modules.slave_installer.InstallationException
 
InstallationException(String, Throwable) - Constructor for exception org.jenkinsci.modules.slave_installer.InstallationException
 
InstallerGui_DisplayName() - Static method in class org.jenkinsci.modules.slave_installer.impl.Messages
Install as a service

L

LaunchConfiguration - Class in org.jenkinsci.modules.slave_installer
Encapsulates what to launch from the service wrapper.
LaunchConfiguration() - Constructor for class org.jenkinsci.modules.slave_installer.LaunchConfiguration
 

M

Messages - Class in org.jenkinsci.modules.slave_installer.impl
 
Messages() - Constructor for class org.jenkinsci.modules.slave_installer.impl.Messages
 

O

onOnline(Computer, TaskListener) - Method in class org.jenkinsci.modules.slave_installer.impl.ComputerListenerImpl
 
org.jenkinsci.modules.slave_installer - package org.jenkinsci.modules.slave_installer
 
org.jenkinsci.modules.slave_installer.impl - package org.jenkinsci.modules.slave_installer.impl
 

P

prompt(String, String) - Method in class org.jenkinsci.modules.slave_installer.impl.SwingPrompter
 
prompt(String, String) - Method in class org.jenkinsci.modules.slave_installer.Prompter
Asks a question to the user and asks them to provide a value.
prompt(String) - Method in class org.jenkinsci.modules.slave_installer.Prompter
 
Prompter - Class in org.jenkinsci.modules.slave_installer
 
Prompter() - Constructor for class org.jenkinsci.modules.slave_installer.Prompter
 
promptPassword(String) - Method in class org.jenkinsci.modules.slave_installer.impl.SwingPrompter
 
promptPassword(String) - Method in class org.jenkinsci.modules.slave_installer.Prompter
 

R

reportError(String) - Method in class org.jenkinsci.modules.slave_installer.AbstractUnixSlaveInstaller
 

S

SlaveInstaller - Class in org.jenkinsci.modules.slave_installer
Represents platform-specific installation process of a slave agent to the service wrapper.
SlaveInstaller() - Constructor for class org.jenkinsci.modules.slave_installer.SlaveInstaller
 
SlaveInstallerFactory - Class in org.jenkinsci.modules.slave_installer
Extension point for installer to put a Java program under a service manager (such as launchd, Windows Service Control Manager, or upstart.)
SlaveInstallerFactory() - Constructor for class org.jenkinsci.modules.slave_installer.SlaveInstallerFactory
 
SwingPrompter - Class in org.jenkinsci.modules.slave_installer.impl
 
SwingPrompter() - Constructor for class org.jenkinsci.modules.slave_installer.impl.SwingPrompter
 

_

_InstallerGui_DisplayName() - Static method in class org.jenkinsci.modules.slave_installer.impl.Messages
Install as a service
A B C G I L M O P R S _ 

Copyright © 2004-2014. All Rights Reserved.