Uses of Class
hudson.scm.ChangeLogSet.Entry
-
Packages that use ChangeLogSet.Entry Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.scm Jenkins's interface with source code management systems.jenkins.scm -
-
Uses of ChangeLogSet.Entry in hudson.model
Methods in hudson.model that return types with arguments of type ChangeLogSet.Entry Modifier and Type Method Description ChangeLogSet<? 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.Entry Modifier and Type Class Description class
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.Methods in hudson.scm that return types with arguments of type ChangeLogSet.Entry Modifier and Type Method Description static 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.Entry Modifier and Type Method Description void
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
Methods in jenkins.scm that return types with arguments of type ChangeLogSet.Entry Modifier and Type Method Description List<ChangeLogSet<? extends ChangeLogSet.Entry>>
RunWithSCM. getChangeSets()
Gets allChangeLogSet
s currently associated with this item.
-