Interface TestRunEx

    • Method Detail

      • getBuildOrNull

        @Nullable
        SBuild getBuildOrNull()
        Returns the build and does not throw an exception if it is null.
        Returns:
        the build
      • setBuild

        void setBuild​(@Nullable
                      SBuild build)
        Sets the associated with this test run build
        Parameters:
        build - associated build
      • setMuteInfo

        void setMuteInfo​(@Nullable
                         MuteInfo muteInfo)
        Sets the mute information for this test run.
        Parameters:
        muteInfo - the mute info
      • setNewFailure

        void setNewFailure​(@NotNull
                           Boolean newFailure)
      • isNewFailureComputed

        boolean isNewFailureComputed()