org.jenkinsci.plugins.deploy.weblogic
Interface ArtifactSelector

All Known Implementing Classes:
FreeStyleJobArtifactSelectorImpl, MavenJobArtifactSelectorImpl

public interface ArtifactSelector

Author:
rchaumie

Method Summary
 hudson.FilePath selectArtifactRecorded(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, String filteredResource, String baseDirectory)
           
 

Method Detail

selectArtifactRecorded

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
Parameters:
build -
listener -
filteredResource -
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


Copyright © 2004-2013. All Rights Reserved.