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.
|
List<SuiteBalancer.Assignment> |
assign(Collection<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 List<SuiteBalancer.Assignment> assign(Collection<String> suiteNames, int slaves, long seed)
assign in interface SuiteBalancerpublic void setOwner(JUnit4 owner)
SuiteBalancersetOwner in interface SuiteBalancerCopyright © 2011-2013 Carrot Search s.c.. All Rights Reserved.