Class CountDrivenParallelism
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<Parallelism>
-
- org.jenkinsci.plugins.parallel_test_executor.Parallelism
-
- org.jenkinsci.plugins.parallel_test_executor.CountDrivenParallelism
-
- All Implemented Interfaces:
Describable<Parallelism>
public class CountDrivenParallelism extends Parallelism
- Author:
- Kohsuke Kawaguchi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CountDrivenParallelism.DescriptorImpl
-
Field Summary
Fields Modifier and Type Field Description int
size
-
Constructor Summary
Constructors Constructor Description CountDrivenParallelism(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
calculate(List<TestEntity> tests)
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Method Detail
-
calculate
public int calculate(List<TestEntity> tests)
- Specified by:
calculate
in classParallelism
-
-