Uses of Class
hudson.tasks.Publisher
Packages that use Publisher
-
Uses of Publisher in hudson
Modifier and TypeMethodDescriptionstatic List<Descriptor<Publisher>>
Functions.getPublisherDescriptors
(AbstractProject<?, ?> project) -
Uses of Publisher in hudson.model
Methods in hudson.model that return PublisherMethods in hudson.model that return types with arguments of type PublisherModifier 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()
Methods in hudson.model with parameters of type PublisherModifier and TypeMethodDescriptionvoid
Project.addPublisher
(Publisher buildStep) Deprecated.as of 1.290 UsegetPublishersList().add(x)
Method parameters in hudson.model with type arguments of type PublisherModifier 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
Subclasses of Publisher in hudson.tasksModifier 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.Methods in hudson.tasks that return PublisherModifier and TypeMethodDescriptionFingerprinter.DescriptorImpl.newInstance
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) Methods in hudson.tasks that return types with arguments of type PublisherModifier 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) Method parameters in hudson.tasks with type arguments of type PublisherModifier 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
Methods in jenkins.model that return types with arguments of type PublisherModifier and TypeMethodDescriptionJenkins.getPublisher
(String shortClassName) Gets the publisher descriptor by name.