Package sonia.scm.repository
Class Modifications
java.lang.Object
sonia.scm.repository.Modifications
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModifications
(String baseRevision, String revision, Collection<Modification> modifications) Modifications
(String revision, Collection<Modification> modifications) Modifications
(String revision, Modification... modifications) -
Method Summary
Modifier and TypeMethodDescriptiongetAdded()
If these modifications are not related to a single revision but represent the modifications between two revisions, this gives the base revision.
-
Constructor Details
-
Modifications
-
Modifications
-
Modifications
- Since:
- 2.23.0
-
-
Method Details
-
getBaseRevision
If these modifications are not related to a single revision but represent the modifications between two revisions, this gives the base revision.- Since:
- 2.23.0
-
getEffectedPaths
-
effectedPathsStream
-
getAdded
-
getRemoved
-
getModified
-
getRenamed
-
getCopied
-