Class TestClassIdentifier
- java.lang.Object
-
- com.atlassian.bamboo.resultsummary.tests.TestClassIdentifier
-
public class TestClassIdentifier extends Object
Wrapper serving as map key for test class. Unlike the Hibernate entity, this one ignores id when comparing.
-
-
Constructor Summary
Constructors Constructor Description TestClassIdentifier(TestClass testClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
long
getMasterJobId()
String
getName()
Plan
getPlan()
int
hashCode()
-
-
-
Constructor Detail
-
TestClassIdentifier
public TestClassIdentifier(TestClass testClass)
-
-