org.jenkinsci.lib.xpublisher.destinations
Class XPublisherDestinationType
java.lang.Object
org.jenkinsci.lib.xpublisher.destinations.XPublisherDestinationType
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<XPublisherDestinationType>, Serializable
public abstract class XPublisherDestinationType
- extends Object
- implements hudson.ExtensionPoint, hudson.model.Describable<XPublisherDestinationType>, Serializable
- Author:
- Gregory Boissinot
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPublisherDestinationType
public XPublisherDestinationType()
publish
public abstract void publish(List<XPublisherArtifact> artifactList,
XPublisherLogger log)
throws XPublisherException
- Throws:
XPublisherException
getDescriptor
public hudson.model.Descriptor<XPublisherDestinationType> getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<XPublisherDestinationType>
Copyright © 2004-2012. All Rights Reserved.