org.jenkins_ci.plugins.any_buildstep.publisher
Class PublisherLister

java.lang.Object
  extended by org.jenkins_ci.plugins.any_buildstep.publisher.PublisherLister
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<org.jenkins_ci.plugins.flexible_publish.PublisherDescriptorLister>, org.jenkins_ci.plugins.flexible_publish.PublisherDescriptorLister

public class PublisherLister
extends Object
implements org.jenkins_ci.plugins.flexible_publish.PublisherDescriptorLister


Nested Class Summary
static class PublisherLister.PublisherDescriptor
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
PublisherLister()
           
 
Method Summary
 List<? extends hudson.model.Descriptor<? extends hudson.tasks.BuildStep>> getAllowedPublishers(hudson.model.AbstractProject<?,?> project)
           
 PublisherLister.PublisherDescriptor getDescriptor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublisherLister

@DataBoundConstructor
public PublisherLister()
Method Detail

getAllowedPublishers

public List<? extends hudson.model.Descriptor<? extends hudson.tasks.BuildStep>> getAllowedPublishers(hudson.model.AbstractProject<?,?> project)
Specified by:
getAllowedPublishers in interface org.jenkins_ci.plugins.flexible_publish.PublisherDescriptorLister

getDescriptor

public PublisherLister.PublisherDescriptor getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<org.jenkins_ci.plugins.flexible_publish.PublisherDescriptorLister>


Copyright © 2004-2011. All Rights Reserved.