Class PublisherLister
- java.lang.Object
-
- org.jenkins_ci.plugins.any_buildstep.publisher.PublisherLister
-
- All Implemented Interfaces:
ExtensionPoint
,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
Nested Classes Modifier and Type Class Description static class
PublisherLister.PublisherDescriptor
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description PublisherLister()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends Descriptor<? extends BuildStep>>
getAllowedPublishers(AbstractProject<?,?> project)
PublisherLister.PublisherDescriptor
getDescriptor()
-
-
-
Method Detail
-
getAllowedPublishers
public List<? extends Descriptor<? extends BuildStep>> getAllowedPublishers(AbstractProject<?,?> project)
- Specified by:
getAllowedPublishers
in interfaceorg.jenkins_ci.plugins.flexible_publish.PublisherDescriptorLister
-
getDescriptor
public PublisherLister.PublisherDescriptor getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<org.jenkins_ci.plugins.flexible_publish.PublisherDescriptorLister>
-
-