@ExportedBean(defaultVisibility=999)
public static class ExtractChangeLogParser.ExtractChangeLogEntry
extends hudson.scm.ChangeLogSet.Entry
| Constructor and Description |
|---|
ExtractChangeLogParser.ExtractChangeLogEntry() |
ExtractChangeLogParser.ExtractChangeLogEntry(String zipFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFile(ExtractChangeLogParser.FileInZip fileName) |
void |
addFiles(Collection<ExtractChangeLogParser.FileInZip> fileNames) |
Collection<String> |
getAffectedPaths() |
hudson.model.User |
getAuthor() |
String |
getMsg() |
String |
getZipFile() |
void |
setParent(hudson.scm.ChangeLogSet parent) |
void |
setZipFile(String zipFile) |
public ExtractChangeLogParser.ExtractChangeLogEntry()
public ExtractChangeLogParser.ExtractChangeLogEntry(String zipFile)
public void setZipFile(String zipFile)
@Exported public String getZipFile()
public void setParent(hudson.scm.ChangeLogSet parent)
setParent in class hudson.scm.ChangeLogSet.Entrypublic Collection<String> getAffectedPaths()
getAffectedPaths in class hudson.scm.ChangeLogSet.Entry@Exported public hudson.model.User getAuthor()
getAuthor in class hudson.scm.ChangeLogSet.Entry@Exported public String getMsg()
getMsg in class hudson.scm.ChangeLogSet.Entrypublic void addFile(ExtractChangeLogParser.FileInZip fileName)
public void addFiles(Collection<ExtractChangeLogParser.FileInZip> fileNames)
Copyright © 2004–2015. All rights reserved.