org.jenkins.plugins.cloudbees
Class MavenArtifactFilePathSaver
java.lang.Object
hudson.maven.MavenReporter
org.jenkins.plugins.cloudbees.MavenArtifactFilePathSaver
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.maven.MavenProjectActionBuilder, hudson.model.Describable<hudson.maven.MavenReporter>, Serializable
public class MavenArtifactFilePathSaver
- extends hudson.maven.MavenReporter
- Author:
- Olivier Lamy
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Method Summary |
boolean |
postBuild(hudson.maven.MavenBuildProxy build,
org.apache.maven.project.MavenProject pom,
hudson.model.BuildListener listener)
|
boolean |
preBuild(hudson.maven.MavenBuildProxy build,
org.apache.maven.project.MavenProject pom,
hudson.model.BuildListener listener)
|
boolean |
preExecute(hudson.maven.MavenBuildProxy build,
org.apache.maven.project.MavenProject pom,
hudson.maven.MojoInfo mojo,
hudson.model.BuildListener listener)
|
| Methods inherited from class hudson.maven.MavenReporter |
end, enterModule, getAggregatedProjectAction, getDescriptor, getProjectAction, getProjectActions, leaveModule, postExecute, reportGenerated |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MavenArtifactFilePathSaver
public MavenArtifactFilePathSaver()
preBuild
public boolean preBuild(hudson.maven.MavenBuildProxy build,
org.apache.maven.project.MavenProject pom,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
- Overrides:
preBuild in class hudson.maven.MavenReporter
- Throws:
InterruptedException
IOException
preExecute
public boolean preExecute(hudson.maven.MavenBuildProxy build,
org.apache.maven.project.MavenProject pom,
hudson.maven.MojoInfo mojo,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
- Overrides:
preExecute in class hudson.maven.MavenReporter
- Throws:
InterruptedException
IOException
postBuild
public boolean postBuild(hudson.maven.MavenBuildProxy build,
org.apache.maven.project.MavenProject pom,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
- Overrides:
postBuild in class hudson.maven.MavenReporter
- Throws:
InterruptedException
IOException
Copyright © 2004-2012. All Rights Reserved.