Interface MutingInfoConsumer

  • All Known Implementing Classes:
    BuildProblemCurrentMuteInfoConsumer

    public interface MutingInfoConsumer
    An interface for low lever test MutingInfo consumers.
    Author:
    Leonid.Bushuev
    • Method Detail

      • consumeTestMutedInProject

        void consumeTestMutedInProject​(@NotNull
                                       Long testNameId,
                                       @NotNull
                                       String projectId,
                                       @NotNull
                                       MuteInfo muteInfo)
      • consumeTestMutedInBuildType

        void consumeTestMutedInBuildType​(@NotNull
                                         Long testNameId,
                                         @NotNull
                                         String buildTypeId,
                                         @NotNull
                                         MuteInfo muteInfo)
      • consumeProblemMutedInProject

        void consumeProblemMutedInProject​(@NotNull
                                          Integer problemId,
                                          @NotNull
                                          String projectId,
                                          @NotNull
                                          MuteInfo muteInfo)
      • consumeProblemMutedInBuildType

        void consumeProblemMutedInBuildType​(@NotNull
                                            Integer problemId,
                                            @NotNull
                                            String buildTypeId,
                                            @NotNull
                                            MuteInfo muteInfo)