com.carrotsearch.ant.tasks.junit4
Class SuiteBalancer.Assignment
java.lang.Object
com.carrotsearch.ant.tasks.junit4.SuiteBalancer.Assignment
- All Implemented Interfaces:
- Comparable<SuiteBalancer.Assignment>
- Enclosing interface:
- SuiteBalancer
public static final class SuiteBalancer.Assignment
- extends Object
- implements Comparable<SuiteBalancer.Assignment>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
suiteName
public final String suiteName
- Test suite name.
slaveId
public final int slaveId
- Slave assignment.
estimatedCost
public final int estimatedCost
- Estimated cost; informational only (depends on the balancer). May be zero
for balancers which don't use cost at all.
SuiteBalancer.Assignment
public SuiteBalancer.Assignment(String suiteName,
int slaveId,
int estimatedCost)
compareTo
public int compareTo(SuiteBalancer.Assignment other)
- Specified by:
compareTo in interface Comparable<SuiteBalancer.Assignment>
Copyright © 2011-2012 Carrot Search s.c.. All Rights Reserved.