public class MavenJobArtifactSelectorImpl extends Object implements ArtifactSelector
| Constructor and Description |
|---|
MavenJobArtifactSelectorImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected List<hudson.maven.reporters.MavenAbstractArtifactRecord<hudson.maven.MavenBuild>> |
getActions(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
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,
org.codehaus.plexus.util.xml.pull.XmlPullParserException,
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.IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionInterruptedExceptionpublic String getName()
ArtifactSelectorgetName in interface ArtifactSelectorprotected List<hudson.maven.reporters.MavenAbstractArtifactRecord<hudson.maven.MavenBuild>> getActions(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
build - listener - Copyright © 2016–2017. All rights reserved.