Class TestClass
- java.lang.Object
-
- org.jenkinsci.plugins.parallel_test_executor.TestEntity
-
- org.jenkinsci.plugins.parallel_test_executor.TestClass
-
- All Implemented Interfaces:
Comparable<TestEntity>
public class TestClass extends TestEntity
Execution time of a specific test class.
-
-
Field Summary
-
Fields inherited from class org.jenkinsci.plugins.parallel_test_executor.TestEntity
duration, knapsack
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getElements()
String
getKey()
String
toString()
-
Methods inherited from class org.jenkinsci.plugins.parallel_test_executor.TestEntity
compareTo, getDuration
-
-
-
-
Constructor Detail
-
TestClass
public TestClass(hudson.tasks.junit.ClassResult cr)
-
TestClass
public TestClass(String className)
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKey
in classTestEntity
-
getElements
public List<String> getElements()
- Specified by:
getElements
in classTestEntity
-
-