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:
-
Method Summary
Modifier and TypeMethodDescriptionReturn whether the file is new/modified/deletedgetPath()
The path in the workspace that was affected