Uses of Class
hudson.tasks.Publisher
-
Packages that use Publisher Package Description hudson hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.tasks jenkins.model -
-
Uses of Publisher in hudson
Methods in hudson that return types with arguments of type Publisher Modifier and Type Method Description static List<Descriptor<Publisher>>
Functions. getPublisherDescriptors(AbstractProject<?,?> project)
-
Uses of Publisher in hudson.model
Methods in hudson.model that return Publisher Modifier and Type Method Description Publisher
Project. getPublisher(Descriptor<Publisher> descriptor)
Methods in hudson.model that return types with arguments of type Publisher Modifier and Type Method Description Map<Descriptor<Publisher>,Publisher>
Project. getPublishers()
Deprecated.as of 1.463 We will be soon removing the restriction that only one instance of publisher is allowed per type.Map<Descriptor<Publisher>,Publisher>
Project. getPublishers()
Deprecated.as of 1.463 We will be soon removing the restriction that only one instance of publisher is allowed per type.abstract DescribableList<Publisher,Descriptor<Publisher>>
AbstractProject. getPublishersList()
Returns the live list of allPublisher
s configured for this project.abstract DescribableList<Publisher,Descriptor<Publisher>>
AbstractProject. getPublishersList()
Returns the live list of allPublisher
s configured for this project.DescribableList<Publisher,Descriptor<Publisher>>
Project. getPublishersList()
DescribableList<Publisher,Descriptor<Publisher>>
Project. getPublishersList()
Methods in hudson.model with parameters of type Publisher Modifier and Type Method Description void
Project. addPublisher(Publisher buildStep)
Deprecated.as of 1.290 UsegetPublishersList().add(x)
Method parameters in hudson.model with type arguments of type Publisher Modifier and Type Method Description Publisher
Project. getPublisher(Descriptor<Publisher> descriptor)
void
Project. removePublisher(Descriptor<Publisher> descriptor)
Deprecated.as of 1.290 UsegetPublishersList().remove(x)
-
Uses of Publisher in hudson.tasks
Subclasses of Publisher in hudson.tasks Modifier and Type Class Description class
ArtifactArchiver
Copies the artifacts into an archive directory.class
BuildTrigger
Triggers builds of other projects.class
Fingerprinter
Records fingerprints of the specified files.class
Notifier
BuildStep
s that run after the build is completed.class
Recorder
BuildStep
s that run after the build is completed.Methods in hudson.tasks that return Publisher Modifier and Type Method Description Publisher
Fingerprinter.DescriptorImpl. newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
Methods in hudson.tasks that return types with arguments of type Publisher Modifier and Type Method Description static DescriptorExtensionList<Publisher,Descriptor<Publisher>>
Publisher. all()
Returns all the registeredPublisher
descriptors.static DescriptorExtensionList<Publisher,Descriptor<Publisher>>
Publisher. all()
Returns all the registeredPublisher
descriptors.Descriptor<Publisher>
BuildStep.PublisherList. get(int index)
Descriptor<Publisher>
Publisher. getDescriptor()
Iterator<Descriptor<Publisher>>
BuildStep.PublisherList. iterator()
protected List<ExtensionComponent<Descriptor<Publisher>>>
Publisher.DescriptorExtensionListImpl. sort(List<ExtensionComponent<Descriptor<Publisher>>> r)
Method parameters in hudson.tasks with type arguments of type Publisher Modifier and Type Method Description void
BuildStep.PublisherList. add(int index, Descriptor<Publisher> d)
boolean
BuildStep.PublisherList. add(Descriptor<Publisher> d)
void
BuildStep.PublisherList. addNotifier(Descriptor<Publisher> d)
Adds a new publisher descriptor, which (generally speaking) shouldn't alter the build result, but just report the build result by some means, such as e-mail, IRC, etc.void
BuildStep.PublisherList. addRecorder(Descriptor<Publisher> d)
Adds a new publisher descriptor, which (generally speaking) alter the build result based on some artifacts of the build.int
Publisher.DescriptorExtensionListImpl. compare(ExtensionComponent<Descriptor<Publisher>> lhs, ExtensionComponent<Descriptor<Publisher>> rhs)
protected List<ExtensionComponent<Descriptor<Publisher>>>
Publisher.DescriptorExtensionListImpl. sort(List<ExtensionComponent<Descriptor<Publisher>>> r)
-
Uses of Publisher in jenkins.model
Methods in jenkins.model that return types with arguments of type Publisher Modifier and Type Method Description Descriptor<Publisher>
Jenkins. getPublisher(String shortClassName)
Gets the publisher descriptor by name.
-