Class VcsRepositoryBranch

    • Constructor Detail

      • VcsRepositoryBranch

        public VcsRepositoryBranch​(@NotNull
                                   @NotNull java.lang.String repositoryName,
                                   @NotNull
                                   @NotNull java.lang.String branchName)
        Defines a branch a repository should be switched to. The repository has to be connected to the plan: see Plan.linkedRepositories(String...) and Plan.planRepositories(VcsRepository[])
        Parameters:
        repositoryName - name of the repository
        branchName - name of the branch