public class FreeStyleJobArtifactSelectorImpl extends Object implements ArtifactSelector
| Constructor and Description |
|---|
FreeStyleJobArtifactSelectorImpl() |
| 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) |
public hudson.FilePath selectArtifactRecorded(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener,
String filteredResource,
String baseDirectory)
throws IOException,
InterruptedException
selectArtifactRecorded in interface ArtifactSelectorbaseDirectory - : base directory where the filtered resources will be searched.If the directory is not specified, it will search into the workspace.IOExceptionInterruptedExceptionpublic String getName()
ArtifactSelectorgetName in interface ArtifactSelectorCopyright © 2016–2017. All rights reserved.