Interface MutingInBuildInfoConsumer


  • public interface MutingInBuildInfoConsumer
    User: Victory.Bedrosova Date: 12/18/12 Time: 2:26 PM
    • Method Detail

      • consumeProblemMutedInBuild

        void consumeProblemMutedInBuild​(@NotNull
                                        String problemId,
                                        @NotNull
                                        Long buildId,
                                        @NotNull
                                        MuteInfo muteInfo)
      • consumeTestMutedInBuild

        void consumeTestMutedInBuild​(@NotNull
                                     Long testNameId,
                                     @NotNull
                                     Long buildId,
                                     @NotNull
                                     MuteInfo muteInfo)