org.jenkinsci.plugins.parallel_test_executor
Class TimeDrivenParallelism

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<Parallelism>
      extended by org.jenkinsci.plugins.parallel_test_executor.Parallelism
          extended by org.jenkinsci.plugins.parallel_test_executor.TimeDrivenParallelism
All Implemented Interfaces:
hudson.model.Describable<Parallelism>

public class TimeDrivenParallelism
extends Parallelism

Author:
Kohsuke Kawaguchi

Nested Class Summary
static class TimeDrivenParallelism.DescriptorImpl
           
 
Field Summary
 int mins
           
 
Constructor Summary
TimeDrivenParallelism(int mins)
           
 
Method Summary
 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
 

Field Detail

mins

public int mins
Constructor Detail

TimeDrivenParallelism

@DataBoundConstructor
public TimeDrivenParallelism(int mins)
Method Detail

calculate

public int calculate(List<TestClass> tests)
Specified by:
calculate in class Parallelism


Copyright © 2004-2014. All Rights Reserved.