public class ExecutionTimeBalancer extends org.apache.tools.ant.ProjectComponent implements SuiteBalancer
ExecutionTimesReport.SuiteBalancer.Assignment| Constructor and Description |
|---|
ExecutionTimeBalancer() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.apache.tools.ant.types.ResourceCollection rc)
Adds a resource collection with execution hints.
|
java.util.List<SuiteBalancer.Assignment> |
assign(java.util.Collection<java.lang.String> suiteNames,
int slaves,
long seed)
Assign based on execution time history.
|
void |
setOwner(JUnit4 owner)
Sets the owner task (for logging mostly).
|
void |
setVerbose(boolean verbose)
Be verbose about estimated times etc.
|
public void setVerbose(boolean verbose)
public void add(org.apache.tools.ant.types.ResourceCollection rc)
public java.util.List<SuiteBalancer.Assignment> assign(java.util.Collection<java.lang.String> suiteNames, int slaves, long seed)
assign in interface SuiteBalancerpublic void setOwner(JUnit4 owner)
SuiteBalancersetOwner in interface SuiteBalancerCopyright © 2011–2017 Carrot Search s.c.. All rights reserved.