org.jenkinsci.plugins.deploy.weblogic
Class FreeStyleJobArtifactSelectorImpl

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

public class FreeStyleJobArtifactSelectorImpl
extends Object
implements ArtifactSelector

Author:
rchaumie

Constructor Summary
FreeStyleJobArtifactSelectorImpl()
           
 
Method Summary
 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

FreeStyleJobArtifactSelectorImpl

public FreeStyleJobArtifactSelectorImpl()
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


Copyright © 2004-2013. All Rights Reserved.