Class ProjectTestsBean

    • Method Detail

      • getProject

        @Nullable
        public SProject getProject()
      • getTestGroup

        @NotNull
        public TestGroupBean getTestGroup()
        Returns:
        test group which includes all tests in this project and its subprojects
      • getBuildTypeGroups

        @NotNull
        public Map<SBuildType,​TestGroupBean> getBuildTypeGroups()
        Returns:
        tests which belong to direct subconfigurations of this project
      • getSubProjects

        @NotNull
        public List<ProjectTestsBean> getSubProjects()
        Returns:
        test data for the subprojects of this project