Class ProjectWebUtil


  • public class ProjectWebUtil
    extends Object
    • Constructor Detail

      • ProjectWebUtil

        public ProjectWebUtil()
    • Method Detail

      • isProblemsSummaryNeeded

        public static boolean isProblemsSummaryNeeded​(@NotNull
                                                      SBuildType buildType,
                                                      @NotNull
                                                      Set<SBuildType> problematicBuildTypes,
                                                      @NotNull
                                                      javax.servlet.http.HttpServletRequest request)
      • isProblemsSummaryNeeded

        public static boolean isProblemsSummaryNeeded​(@NotNull
                                                      BranchBean branchBean)
      • getProjectBranch

        @Nullable
        public static String getProjectBranch​(@NotNull
                                              SUser user,
                                              @NotNull
                                              SProject project)
      • getBranchBeansForProjects

        @NotNull
        public static Map<SProject,​BranchBean> getBranchBeansForProjects​(@NotNull
                                                                               javax.servlet.http.HttpServletRequest request,
                                                                               @NotNull
                                                                               Set<SProject> projects,
                                                                               @NotNull
                                                                               BranchBeanFactory branchBeanFactory)
      • hasNonDefaultBranches

        public static boolean hasNonDefaultBranches​(@NotNull
                                                    BranchBean branchBean)