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 allPublishers configured for this project.abstract DescribableList<Publisher, Descriptor<Publisher>> AbstractProject.getPublishersList()Returns the live list of allPublishers configured for this project.Project.getPublishersList()Project.getPublishersList()Methods in hudson.model with parameters of type PublisherModifier and TypeMethodDescriptionvoidProject.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) voidProject.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 TypeClassDescriptionclassCopies the artifacts into an archive directory.classTriggers builds of other projects.classRecords fingerprints of the specified files.classBuildSteps that run after the build is completed.classBuildSteps 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 registeredPublisherdescriptors.Publisher.all()Returns all the registeredPublisherdescriptors.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 TypeMethodDescriptionvoidBuildStep.PublisherList.add(int index, Descriptor<Publisher> d) booleanBuildStep.PublisherList.add(Descriptor<Publisher> d) voidBuildStep.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.voidBuildStep.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.