Uses of Class
hudson.tasks.Publisher
-
Uses of Publisher in hudson
Modifier and TypeMethodDescriptionstatic List<Descriptor<Publisher>>
Functions.getPublisherDescriptors
(AbstractProject<?, ?> project) -
Uses of Publisher in hudson.model
Modifier and TypeMethodDescriptionProject.getPublishers()
Deprecated.as of 1.463 We will be soon removing the restriction that only one instance of publisher is allowed per type.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.Project.getPublishersList()
Project.getPublishersList()
Modifier and TypeMethodDescriptionvoid
Project.addPublisher
(Publisher buildStep) Deprecated.as of 1.290 UsegetPublishersList().add(x)
Modifier and TypeMethodDescriptionProject.getPublisher
(Descriptor<Publisher> descriptor) void
Project.removePublisher
(Descriptor<Publisher> descriptor) Deprecated.as of 1.290 UsegetPublishersList().remove(x)
-
Uses of Publisher in hudson.tasks
Modifier and TypeClassDescriptionclass
Copies the artifacts into an archive directory.class
Triggers builds of other projects.class
Records fingerprints of the specified files.class
BuildStep
s that run after the build is completed.class
BuildStep
s that run after the build is completed.Modifier and TypeMethodDescriptionFingerprinter.DescriptorImpl.newInstance
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) Modifier and TypeMethodDescriptionPublisher.all()
Returns all the registeredPublisher
descriptors.Publisher.all()
Returns all the registeredPublisher
descriptors.BuildStep.PublisherList.get
(int index) Publisher.getDescriptor()
BuildStep.PublisherList.iterator()
protected List<ExtensionComponent<Descriptor<Publisher>>>
Publisher.DescriptorExtensionListImpl.sort
(List<ExtensionComponent<Descriptor<Publisher>>> r) Modifier and TypeMethodDescriptionvoid
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.protected List<ExtensionComponent<Descriptor<Publisher>>>
Publisher.DescriptorExtensionListImpl.sort
(List<ExtensionComponent<Descriptor<Publisher>>> r) -
Uses of Publisher in jenkins.model
Modifier and TypeMethodDescriptionJenkins.getPublisher
(String shortClassName) Gets the publisher descriptor by name.