org.jenkinsci.plugins.maveninvoker
Class MavenInvokerArchiver

java.lang.Object
  extended by hudson.maven.MavenReporter
      extended by org.jenkinsci.plugins.maveninvoker.MavenInvokerArchiver
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.maven.MavenProjectActionBuilder, hudson.model.Describable<hudson.maven.MavenReporter>, Serializable

public class MavenInvokerArchiver
extends hudson.maven.MavenReporter

Since:
1.1
Author:
Olivier Lamy
See Also:
Serialized Form

Nested Class Summary
static class MavenInvokerArchiver.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
MavenInvokerArchiver()
           
 
Method Summary
 boolean postExecute(hudson.maven.MavenBuildProxy build, org.apache.maven.project.MavenProject pom, hudson.maven.MojoInfo mojo, hudson.model.BuildListener listener, Throwable error)
           
 
Methods inherited from class hudson.maven.MavenReporter
end, enterModule, getAggregatedProjectAction, getDescriptor, getProjectAction, getProjectActions, leaveModule, postBuild, preBuild, preExecute, reportGenerated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenInvokerArchiver

public MavenInvokerArchiver()
Method Detail

postExecute

public boolean postExecute(hudson.maven.MavenBuildProxy build,
                           org.apache.maven.project.MavenProject pom,
                           hudson.maven.MojoInfo mojo,
                           hudson.model.BuildListener listener,
                           Throwable error)
                    throws InterruptedException,
                           IOException
Overrides:
postExecute in class hudson.maven.MavenReporter
Throws:
InterruptedException
IOException


Copyright © 2004-2012. All Rights Reserved.