Uses of Interface
hudson.model.BuildListener

Packages that use BuildListener
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.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). 
jenkins.scm   
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of BuildListener in hudson.fsp
 

Methods in hudson.fsp with parameters of type BuildListener
 boolean WorkspaceSnapshotSCM.checkout(AbstractBuild build, Launcher launcher, FilePath workspace, BuildListener listener, File changelogFile)
           
 

Uses of BuildListener in hudson.matrix
 

Fields in hudson.matrix declared as BuildListener
protected  BuildListener MatrixAggregator.listener
          The listener to send the output to.
 

Methods in hudson.matrix with parameters of type BuildListener
 MatrixAggregator MatrixAggregatable.createAggregator(MatrixBuild build, Launcher launcher, BuildListener listener)
          Creates a new instance of the aggregator.
protected  Result MatrixBuild.MatrixBuildExecution.doRun(BuildListener listener)
           
 void MatrixBuild.MatrixBuildExecution.post2(BuildListener listener)
           
 Result MatrixExecutionStrategy.run(MatrixBuild build, List<MatrixAggregator> aggregators, BuildListener listener)
          Deprecated. Override #run(MatrixBuildExecution)
 

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

Uses of BuildListener in hudson.maven
 

Fields in hudson.maven declared as BuildListener
protected  BuildListener AbstractMavenBuilder.listener
          Where error messages and so on are sent.
 

Methods in hudson.maven with parameters of type BuildListener
protected  ArgumentListBuilder AbstractMavenProcessFactory.buildMavenAgentCmdLine(BuildListener listener, int tcpPort)
          Builds the command line argument list to launch the maven process.
 boolean MavenReporter.end(MavenBuild build, Launcher launcher, BuildListener listener)
          Called after the maven execution finished and the result is determined.
 boolean MavenReporter.enterModule(MavenBuildProxy build, org.apache.maven.project.MavenProject pom, BuildListener listener)
          Called when the build enters a next MavenProject.
 hudson.maven.ProcessCache.MavenProcess ProcessCache.get(hudson.remoting.VirtualChannel owner, BuildListener listener, hudson.maven.ProcessCache.Factory factory)
          Gets or creates a new maven process for launch.
protected  List<MavenAbstractArtifactRecord> RedeployPublisher.getActions(AbstractBuild<?,?> build, BuildListener listener)
           
protected abstract  String AbstractMavenProcessFactory.getMavenAgentClassPath(Maven.MavenInstallation mvn, boolean isMaster, FilePath slaveRoot, BuildListener listener)
          Returns the classpath string for the maven-agent jar including classworlds
protected  String Maven3ProcessFactory.getMavenAgentClassPath(Maven.MavenInstallation mvn, boolean isMaster, FilePath slaveRoot, BuildListener listener)
           
 boolean MavenReporter.leaveModule(MavenBuildProxy build, org.apache.maven.project.MavenProject pom, BuildListener listener)
          Called when the build leaves the current MavenProject.
 ProcessCache.NewProcess AbstractMavenProcessFactory.newProcess(BuildListener listener, OutputStream out)
          Starts maven process.
 boolean MavenTestDataPublisher.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 boolean RedeployPublisher.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 boolean MavenReporter.postBuild(MavenBuildProxy build, org.apache.maven.project.MavenProject pom, BuildListener listener)
          Called after a build of one maven2 module is completed.
 boolean MavenReporter.postExecute(MavenBuildProxy build, org.apache.maven.project.MavenProject pom, MojoInfo mojo, BuildListener listener, Throwable error)
          Called after execution of a single mojo.
 boolean MavenReporter.preBuild(MavenBuildProxy build, org.apache.maven.project.MavenProject pom, BuildListener listener)
          Called before the actual maven2 execution begins.
 boolean MavenReporter.preExecute(MavenBuildProxy build, org.apache.maven.project.MavenProject pom, MojoInfo mojo, BuildListener listener)
          Called before execution of a single mojo.
 boolean MavenReporter.reportGenerated(MavenBuildProxy build, org.apache.maven.project.MavenProject pom, MavenReportInfo report, BuildListener listener)
          Called after a MavenReport is successfully generated.
