|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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
ChangeLogSet.Entry.getAffectedFiles()| Method Summary | |
|---|---|
EditType |
getEditType()
Return whether the file is new/modified/deleted |
String |
getPath()
The path in the workspace that was affected |
| Method Detail |
|---|
String getPath()
Contains string like 'foo/bar/zot'. No leading/trailing '/', and separator must be normalized to '/'.
EditType getEditType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||