Uses of Class
hudson.Launcher

Packages that use Launcher
hudson   
hudson.fsp   
hudson.matrix Matrix project 
hudson.maven Maven support. 
hudson.maven.reporters   
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.model.listeners Listener interfaces for various events that occur inside the server. 
hudson.os.windows   
hudson.scm Hudson's interface with source code management systems. 
hudson.slaves Code related to slaves. 
hudson.tasks Built-in Builders and Publishers that perform the actual heavy-lifting of a build. 
hudson.tasks.junit Model objects that represent JUnit test reports. 
hudson.tasks.test Defines contracts that need to be implemented by a test reporting action (such as the built-in JUnit one). 
hudson.tools   
hudson.util Other miscellaneous utility code 
jenkins.model   
jenkins.scm   
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of Launcher in hudson
 

Subclasses of Launcher in hudson
static class Launcher.LocalLauncher
          Launcher that launches process locally.
static class Launcher.RemoteLauncher
          Launches processes remotely by using the given channel.
 

Methods in hudson that return Launcher
 Launcher FilePath.createLauncher(TaskListener listener)
          Creates a Launcher for starting processes on the node that has this file.
abstract  Launcher LauncherDecorator.decorate(Launcher launcher, Node node)
          Called from Node.createLauncher(TaskListener) to decorate the launchers.
 Launcher Launcher.decorateByEnv(EnvVars _env)
          Returns a decorated Launcher that automatically adds the specified environment variables.
 Launcher Launcher.decorateByPrefix(String... prefix)
          Returns a decorated Launcher that puts the given set of arguments as a prefix to any commands that it invokes.
 Launcher Launcher.decorateFor(Node node)
          Returns a decorated Launcher for the given node.
 

Methods in hudson with parameters of type Launcher
abstract  Launcher LauncherDecorator.decorate(Launcher launcher, Node node)
          Called from Node.createLauncher(TaskListener) to decorate the launchers.
 

Constructors in hudson with parameters of type Launcher
Launcher(Launcher launcher)
          Constructor for a decorator.
 

Uses of Launcher in hudson.fsp
 

Methods in hudson.fsp with parameters of type Launcher
 SCMRevisionState WorkspaceSnapshotSCM.calcRevisionsFromBuild(AbstractBuild<?,?> build, Launcher launcher, TaskListener listener)
           
 boolean WorkspaceSnapshotSCM.checkout(AbstractBuild build, Launcher launcher, FilePath workspace, BuildListener listener, File changelogFile)
           
protected  PollingResult WorkspaceSnapshotSCM.compareRemoteRevisionWith(AbstractProject project, Launcher launcher, FilePath workspace, TaskListener listener, SCMRevisionState baseline)
           
 

Uses of Launcher in hudson.matrix
 

Fields in hudson.matrix declared as Launcher
protected  Launcher MatrixAggregator.launcher
           
 

Methods in hudson.matrix with parameters of type Launcher
 MatrixAggregator MatrixAggregatable.createAggregator(MatrixBuild build, Launcher launcher, BuildListener listener)
          Creates a new instance of the aggregator.
 

Constructors in hudson.matrix with parameters of type Launcher
MatrixAggregator(MatrixBuild build, Launcher launcher, BuildListener listener)
           
 

Uses of Launcher in hudson.maven
 

Methods in hudson.maven that return Launcher
protected  Launcher AbstractMavenProcessFactory.getLauncher()
           
 

Methods in hudson.maven with parameters of type Launcher
 boolean MavenReporter.end(MavenBuild build, Launcher launcher, BuildListener listener)
          Called after the maven execution finished and the result is determined.
 boolean MavenTestDataPublisher.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 boolean RedeployPublisher.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 

Uses of Launcher in hudson.maven.reporters
 