static void MavenUtil.resolveModules(hudson.maven.MavenEmbedder embedder, org.apache.maven.project.MavenProject project, String rel, Map<org.apache.maven.project.MavenProject,String> relativePathInfo, BuildListener listener, boolean nonRecursive)
          Deprecated. MavenEmbedder has now a method to read all projects Recursively resolves module POMs that are referenced from the given MavenProject and parses them into MavenProjects.
 

Constructors in hudson.maven with parameters of type BuildListener
AbstractMavenBuilder(BuildListener listener, Collection<MavenModule> modules, List<String> goals, Map<String,String> systemProps)
           
Maven3Builder(BuildListener listener, Map<ModuleName,MavenBuild.ProxyImpl2> proxies, Collection<MavenModule> modules, List<String> goals, Map<String,String> systemProps, MavenBuildInformation mavenBuildInformation)
           
MavenBuilder(BuildListener listener, Collection<MavenModule> modules, List<String> goals, Map<String,String> systemProps)
           
 

Uses of BuildListener in hudson.maven.reporters
 

Methods in hudson.maven.reporters with parameters of type BuildListener
 void MavenArtifact.archive(MavenBuildProxy build, File file, BuildListener listener)
          Called from within Maven to archive an artifact in Hudson.
 boolean SurefireArchiver.end(MavenBuild build, Launcher launcher, BuildListener listener)
           
 boolean MavenMailer.end(MavenBuild build, Launcher launcher, BuildListener listener)
           
 boolean ReportCollector.leaveModule(MavenBuildProxy build, org.apache.maven.project.MavenProject pom, BuildListener listener)
           
 boolean MavenFingerprinter.postBuild(MavenBuildProxy build, org.apache.maven.project.MavenProject pom, BuildListener listener)
          Sends the collected fingerprints over to the master and record them.
 boolean MavenArtifactArchiver.postBuild(MavenBuildProxy build, org.apache.maven.project.MavenProject pom, BuildListener listener)
           
 boolean SurefireArchiver.postExecute(MavenBuildProxy build, org.apache.maven.project.MavenProject pom, MojoInfo mojo, BuildListener listener, Throwable error)
           
 boolean MavenFingerprinter.postExecute(MavenBuildProxy build, org.apache.maven.project.MavenProject pom, MojoInfo mojo, BuildListener listener, Throwable error)
          Mojos perform different dependency resolution, so we need to check this for each mojo.
 boolean AbstractMavenJavadocArchiver.postExecute(MavenBuildProxy build, org.apache.maven.project.MavenProject pom, MojoInfo mojo, BuildListener listener, Throwable error)
           
 boolean MavenSiteArchiver.postExecute(MavenBuildProxy build, org.apache.maven.project.MavenProject pom, MojoInfo mojo, BuildListener listener, Throwable error)
           
 boolean ReportCollector.postExecute(MavenBuildProxy build, org.apache.maven.project.MavenProject pom, MojoInfo mojo, BuildListener listener, Throwable error)
           
 boolean MavenFingerprinter.preBuild(MavenBuildProxy build, org.apache.maven.project.MavenProject pom, BuildListener listener)
           
 boolean MavenArtifactArchiver.preBuild(MavenBuildProxy build, org.apache.maven.project.MavenProject pom, BuildListener listener)
           
 boolean SurefireArchiver.preExecute(MavenBuildProxy build, org.apache.maven.project.MavenProject pom, MojoInfo mojo, BuildListener listener)
           
 boolean MavenArtifactArchiver.preExecute(MavenBuildProxy build, org.apache.maven.project.MavenProject pom, MojoInfo mojo, BuildListener listener)
           
 boolean BuildInfoRecorder.preExecute(MavenBuildProxy build, org.apache.maven.project.MavenProject pom, MojoInfo mojo, BuildListener listener)
           
 boolean AbstractMavenJavadocArchiver.reportGenerated(MavenBuildProxy build, org.apache.maven.project.MavenProject pom, MavenReportInfo report, BuildListener listener)
           
 

