Class BranchDetailsCommandRequest

java.lang.Object
sonia.scm.repository.spi.BranchDetailsCommandRequest

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

    • BranchDetailsCommandRequest

      public BranchDetailsCommandRequest()
  • Method Details

    • getBranchName

      public String getBranchName()
      The name of the branch the details should be computed for.
    • setBranchName

      public void setBranchName(String branchName)
      Sets the name of the branch the details should be computed for.