org.jenkinsci.plugins.deploy.weblogic
Class FreeStyleJobArtifactSelectorImpl
java.lang.Object
org.jenkinsci.plugins.deploy.weblogic.FreeStyleJobArtifactSelectorImpl
- All Implemented Interfaces:
- ArtifactSelector
public class FreeStyleJobArtifactSelectorImpl
- extends Object
- implements ArtifactSelector
- Author:
- rchaumie
|
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 |
FreeStyleJobArtifactSelectorImpl
public FreeStyleJobArtifactSelectorImpl()
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.