public class ExtractChangeLogParser
extends hudson.scm.ChangeLogParser
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtractChangeLogParser.ExtractChangeLogEntry |
static class |
ExtractChangeLogParser.FileInZip |
| Constructor and Description |
|---|
ExtractChangeLogParser() |
| Modifier and Type | Method and Description |
|---|---|
ExtractChangeLogSet |
parse(hudson.model.AbstractBuild build,
File changeLogFile) |
ExtractChangeLogSet |
parse(hudson.model.AbstractBuild build,
InputStream changeLogStream) |
public ExtractChangeLogSet parse(hudson.model.AbstractBuild build, File changeLogFile) throws IOException, SAXException
parse in class hudson.scm.ChangeLogParserIOExceptionSAXExceptionpublic ExtractChangeLogSet parse(hudson.model.AbstractBuild build, InputStream changeLogStream) throws IOException, SAXException
IOExceptionSAXExceptionCopyright © 2004–2019. All rights reserved.