Package sonia.scm.repository.spi
Class BranchDetailsCommandRequest
java.lang.Object
sonia.scm.repository.spi.BranchDetailsCommandRequest
- Since:
- 2.28.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe name of the branch the details should be computed for.void
setBranchName
(String branchName) Sets the name of the branch the details should be computed for.
-
Constructor Details
-
BranchDetailsCommandRequest
public BranchDetailsCommandRequest()
-
-
Method Details
-
getBranchName
The name of the branch the details should be computed for. -
setBranchName
Sets the name of the branch the details should be computed for.
-