Uses of BuildListener in hudson.model
 

Classes in hudson.model that implement BuildListener
 class StreamBuildListener
          BuildListener that writes to an OutputStream.
 

Fields in hudson.model declared as BuildListener
protected  BuildListener AbstractBuild.AbstractBuildExecution.listener
          Output/progress of this build goes here.
 

Methods in hudson.model that return BuildListener
 BuildListener AbstractBuild.AbstractBuildExecution.getListener()
           
 

Methods in hudson.model with parameters of type BuildListener
 void WorkspaceListener.beforeUse(AbstractBuild b, FilePath workspace, BuildListener listener)
          Called before a build uses a workspace.
 boolean AbstractProject.checkout(AbstractBuild build, Launcher launcher, BuildListener listener, File changelogFile)
           
 void AbstractBuild.AbstractBuildExecution.cleanUp(BuildListener listener)
           
 void Build.BuildExecution.cleanUp(BuildListener listener)
           
abstract  void Run.RunExecution.cleanUp(BuildListener listener)
          Performs final clean up action.
protected  Launcher AbstractBuild.AbstractBuildExecution.createLauncher(BuildListener listener)
          Creates a Launcher that this build will use.
protected abstract  Result AbstractBuild.AbstractBuildExecution.doRun(BuildListener listener)
          The portion of a build that is specific to a subclass of AbstractBuild goes here.
protected  Result Build.BuildExecution.doRun(BuildListener listener)
           
abstract  void BuildStepListener.finished(AbstractBuild build, BuildStep bs, BuildListener listener, boolean canContinue)
          Called when a buildStep has completed.
 boolean JobProperty.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
          Runs the step over the given build and reports the progress to the listener.
protected  boolean AbstractBuild.AbstractBuildExecution.perform(BuildStep bs, BuildListener listener)
          Calls a build step.
protected  void AbstractBuild.AbstractBuildExecution.performAllBuildStep(BuildListener listener, Iterable<? extends BuildStep> buildSteps, boolean phase)
          Deprecated. as of 1.356 Use AbstractBuild.AbstractBuildExecution.performAllBuildSteps(BuildListener, Iterable, boolean)
protected  void AbstractBuild.AbstractBuildExecution.performAllBuildStep(BuildListener listener, Map<?,? extends BuildStep> buildSteps, boolean phase)
          Deprecated. as of 1.356 Use AbstractBuild.AbstractBuildExecution.performAllBuildSteps(BuildListener, Map, boolean)
protected  boolean AbstractBuild.AbstractBuildExecution.performAllBuildSteps(BuildListener listener, Iterable<? extends BuildStep> buildSteps, boolean phase)
          Runs all the given build steps, even if one of them fail.
protected  boolean AbstractBuild.AbstractBuildExecution.performAllBuildSteps(BuildListener listener, Map<?,? extends BuildStep> buildSteps, boolean phase)
           
 void AbstractBuild.AbstractBuildExecution.post(BuildListener listener)
           
abstract  void Run.RunExecution.post(BuildListener listener)
          Performs the post-build action.
protected abstract  void AbstractBuild.AbstractBuildExecution.post2(BuildListener listener)
           
 void Build.BuildExecution.post2(BuildListener listener)
           
 boolean JobProperty.prebuild(AbstractBuild<?,?> build, BuildListener listener)
           
protected  boolean AbstractBuild.AbstractBuildExecution.preBuild(BuildListener listener, Collection<? extends BuildStep> steps)
           
