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 |
IntegrityChangeLogParser(String url)
Provides a mechanism to obtain the host/port information
for constructing links to annotations and differences views |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegrityChangeLogParser
public IntegrityChangeLogParser(String url)
- Provides a mechanism to obtain the host/port information
for constructing links to annotations and differences views
parse
public IntegrityChangeLogSet parse(hudson.model.AbstractBuild build,
File changeLogFile)
throws IOException,
SAXException
- Overridden ChangeLogParser
- Specified by:
parse in class hudson.scm.ChangeLogParser
- Throws:
IOException
SAXException- See Also:
ChangeLogParser.parse(hudson.model.AbstractBuild, java.io.File)
Copyright © 2004-2012 Hudson. All Rights Reserved.