org.jenkinsci.plugins.DependencyCheck.maven
Class MavenArtifactRecorder

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

public class MavenArtifactRecorder
extends hudson.maven.MavenReporter

The MavenArtifactRecorder saves the artifacts used in a Maven build to JSON format.

See Also:
Serialized Form

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

Constructor Detail

MavenArtifactRecorder

public MavenArtifactRecorder()
Method Detail

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 © 2012-2015 OWASP. All Rights Reserved.