Enum CoreReporters

  • All Implemented Interfaces:
    Serializable, Comparable<CoreReporters>

    public enum CoreReporters
    extends Enum<CoreReporters>
    This enum defines default reporters, added and maintained by the utPLSQL team, and information since (and maybe until) which version they exist
    Author:
    pesse
    • Enum Constant Detail

      • UT_COVERAGE_COBERTURA_REPORTER

        public static final CoreReporters UT_COVERAGE_COBERTURA_REPORTER
      • UT_COVERAGE_HTML_REPORTER

        public static final CoreReporters UT_COVERAGE_HTML_REPORTER
      • UT_COVERAGE_SONAR_REPORTER

        public static final CoreReporters UT_COVERAGE_SONAR_REPORTER
      • UT_COVERALLS_REPORTER

        public static final CoreReporters UT_COVERALLS_REPORTER
      • UT_DEBUG_REPORTER

        public static final CoreReporters UT_DEBUG_REPORTER
      • UT_DOCUMENTATION_REPORTER

        public static final CoreReporters UT_DOCUMENTATION_REPORTER
      • UT_JUNIT_REPORTER

        public static final CoreReporters UT_JUNIT_REPORTER
      • UT_REALTIME_REPORTER

        public static final CoreReporters UT_REALTIME_REPORTER
      • UT_SONAR_TEST_REPORTER

        public static final CoreReporters UT_SONAR_TEST_REPORTER
      • UT_TEAMCITY_REPORTER

        public static final CoreReporters UT_TEAMCITY_REPORTER
      • UT_TFS_JUNIT_REPORTER

        public static final CoreReporters UT_TFS_JUNIT_REPORTER
    • Method Detail

      • values

        public static CoreReporters[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (CoreReporters c : CoreReporters.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static CoreReporters valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getSince

        public Version getSince()
      • getUntil

        public Version getUntil()
      • isAvailableFor

        public boolean isAvailableFor​(Version databaseVersion)
        Checks whether a CoreReporter is valid for the given databaseVersion
        Parameters:
        databaseVersion - Database-Version
        Returns:
        true or false