org.jenkinsci.lib.xpublisher.types
Class XPublisherType

java.lang.Object
  extended by org.jenkinsci.lib.xpublisher.types.XPublisherType
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<XPublisherType>, Serializable

public abstract class XPublisherType
extends Object
implements hudson.ExtensionPoint, hudson.model.Describable<XPublisherType>, Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
XPublisherType()
           
 
Method Summary
abstract  List<XPublisherArtifact> getArtifacts(hudson.model.AbstractBuild build, XPublisherLogger logger)
           
 hudson.model.Descriptor<XPublisherType> getDescriptor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPublisherType

public XPublisherType()
Method Detail

getDescriptor

public hudson.model.Descriptor<XPublisherType> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<XPublisherType>

getArtifacts

public abstract List<XPublisherArtifact> getArtifacts(hudson.model.AbstractBuild build,
                                                      XPublisherLogger logger)
                                               throws XPublisherException
Throws:
XPublisherException


Copyright © 2004-2012. All Rights Reserved.