org.jenkinsci.plugins.parallel_test_executor
Class Parallelism

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<Parallelism>
      extended by 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

Method Summary
abstract  int calculate(List<TestClass> tests)
           
 
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
 

Method Detail

calculate

public abstract int calculate(List<TestClass> tests)


Copyright © 2004-2013. All Rights Reserved.