Interface BranchingAwareRepository

    • Method Detail

      • createBranch

        void createBranch​(long repositoryId,
                          @NotNull
                          @NotNull String branchName,
                          @NotNull
                          @NotNull BuildContext buildContext)
                   throws RepositoryException
        Creates branch in the repository.
        Parameters:
        branchName - name of new branch
        buildContext - build context
        Throws:
        RepositoryException