Class BbCloudRepo


  • public class BbCloudRepo
    extends BbRepo
    Author:
    Vivek Pandey
    • Method Detail

      • getOrg

        public BbOrg getOrg()
        Specified by:
        getOrg in class BbRepo
        Returns:
        Bitbucket project/team this repo belongs to
      • isGit

        public boolean isGit()
        Specified by:
        isGit in class BbRepo
      • isPrivate

        public boolean isPrivate()
        Specified by:
        isPrivate in class BbRepo
        Returns:
        true if its private repo
      • getDefaultBranch

        public String getDefaultBranch()