org.jenkinsci.lib.xpublisher
Class XPublisherArtifact

java.lang.Object
  extended by org.jenkinsci.lib.xpublisher.XPublisherArtifact
All Implemented Interfaces:
Serializable

public class XPublisherArtifact
extends Object
implements Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
XPublisherArtifact(String origin, hudson.FilePath filePath)
           
 
Method Summary
 hudson.FilePath getFilePath()
           
 String getOrigin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPublisherArtifact

public XPublisherArtifact(String origin,
                          hudson.FilePath filePath)
Method Detail

getOrigin

public String getOrigin()

getFilePath

public hudson.FilePath getFilePath()


Copyright © 2004-2012. All Rights Reserved.