Class JUnitPublisher

    • Field Detail

      • JUNIT_REPORT_FILE

        protected static final String JUNIT_REPORT_FILE
        File name of the UNIT report file.
        See Also:
        Constant Field Values
      • UNIT_TEMPLATE_NAME

        protected static final String UNIT_TEMPLATE_NAME
        Defines the path name containing the UNIT reports inside of the test report directory.
        See Also:
        Constant Field Values
    • Constructor Detail

    • Method Detail

      • getUnstableThreshold

        public double getUnstableThreshold()
      • setUnstableThreshold

        @DataBoundSetter
        public void setUnstableThreshold​(double unstableThreshold)
      • getFailedThreshold

        public double getFailedThreshold()
      • setFailedThreshold

        @DataBoundSetter
        public void setFailedThreshold​(double failedThreshold)
      • createAggregator

        public hudson.matrix.MatrixAggregator createAggregator​(hudson.matrix.MatrixBuild build,
                                                               Launcher launcher,
                                                               BuildListener listener)
        Specified by:
        createAggregator in interface hudson.matrix.MatrixAggregatable