org.jenkinsci.plugins.parallel_test_executor
Class TimeDrivenParallelism
java.lang.Object
hudson.model.AbstractDescribableImpl<Parallelism>
org.jenkinsci.plugins.parallel_test_executor.Parallelism
org.jenkinsci.plugins.parallel_test_executor.TimeDrivenParallelism
- All Implemented Interfaces:
- hudson.model.Describable<Parallelism>
public class TimeDrivenParallelism
- extends Parallelism
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class hudson.model.AbstractDescribableImpl |
getDescriptor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mins
public int mins
TimeDrivenParallelism
@DataBoundConstructor
public TimeDrivenParallelism(int mins)
calculate
public int calculate(List<TestClass> tests)
- Specified by:
calculate in class Parallelism
Copyright © 2004-2014. All Rights Reserved.