Uses of Class
hudson.scm.ChangeLogSet
-
Packages that use ChangeLogSet Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.listeners Listener interfaces for various events that occur inside the server.hudson.scm Jenkins's interface with source code management systems.jenkins.scm -
-
Uses of ChangeLogSet in hudson.model
Methods in hudson.model that return ChangeLogSet Modifier and Type Method Description ChangeLogSet<? extends ChangeLogSet.Entry>
AbstractBuild. getChangeSet()
Gets the changes incorporated into this build.Methods in hudson.model that return types with arguments of type ChangeLogSet Modifier and Type Method Description List<ChangeLogSet<? extends ChangeLogSet.Entry>>
AbstractBuild. getChangeSets()
-
Uses of ChangeLogSet in hudson.model.listeners
Methods in hudson.model.listeners with parameters of type ChangeLogSet Modifier and Type Method Description void
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 ChangeLogSet 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
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 ChangeLogSet Modifier and Type Method Description protected 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 ChangeLogSet Modifier and Type Method Description List<ChangeLogSet<? extends ChangeLogSet.Entry>>
RunWithSCM. getChangeSets()
Gets allChangeLogSet
s currently associated with this item.
-