Package hudson.plugins.git
Class GitChangeSet.Path
- java.lang.Object
-
- hudson.plugins.git.GitChangeSet.Path
-
- All Implemented Interfaces:
ChangeLogSet.AffectedFile
- Enclosing class:
- GitChangeSet
@ExportedBean(defaultVisibility=999) public static class GitChangeSet.Path extends Object implements ChangeLogSet.AffectedFile
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GitChangeSet
getChangeSet()
String
getDst()
EditType
getEditType()
String
getPath()
String
getSrc()
-
-
-
Method Detail
-
getSrc
public String getSrc()
-
getDst
public String getDst()
-
getPath
@Exported(name="file") public String getPath()
- Specified by:
getPath
in interfaceChangeLogSet.AffectedFile
-
getChangeSet
public GitChangeSet getChangeSet()
-
getEditType
@Exported public EditType getEditType()
- Specified by:
getEditType
in interfaceChangeLogSet.AffectedFile
-
-