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.FilePath selectArtifactRecorded(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, String filteredResource, String baseDirectory)
           
 
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.FilePath selectArtifactRecorded(hudson.model.AbstractBuild<?,?> build,
                                              hudson.model.BuildListener listener,
                                              String filteredResource,
                                              String baseDirectory)
                                       throws IOException,
                                              org.codehaus.plexus.util.xml.pull.XmlPullParserException,
                                              InterruptedException
Specified by:
selectArtifactRecorded in interface ArtifactSelector
baseDirectory - : base directory where the filtered resources will be searched.If the directory is not specified, it will search into the workspace.
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-2013. All Rights Reserved.