Uses of Class
hudson.scm.ChangeLogSet.Entry
Packages that use ChangeLogSet.Entry
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins.Jenkins's interface with source code management systems.
-
Uses of ChangeLogSet.Entry in hudson.model
Methods in hudson.model that return types with arguments of type ChangeLogSet.EntryModifier and TypeMethodDescriptionChangeLogSet<? extends ChangeLogSet.Entry>AbstractBuild.getChangeSet()Gets the changes incorporated into this build.List<ChangeLogSet<? extends ChangeLogSet.Entry>>AbstractBuild.getChangeSets() -
Uses of ChangeLogSet.Entry in hudson.scm
Classes in hudson.scm with type parameters of type ChangeLogSet.EntryModifier and TypeClassDescriptionclassChangeLogSet<T extends ChangeLogSet.Entry>Represents SCM change list.classRepositoryBrowser<E extends ChangeLogSet.Entry>Connects Hudson to repository browsers like ViewCVS or FishEye, so that Hudson can generate links to them.Methods in hudson.scm that return types with arguments of type ChangeLogSet.EntryModifier and TypeMethodDescriptionstatic ChangeLogSet<? extends ChangeLogSet.Entry>ChangeLogSet.createEmpty(AbstractBuild build) Deprecated.static ChangeLogSet<? extends ChangeLogSet.Entry>ChangeLogSet.createEmpty(Run build) Constant instance that represents no changes.ChangeLogSet<? extends ChangeLogSet.Entry>ChangeLogParser.parse(AbstractBuild build, File changelogFile) Deprecated.ChangeLogSet<? extends ChangeLogSet.Entry>ChangeLogParser.parse(Run build, RepositoryBrowser<?> browser, File changelogFile) ChangeLogSet<? extends ChangeLogSet.Entry>NullChangeLogParser.parse(Run build, RepositoryBrowser<?> browser, File changelogFile) Methods in hudson.scm with parameters of type ChangeLogSet.EntryModifier and TypeMethodDescriptionvoidChangeLogAnnotator.annotate(AbstractBuild<?, ?> build, ChangeLogSet.Entry change, MarkupText text) Deprecated.voidChangeLogAnnotator.annotate(Run<?, ?> build, ChangeLogSet.Entry change, MarkupText text) Called by Hudson to allow markups to be added to the changelog text. -
Uses of ChangeLogSet.Entry in jenkins.scm
Methods in jenkins.scm that return types with arguments of type ChangeLogSet.EntryModifier and TypeMethodDescriptionList<ChangeLogSet<? extends ChangeLogSet.Entry>>RunWithSCM.getChangeSets()Gets allChangeLogSets currently associated with this item.