public class GitChangeLogParser
extends hudson.scm.ChangeLogParser
| Constructor and Description |
|---|
GitChangeLogParser(boolean authorOrCommitter) |
| Modifier and Type | Method and Description |
|---|---|
GitChangeSetList |
parse(hudson.model.AbstractBuild build,
File changelogFile) |
List<GitChangeSet> |
parse(List<String> changelog) |
public List<GitChangeSet> parse(@Nonnull List<String> changelog)
public GitChangeSetList parse(hudson.model.AbstractBuild build, File changelogFile) throws IOException, SAXException
parse in class hudson.scm.ChangeLogParserIOExceptionSAXExceptionCopyright © 2004-2013. All Rights Reserved.