@Extension public static class SCLMChangeLogSet.SCLMAffectedFile extends Object implements hudson.scm.ChangeLogSet.AffectedFile
SCLMChangeLogSet,
SCLMChangeLogSet.Entry| Modifier and Type | Field and Description |
|---|---|
static Comparator<SCLMChangeLogSet.SCLMAffectedFile> |
affectedFilesComparator
Comparator based on SCLMFileState comparator.
|
| Constructor and Description |
|---|
SCLMAffectedFile()
Dummy constructor.
|
SCLMAffectedFile(LogSet.AffectedFile file)
Constructor based on LogSet.AffectedFile.
|
| Modifier and Type | Method and Description |
|---|---|
hudson.scm.EditType |
getEditType()
Get EditType.
|
String |
getPath()
Get file path.
|
public static Comparator<SCLMChangeLogSet.SCLMAffectedFile> affectedFilesComparator
public SCLMAffectedFile(LogSet.AffectedFile file)
file - LogSet.AffectedFile to be copied.public SCLMAffectedFile()
public String getPath()
getPath in interface hudson.scm.ChangeLogSet.AffectedFilepublic hudson.scm.EditType getEditType()
getEditType in interface hudson.scm.ChangeLogSet.AffectedFileCopyright © 2004-2015. All Rights Reserved.