Package sonia.scm.repository.api
Interface MirrorFilter.BranchUpdate
- Enclosing interface:
- MirrorFilter
public static interface MirrorFilter.BranchUpdate
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
getBranchName
String getBranchName() -
getChangeset
-
getNewRevision
-
getOldRevision
-
getUpdateType
Optional<MirrorFilter.UpdateType> getUpdateType() -
isForcedUpdate
boolean isForcedUpdate()
-