org.jenkinsci.plugins.parallel_test_executor
Class Parallelism
java.lang.Object
hudson.model.AbstractDescribableImpl<Parallelism>
org.jenkinsci.plugins.parallel_test_executor.Parallelism
- All Implemented Interfaces:
- hudson.model.Describable<Parallelism>
- Direct Known Subclasses:
- CountDrivenParallelism, TimeDrivenParallelism
public abstract class Parallelism
- extends hudson.model.AbstractDescribableImpl<Parallelism>
Strategy that determines how many knapsacks we'll create.
- 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 |
calculate
public abstract int calculate(List<TestClass> tests)
Copyright © 2004-2013. All Rights Reserved.