Methods in hudson.maven.reporters with parameters of type Launcher
 boolean SurefireArchiver.end(MavenBuild build, Launcher launcher, BuildListener listener)
           
 boolean MavenMailer.end(MavenBuild build, Launcher launcher, BuildListener listener)
           
 

Uses of Launcher in hudson.model
 

Fields in hudson.model declared as Launcher
protected  Launcher AbstractBuild.AbstractBuildExecution.launcher
          Since configuration can be changed while a build is in progress, create a launcher once and stick to it for the entire build duration.
 

Methods in hudson.model that return Launcher
protected  Launcher AbstractBuild.AbstractBuildExecution.createLauncher(BuildListener listener)
          Creates a Launcher that this build will use.
abstract  Launcher Node.createLauncher(TaskListener listener)
          Returns a Launcher for executing programs on this node.
 Launcher Slave.createLauncher(TaskListener listener)
           
 Launcher AbstractBuild.AbstractBuildExecution.getLauncher()
           
 

Methods in hudson.model with parameters of type Launcher
 boolean AbstractProject.checkout(AbstractBuild build, Launcher launcher, BuildListener listener, File changelogFile)
           
 boolean JobProperty.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
          Runs the step over the given build and reports the progress to the listener.
 

Uses of Launcher in hudson.model.listeners
 

Methods in hudson.model.listeners with parameters of type Launcher
 Environment RunListener.setUpEnvironment(AbstractBuild build, Launcher launcher, BuildListener listener)
          Runs before the SCM.checkout(AbstractBuild, Launcher, FilePath, BuildListener, File) runs, and performs a set up.
 

Uses of Launcher in hudson.os.windows
 

Subclasses of Launcher in hudson.os.windows
 class WindowsRemoteLauncher
          Pseudo-Launcher implementation that uses WindowsRemoteProcessLauncher
 

Uses of Launcher in hudson.scm
 

Methods in hudson.scm with parameters of type Launcher
 SCMRevisionState SCM._calcRevisionsFromBuild(AbstractBuild<?,?> build, Launcher launcher, TaskListener listener)
          A pointless function to work around what appears to be a HotSpot problem.
abstract  SCMRevisionState SCM.calcRevisionsFromBuild(AbstractBuild<?,?> build, Launcher launcher, TaskListener listener)
          Calculates the SCMRevisionState that represents the state of the workspace of the given build.
 SCMRevisionState NullSCM.calcRevisionsFromBuild(AbstractBuild<?,?> build, Launcher launcher, TaskListener listener)
           
abstract  boolean SCM.checkout(AbstractBuild<?,?> build, Launcher launcher, FilePath workspace, BuildListener listener, File changelogFile)
          Obtains a fresh workspace of the module(s) into the specified directory of the specified machine.
 boolean NullSCM.checkout(AbstractBuild<?,?> build, Launcher launcher, FilePath remoteDir, BuildListener listener, File changeLogFile)
           
protected abstract  PollingResult SCM.compareRemoteRevisionWith(AbstractProject<?,?> project, Launcher launcher, FilePath workspace, TaskListener listener, SCMRevisionState baseline)
          Compares the current state of the remote repository against the given baseline SCMRevisionState.
protected  PollingResult NullSCM.compareRemoteRevisionWith(AbstractProject project, Launcher launcher, FilePath workspace, TaskListener listener, SCMRevisionState baseline)
           
 PollingResult SCM.poll(AbstractProject<?,?> project, Launcher launcher, FilePath workspace, TaskListener listener, SCMRevisionState baseline)
          Convenience method for the caller to handle the backward compatibility between pre 1.345 SCMs.
 boolean SCM.pollChanges(AbstractProject<?,?> project, Launcher launcher, FilePath workspace, TaskListener listener)
          Deprecated. as of 1.345 Override SCM.calcRevisionsFromBuild(AbstractBuild, Launcher, TaskListener) and SCM.compareRemoteRevisionWith(AbstractProject, Launcher, FilePath, TaskListener, SCMRevisionState) for implementation. The implementation is now separated in two pieces, one that computes the revision of the current workspace, and the other that computes the revision of the remote repository. Call SCM.poll(AbstractProject, Launcher, FilePath, TaskListener, SCMRevisionState) for use instead.
 

