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