Interface BaseLowLevelMutingService.MutesConsumer<T>

    • Method Detail

      • consumeMutedInProject

        void consumeMutedInProject​(@NotNull
                                   Integer muteId,
                                   @NotNull
                                   String projectId,
                                   @NotNull
                                   T problemId)
      • consumeMutedInBuildType

        void consumeMutedInBuildType​(@NotNull
                                     Integer muteId,
                                     @NotNull
                                     String buildTypeId,
                                     @NotNull
                                     T problemId)
      • consumeMutedInBuild

        void consumeMutedInBuild​(@Nullable
                                 Integer muteId,
                                 @NotNull
                                 Long buildId,
                                 @NotNull
                                 T problemId)