org.jenkinsci.plugins.deploy.weblogic
Interface ArtifactSelector

All Known Implementing Classes:
MavenJobArtifactSelectorImpl

public interface ArtifactSelector

Author:
rchaumie

Method Summary
 hudson.model.Run.Artifact selectArtifactRecorded(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
           
 

Method Detail

selectArtifactRecorded

hudson.model.Run.Artifact selectArtifactRecorded(hudson.model.AbstractBuild<?,?> build,
                                                 hudson.model.BuildListener listener)
                                                 throws IOException,
                                                        org.codehaus.plexus.util.xml.pull.XmlPullParserException,
                                                        InterruptedException
Parameters:
build -
listener -
Returns:
Throws:
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
InterruptedException


Copyright © 2004-2012. All Rights Reserved.