Package hudson.scm
Interface ChangeLogSet.AffectedFile
-
- Enclosing class:
- ChangeLogSet<T extends ChangeLogSet.Entry>
public static interface ChangeLogSet.AffectedFile
Represents a file change. Contains filename, edit type, etc. I checked the API names against some some major SCMs and most SCMs can adapt to this interface with very little changes- See Also:
ChangeLogSet.Entry.getAffectedFiles()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EditType
getEditType()
Return whether the file is new/modified/deletedString
getPath()
The path in the workspace that was affected
-