Class FailedTestInfo


  • public class FailedTestInfo
    extends Object
    Author:
    kir
    • Constructor Detail

      • FailedTestInfo

        public FailedTestInfo​(long testNameId,
                              int testId,
                              @Nullable
                              Long firstFailedIn)
    • Method Detail

      • getFirstFailedIn

        @Nullable
        public Long getFirstFailedIn()
        Return ID of the build where this test failed first time for the recent sequence of builds. Null if the value was not calculated. -1 if not first test failure but the exact value is unknown.
        Returns:
        see above
      • getTestNameId

        public long getTestNameId()
      • getTestId

        public int getTestId()
        Returns:
        testId of the first test failure of given test in the build
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object