Uses of Class
hudson.scm.ChangeLogParser
-
Packages that use ChangeLogParser Package Description hudson.scm Jenkins's interface with source code management systems. -
-
Uses of ChangeLogParser in hudson.scm
Subclasses of ChangeLogParser in hudson.scm Modifier and Type Class Description class
NullChangeLogParser
ChangeLogParser
for no SCM.Methods in hudson.scm that return ChangeLogParser Modifier and Type Method Description ChangeLogParser
NullSCM. createChangeLogParser()
abstract ChangeLogParser
SCM. createChangeLogParser()
The returned object will be used to parsechangelog.xml
.
-