@ExportedBean(defaultVisibility=999)
public static class SCLMChangeLogSet.Entry
extends hudson.scm.ChangeLogSet.Entry
SCLMChangeLogSet,
SCLMChangeLogSet.SCLMAffectedFile| Modifier and Type | Field and Description |
|---|---|
static Comparator<SCLMChangeLogSet.Entry> |
entryComparator
Comparator for Entries.
|
| Constructor and Description |
|---|
Entry()
Dummy constructor.
|
Entry(LogSet.Entry e)
Construct entry from LogSet.Entry.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getAffectedPaths()
Get the path for AffectedFile.
|
hudson.model.User |
getAuthor()
Get author of the changes.
|
String |
getDate()
Get change date.
|
hudson.scm.EditType |
getEditType()
Get EditType of the entry.
|
LinkedList<hudson.scm.ChangeLogSet.AffectedFile> |
getItems()
Get affectedFile.
|
String |
getMsg()
Get entry message.
|
SCLMChangeLogSet |
getParent()
Get current parent.
|
String |
getPath()
Get path of affectedFile.
|
String |
getVersion()
Get AffectedFile version.
|
void |
setParent(hudson.scm.ChangeLogSet set)
Set parent.
|
String |
toString()
Get printable view.
|
public static final Comparator<SCLMChangeLogSet.Entry> entryComparator
public Entry()
public Entry(LogSet.Entry e)
e - LogSet.Entry.public void setParent(hudson.scm.ChangeLogSet set)
setParent in class hudson.scm.ChangeLogSet.Entryset - New parent.public SCLMChangeLogSet getParent()
getParent in class hudson.scm.ChangeLogSet.Entrypublic String getMsg()
getMsg in class hudson.scm.ChangeLogSet.Entrypublic hudson.scm.EditType getEditType()
EditTypepublic String getPath()
public LinkedList<hudson.scm.ChangeLogSet.AffectedFile> getItems()
public hudson.model.User getAuthor()
getAuthor in class hudson.scm.ChangeLogSet.Entry@Exported public String getVersion()
public Collection<String> getAffectedPaths()
getAffectedPaths in class hudson.scm.ChangeLogSet.Entrypublic String getDate()
Copyright © 2016–2018. All rights reserved.