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 SuiteBalancer
public void setOwner(JUnit4 owner)
SuiteBalancer
setOwner
in interface SuiteBalancer
Copyright © 2011–2015 Carrot Search s.c.. All rights reserved.