Package hudson.scm
Class IntegrityChangeLogParser
java.lang.Object
hudson.scm.ChangeLogParser
hudson.scm.IntegrityChangeLogParser
public class IntegrityChangeLogParser
extends hudson.scm.ChangeLogParser
This class provides the parser to read the changelog.xml that is generated at the end of a build
listing the SCM changes
-
Constructor Summary
ConstructorsConstructorDescriptionProvides a mechanism to obtain the host/port information for constructing links to annotations and differences views -
Method Summary
Modifier and TypeMethodDescriptionOverridden ChangeLogParserMethods inherited from class hudson.scm.ChangeLogParser
parse
-
Constructor Details
-
IntegrityChangeLogParser
Provides a mechanism to obtain the host/port information for constructing links to annotations and differences views
-
-
Method Details
-
parse
public IntegrityChangeLogSet parse(hudson.model.Run run, hudson.scm.RepositoryBrowser<?> browser, File changeLogFile) throws IOException, SAXException Overridden ChangeLogParser- Overrides:
parsein classhudson.scm.ChangeLogParser- Throws:
IOExceptionSAXException- See Also:
-