Class IgnoredTestTuple


  • public class IgnoredTestTuple
    extends Object
    • Constructor Detail

      • IgnoredTestTuple

        public IgnoredTestTuple​(long buildId,
                                long testNameId,
                                int testId,
                                @Nullable
                                String ignoreReason)
    • Method Detail

      • getBuildId

        public long getBuildId()
      • getTestNameId

        public long getTestNameId()
      • getTestId

        public int getTestId()
      • getIgnoreReason

        @NotNull
        public String getIgnoreReason()