Class BranchDetailsCommandBuilder

java.lang.Object
sonia.scm.repository.api.BranchDetailsCommandBuilder

public final class BranchDetailsCommandBuilder extends Object
Since:
2.28.0
  • Constructor Details

  • Method Details

    • execute

      public BranchDetailsCommandResult execute(String branchName)
      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.