Uses of Class
hudson.scm.ChangeLogSet
Packages that use ChangeLogSet
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Listener interfaces for various events that occur inside the server.
Jenkins's interface with source code management systems.
-
Uses of ChangeLogSet in hudson.model
Methods in hudson.model that return ChangeLogSetModifier and TypeMethodDescriptionChangeLogSet<? extends ChangeLogSet.Entry>
AbstractBuild.getChangeSet()
Gets the changes incorporated into this build.Methods in hudson.model that return types with arguments of type ChangeLogSetModifier and TypeMethodDescriptionList<ChangeLogSet<? extends ChangeLogSet.Entry>>
AbstractBuild.getChangeSets()
-
Uses of ChangeLogSet in hudson.model.listeners
Methods in hudson.model.listeners with parameters of type ChangeLogSetModifier and TypeMethodDescriptionvoid
SCMListener.onChangeLogParsed
(AbstractBuild<?, ?> build, BuildListener listener, ChangeLogSet<?> changelog) Deprecated.void
SCMListener.onChangeLogParsed
(Run<?, ?> build, SCM scm, TaskListener listener, ChangeLogSet<?> changelog) Called once the changelog is determined. -
Uses of ChangeLogSet in hudson.scm
Methods in hudson.scm that return ChangeLogSetModifier 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.Entry.getParent()
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 ChangeLogSetModifier and TypeMethodDescriptionprotected void
ChangeLogSet.Entry.setParent
(ChangeLogSet parent) Should be invoked before aChangeLogSet
is exposed to public. -
Uses of ChangeLogSet in jenkins.scm
Methods in jenkins.scm that return types with arguments of type ChangeLogSetModifier and TypeMethodDescriptionList<ChangeLogSet<? extends ChangeLogSet.Entry>>
RunWithSCM.getChangeSets()
Gets allChangeLogSet
s currently associated with this item.