Class ParallelTestExecutor

    • Field Detail

      • NUMBER_OF_BUILDS_TO_SEARCH

        public static final int NUMBER_OF_BUILDS_TO_SEARCH
        See Also:
        Constant Field Values
      • RESULTS_OF_BUILDS_TO_CONSIDER

        public static final com.google.common.collect.ImmutableSet<Result> RESULTS_OF_BUILDS_TO_CONSIDER
    • Constructor Detail

      • ParallelTestExecutor

        @DataBoundConstructor
        public ParallelTestExecutor​(Parallelism parallelism,
                                    String testJob,
                                    String patternFile,
                                    String testReportFiles,
                                    boolean archiveTestResults,
                                    List<hudson.plugins.parameterizedtrigger.AbstractBuildParameters> parameters)