Class Parallelism
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<Parallelism>
-
- org.jenkinsci.plugins.parallel_test_executor.Parallelism
-
- All Implemented Interfaces:
Describable<Parallelism>
- Direct Known Subclasses:
CountDrivenParallelism
,TimeDrivenParallelism
public abstract class Parallelism extends AbstractDescribableImpl<Parallelism>
Strategy that determines how many knapsacks we'll create.- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract int
calculate(List<TestEntity> tests)
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Method Detail
-
calculate
public abstract int calculate(List<TestEntity> tests)
-
-