Uses of Class
hudson.scm.ChangeLogAnnotator
-
Packages that use ChangeLogAnnotator Package Description hudson.scm Jenkins's interface with source code management systems. -
-
Uses of ChangeLogAnnotator in hudson.scm
Fields in hudson.scm with type parameters of type ChangeLogAnnotator Modifier and Type Field Description static CopyOnWriteList<ChangeLogAnnotator>
ChangeLogAnnotator. annotators
Methods in hudson.scm that return types with arguments of type ChangeLogAnnotator Modifier and Type Method Description static ExtensionList<ChangeLogAnnotator>
ChangeLogAnnotator. all()
Returns all the registeredChangeLogAnnotator
descriptors.
-