org.jenkinsci.lib.xpublisher.destinations
Class XPublisherDestinationType

java.lang.Object
  extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
XPublisherDestinationType()
           
 
Method Summary
 hudson.model.Descriptor<XPublisherDestinationType> getDescriptor()
           
abstract  void publish(List<XPublisherArtifact> artifactList, XPublisherLogger log)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPublisherDestinationType

public XPublisherDestinationType()
Method Detail

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.