Class BranchBean

  • Direct Known Subclasses:
    BuildTypeBranchBean

    public abstract class BranchBean
    extends java.lang.Object
    Since:
    2018.2
    • Constructor Detail

      • BranchBean

        public BranchBean()
    • Method Detail

      • getUserBranch

        @NotNull
        public abstract java.lang.String getUserBranch()
        Name of the branch as presented in the URL. It is the logical branch name (when isSingleBranch returns true) or it can represent set of branches
      • isAllBranches

        public abstract boolean isAllBranches()
      • isWildcardBranch

        @Deprecated
        public boolean isWildcardBranch()
        Deprecated.
        since 2018.2
      • isDefaultBranch

        public boolean isDefaultBranch()
      • isSingleBranch

        public abstract boolean isSingleBranch()
        Returns:
        true if this bean represents a single branch
      • isSelectedBranchExcluded

        public abstract boolean isSelectedBranchExcluded()
        Returns:
        true if a single branch is selected in this branch bean but this branch is excluded by build type branch filter
        Since:
        2019.1.1