public interface ScmDiffResult
Modifier and Type | Method and Description |
---|---|
java.util.List<Action> |
getActions() |
java.lang.String |
getContent() |
boolean |
getModified() |
boolean |
getNewNotFound() |
boolean |
getOldNotFound() |
boolean getModified()
boolean getOldNotFound()
boolean getNewNotFound()
java.lang.String getContent()
java.util.List<Action> getActions()