Interface BranchAwareRepository

    • Method Detail

      • getVcsBranch

        @NotNull
        @NotNull VcsBranch getVcsBranch()
        Returns:
        the branch being used currently by this repository.
      • setVcsBranch

        void setVcsBranch​(@NotNull
                          @NotNull VcsBranch branch)
        Set and prepare the repository for using an arbitrary branch. Generally the subsequent getVcsBranch should return the same branch name.