org.jenkinsci.plugins.deploy.weblogic
Class MavenJobArtifactSelectorImpl

java.lang.Object
  extended by org.jenkinsci.plugins.deploy.weblogic.MavenJobArtifactSelectorImpl
All Implemented Interfaces:
ArtifactSelector

public class MavenJobArtifactSelectorImpl
extends Object
implements ArtifactSelector

Author:
rchaumie

Constructor Summary
MavenJobArtifactSelectorImpl()
           
 
Method Summary
protected  List<hudson.maven.reporters.MavenAbstractArtifactRecord<hudson.maven.MavenBuild>> getActions(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
           
 hudson.model.Run.Artifact selectArtifactRecorded(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenJobArtifactSelectorImpl

public MavenJobArtifactSelectorImpl()
Method Detail

selectArtifactRecorded

public hudson.model.Run.Artifact selectArtifactRecorded(hudson.model.AbstractBuild<?,?> build,
                                                        hudson.model.BuildListener listener)
                                                 throws IOException,
                                                        org.codehaus.plexus.util.xml.pull.XmlPullParserException,
                                                        InterruptedException
Specified by:
selectArtifactRecorded in interface ArtifactSelector
Returns:
Throws:
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
InterruptedException

getActions

protected List<hudson.maven.reporters.MavenAbstractArtifactRecord<hudson.maven.MavenBuild>> getActions(hudson.model.AbstractBuild<?,?> build,
                                                                                                       hudson.model.BuildListener listener)
Parameters:
build -
listener -
Returns:


Copyright © 2004-2012. All Rights Reserved.