Package sonia.scm.repository.api
Class BranchDetailsCommandBuilder
java.lang.Object
sonia.scm.repository.api.BranchDetailsCommandBuilder
- Since:
- 2.28.0
-
Constructor Summary
ConstructorsConstructorDescriptionBranchDetailsCommandBuilder
(Repository repository, BranchDetailsCommand command, CacheManager cacheManager) -
Method Summary
Modifier and TypeMethodDescriptionComputes the details for the given branch.
-
Constructor Details
-
BranchDetailsCommandBuilder
public BranchDetailsCommandBuilder(Repository repository, BranchDetailsCommand command, CacheManager cacheManager)
-
-
Method Details
-
execute
Computes the details for the given branch.- Parameters:
branchName
- Tha name of the branch the details should be computed for.- Returns:
- The result object containing the details for the branch.
-