protected  boolean AbstractBuild.AbstractBuildExecution.preBuild(BuildListener listener, Iterable<? extends BuildStep> steps)
           
protected  boolean AbstractBuild.AbstractBuildExecution.preBuild(BuildListener listener, Map<?,? extends BuildStep> steps)
           
 Result AbstractBuild.AbstractBuildExecution.run(BuildListener listener)
           
abstract  Result Run.RunExecution.run(BuildListener listener)
          Performs the main build and returns the status code.
abstract  void BuildStepListener.started(AbstractBuild build, BuildStep bs, BuildListener listener)
          Called when a buildStep is performed.
 boolean Environment.tearDown(AbstractBuild build, BuildListener listener)
          Runs after the Builder completes, and performs a tear down.
 

Uses of BuildListener in hudson.model.listeners
 

Methods in hudson.model.listeners with parameters of type BuildListener
 void SCMListener.onChangeLogParsed(AbstractBuild<?,?> build, BuildListener listener, ChangeLogSet<?> changelog)
          Called once the changelog is determined.
 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 BuildListener in hudson.scm
 

Methods in hudson.scm with parameters of type BuildListener
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  boolean SCM.createEmptyChangeLog(File changelogFile, BuildListener listener, String rootTag)
           
 

Uses of BuildListener in hudson.slaves
 

Methods in hudson.slaves with parameters of type BuildListener
 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 BuildListener in hudson.tasks
 

Methods in hudson.tasks with parameters of type BuildListener
 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.
static boolean BuildTrigger.execute(AbstractBuild build, BuildListener listener)
          Convenience method to trigger downstream builds.
static boolean BuildTrigger.execute(AbstractBuild build, BuildListener listener, BuildTrigger trigger)
          Deprecated. since 1.341; use BuildTrigger.execute(AbstractBuild,BuildListener)
 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 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.
 boolean ArtifactArchiver.prebuild(AbstractBuild<?,?> build, BuildListener listener)
           
 boolean BuildStepCompatibilityLayer.prebuild(AbstractBuild<?,?> build, BuildListener listener)
          Deprecated.  
 boolean BuildStep.prebuild(AbstractBuild<?,?> build, BuildListener listener)
          Runs before the build begins.
 boolean BuildStepCompatibilityLayer.prebuild(Build<?,?> build, BuildListener listener)
          Deprecated. Use BuildStepCompatibilityLayer.prebuild(AbstractBuild, BuildListener) instead.
 boolean Builder.prebuild(Build build, BuildListener listener)
          Default implementation that does nothing.
 boolean Publisher.prebuild(Build build, BuildListener listener)
          Deprecated. since 1.150
 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.
 boolean BuildWrapper.Environment.tearDown(AbstractBuild build, BuildListener listener)
          Runs after the Builder completes, and performs a tear down.
 boolean BuildWrapper.Environment.tearDown(Build build, BuildListener listener)
          Deprecated. since 2007-10-28. Use BuildWrapper.Environment.tearDown(AbstractBuild, 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 BuildListener in hudson.tasks.junit
 

Methods in hudson.tasks.junit with parameters of type BuildListener
 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.
 boolean JUnitResultArchiver.perform(AbstractBuild build, Launcher launcher, BuildListener listener)
           
 void TestResultAction.setResult(TestResult result, BuildListener listener)
          Overwrites the TestResult by a new data set.
 

Constructors in hudson.tasks.junit with parameters of type BuildListener
TestResultAction(AbstractBuild owner, TestResult result, BuildListener listener)
           
 

Uses of BuildListener in hudson.tasks.test
 

Methods in hudson.tasks.test with parameters of type BuildListener
 boolean AggregatedTestResultPublisher.perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 

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

Uses of BuildListener in jenkins.scm
 

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

Uses of BuildListener in org.jvnet.hudson.test
 

Methods in org.jvnet.hudson.test with parameters of type BuildListener
 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.