Uses of Launcher in hudson.slaves
 

Methods in hudson.slaves with parameters of type Launcher
 Environment NodeProperty.setUp(AbstractBuild build, Launcher launcher, BuildListener listener)
          Runs before the SCM.checkout(AbstractBuild, Launcher, FilePath, BuildListener, File) runs, and performs a set up.
 Environment EnvironmentVariablesNodeProperty.setUp(AbstractBuild build, Launcher launcher, BuildListener listener)
           
 

Uses of Launcher in hudson.tasks
 

Methods in hudson.tasks that return Launcher
 Launcher BuildWrapper.decorateLauncher(AbstractBuild build, Launcher launcher, BuildListener listener)
          Provides an opportunity for a BuildWrapper to decorate a Launcher to be used in the build.
 

Methods in hudson.tasks with parameters of type Launcher
 Launcher BuildWrapper.decorateLauncher(AbstractBuild build, Launcher launcher, BuildListener listener)
          Provides an opportunity for a BuildWrapper to decorate a Launcher to be used in the build.
 String Maven.MavenInstallation.getExecutable(Launcher launcher)
          Gets the executable path of this maven on the given target system.
 boolean Maven.MavenInstallation.isMaven2_1(Launcher launcher)
          Is this Maven 2.1.x or 2.2.x - but not Maven 3.x?
 boolean Maven.MavenInstallation.meetsMavenReqVersion(Launcher launcher, int mavenReqVersion)
          Compares the version of this Maven installation to the minimum required version specified.
 boolean Fingerprinter.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 boolean ArtifactArchiver.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 boolean CommandInterpreter.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 boolean BuildStepCompatibilityLayer.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
          Deprecated.  
 boolean BuildStep.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
          Runs the step over the given build and reports the progress to the listener.
 boolean Maven.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 boolean CommandInterpreter.perform(AbstractBuild<?,?> build, Launcher launcher, TaskListener listener)
           
 boolean BuildTrigger.perform(AbstractBuild build, Launcher launcher, BuildListener listener)
           
 boolean BuildStepCompatibilityLayer.perform(Build<?,?> build, Launcher launcher, BuildListener listener)
          Deprecated. Use BuildStepCompatibilityLayer.perform(AbstractBuild, Launcher, BuildListener) instead.
abstract  boolean BuildStepMonitor.perform(BuildStep bs, AbstractBuild build, Launcher launcher, BuildListener listener)
          Calls BuildStep.perform(AbstractBuild, Launcher, BuildListener) with the proper synchronization.
 void BuildWrapper.preCheckout(AbstractBuild build, Launcher launcher, BuildListener listener)
          Provides an opportunity for a BuildWrapper to perform some actions before SCM checkout.
 BuildWrapper.Environment BuildWrapper.setUp(AbstractBuild build, Launcher launcher, BuildListener listener)
          Runs before the Builder runs (but after the checkout has occurred), and performs a set up.
 BuildWrapper.Environment BuildWrapper.setUp(Build build, Launcher launcher, BuildListener listener)
          Deprecated. since 2007-10-28. Use BuildWrapper.setUp(AbstractBuild, Launcher, BuildListener) instead.
