Uses of Class
hudson.scm.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
Modifier 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
Modifier and TypeClassDescriptionclass
ChangeLogSet<T extends ChangeLogSet.Entry>
Represents SCM change list.class
RepositoryBrowser<E extends ChangeLogSet.Entry>
Connects Hudson to repository browsers like ViewCVS or FishEye, so that Hudson can generate links to them.Modifier 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) Modifier and TypeMethodDescriptionvoid
ChangeLogAnnotator.annotate
(AbstractBuild<?, ?> build, ChangeLogSet.Entry change, MarkupText text) Deprecated.void
ChangeLogAnnotator.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
Modifier and TypeMethodDescriptionList<ChangeLogSet<? extends ChangeLogSet.Entry>>
RunWithSCM.getChangeSets()
Gets allChangeLogSet
s currently associated with this item.