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>, java.io.Serializable

public abstract class XPublisherType
extends java.lang.Object
implements hudson.ExtensionPoint, hudson.model.Describable<XPublisherType>, java.io.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  java.util.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 java.util.List<XPublisherArtifact> getArtifacts(hudson.model.AbstractBuild build,
                                                                XPublisherLogger logger)


Copyright © 2004-2012. All Rights Reserved.