public interface ArtifactSelector
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of the selector
|
hudson.FilePath |
selectArtifactRecorded(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
String filteredResource,
String baseDirectory) |
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
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.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionInterruptedExceptionString getName()
Copyright © 2016–2017. All rights reserved.