org.jenkinsci.lib.xpublisher.types
Class XPublisherType
java.lang.Object
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 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 |
XPublisherType
public XPublisherType()
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.