Class TestEntity
- java.lang.Object
-
- org.jenkinsci.plugins.parallel_test_executor.TestEntity
-
- All Implemented Interfaces:
Comparable<TestEntity>
public abstract class TestEntity extends Object implements Comparable<TestEntity>
Represents a result of the test parallelization granularity of interest.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TestEntity()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description int
compareTo(TestEntity that)
long
getDuration()
abstract List<String>
getElements()
abstract String
getKey()
-
-
-
Method Detail
-
getDuration
public long getDuration()
-
compareTo
public int compareTo(TestEntity that)
- Specified by:
compareTo
in interfaceComparable<TestEntity>
-
getKey
public abstract String getKey()
-
-