Class TestEntity
java.lang.Object
org.jenkinsci.plugins.parallel_test_executor.TestEntity
- All Implemented Interfaces:
 Comparable<TestEntity>
Represents a result of the test parallelization granularity of interest.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
duration
protected long duration - 
knapsack
protected org.jenkinsci.plugins.parallel_test_executor.ParallelTestExecutor.Knapsack knapsackKnapsack that this test class belongs to. 
 - 
 - 
Constructor Details
- 
TestEntity
protected TestEntity() 
 - 
 - 
Method Details
- 
getDuration
public long getDuration() - 
compareTo
- Specified by:
 compareToin interfaceComparable<TestEntity>
 - 
getKey
 - 
getElements
 
 -