protected  void Maven.wrapUpArguments(ArgumentListBuilder args, String normalizedTarget, AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
          Allows the derived type to make additional modifications to the arguments list.
 

Uses of Launcher in hudson.tasks.junit
 

Methods in hudson.tasks.junit with parameters of type Launcher
 MatrixAggregator JUnitResultArchiver.createAggregator(MatrixBuild build, Launcher launcher, BuildListener listener)
           
abstract  TestResultAction.Data TestDataPublisher.getTestData(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener, TestResult testResult)
          Called after test results are collected by Jenkins, to create a resolver for TestActions.
protected  TestResult JUnitResultArchiver.parse(String expandedTestResults, AbstractBuild build, Launcher launcher, BuildListener listener)
          In progress.
 TestResult JUnitParser.parse(String testResultLocations, AbstractBuild build, Launcher launcher, TaskListener listener)
           
 boolean JUnitResultArchiver.perform(AbstractBuild build, Launcher launcher, BuildListener listener)
           
 

Uses of Launcher in hudson.tasks.test
 

Methods in hudson.tasks.test with parameters of type Launcher
protected abstract  TestResult DefaultTestResultParserImpl.parse(List<File> reportFiles, Launcher launcher, TaskListener listener)
          This method is executed on the slave that has the report files to parse test reports and builds TestResult.
abstract  TestResult TestResultParser.parse(String testResultLocations, AbstractBuild build, Launcher launcher, TaskListener listener)
          Parses the specified set of files and builds a TestResult object that represents them.
 TestResult DefaultTestResultParserImpl.parse(String testResultLocations, AbstractBuild build, Launcher launcher, TaskListener listener)
           
 boolean AggregatedTestResultPublisher.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 

Constructors in hudson.tasks.test with parameters of type Launcher
TestResultAggregator(MatrixBuild build, Launcher launcher, BuildListener listener)
           
 

Uses of Launcher in hudson.tools
 

Methods in hudson.tools with parameters of type Launcher
 void JDKInstaller.install(Launcher launcher, JDKInstaller.Platform p, JDKInstaller.FileSystem fs, TaskListener log, String expectedLocation, String jdkBundle)
          Performs the JDK installation to a system, provided that the bundle was already downloaded.
 

Uses of Launcher in hudson.util
 

Methods in hudson.util with parameters of type Launcher
 Launcher.ProcStarter JVMBuilder.launch(Launcher launcher)
          Fills a Launcher.ProcStarter with all the parameters configured by this builder.
 

Uses of Launcher in jenkins.model
 

Methods in jenkins.model that return Launcher
 Launcher Jenkins.createLauncher(TaskListener listener)
           
 

Uses of Launcher in jenkins.scm
 

Methods in jenkins.scm with parameters of type Launcher
 void SCMCheckoutStrategy.preCheckout(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
          Performs the pre checkout step.
 

Uses of Launcher in org.jvnet.hudson.test
 

Methods in org.jvnet.hudson.test that return Launcher
 Launcher PretendSlave.createLauncher(TaskListener listener)
           
 

Methods in org.jvnet.hudson.test with parameters of type Launcher
 boolean ExtractResourceWithChangesSCM.checkout(AbstractBuild<?,?> build, Launcher launcher, FilePath workspace, BuildListener listener, File changeLogFile)
           
 boolean FakeChangeLogSCM.checkout(AbstractBuild<?,?> build, Launcher launcher, FilePath remoteDir, BuildListener listener, File changeLogFile)
           
 boolean ExtractResourceSCM.checkout(AbstractBuild<?,?> build, Launcher launcher, FilePath workspace, BuildListener listener, File changeLogFile)
           
 boolean SingleFileSCM.checkout(AbstractBuild build, Launcher launcher, FilePath workspace, BuildListener listener, File changeLogFile)
           
 boolean MockBuilder.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 boolean SleepBuilder.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 boolean CaptureEnvironmentBuilder.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 boolean TouchBuilder.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
abstract  boolean TestBuilder.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 BuildWrapper.Environment JenkinsRule.TestBuildWrapper.setUp(AbstractBuild build, Launcher launcher, BuildListener listener)
           
 BuildWrapper.Environment HudsonTestCase.TestBuildWrapper.setUp(AbstractBuild build, Launcher launcher, BuildListener listener)
           
 



Copyright © 2004-2013. All Rights Reserved.