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 Details

    • TestClassIdentifier

      public TestClassIdentifier(TestClass testClass)
  • Method Details

    • getPlan

      public Plan getPlan()
    • getMasterJobId

      public long getMasterJobId()
    • getName

      public String getName()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object