Uses of Interface
jetbrains.buildServer.serverSide.mute.MutingInfoConsumer
-
Packages that use MutingInfoConsumer Package Description jetbrains.buildServer.serverSide.mute -
-
Uses of MutingInfoConsumer in jetbrains.buildServer.serverSide.mute
Classes in jetbrains.buildServer.serverSide.mute that implement MutingInfoConsumer Modifier and Type Class Description classBuildProblemCurrentMuteInfoConsumerUser: Victory.Bedrosova Date: 2/13/13 Time: 11:30 AMMethods in jetbrains.buildServer.serverSide.mute with parameters of type MutingInfoConsumer Modifier and Type Method Description voidLowLevelProblemMutingService. retrieveMutesWithTimeOut(MutingInfoConsumer consumer)Retrieves current mutes that already not actual because of the auto-unmuting time.voidLowLevelProblemMutingServiceImpl. retrieveMutesWithTimeOut(MutingInfoConsumer consumer)voidLowLevelProblemMutingService. retrieveProblemsCurrentMuteInfos(Set<String> projectIds, Set<String> buildTypeIds, MutingInfoConsumer consumer)Retrieves information about currently muted build problems for the specified projects and build configurations.voidLowLevelProblemMutingServiceImpl. retrieveProblemsCurrentMuteInfos(Set<String> projectIds, Set<String> buildTypeIds, MutingInfoConsumer consumer)voidLowLevelProblemMutingService. retrieveTestsCurrentMuteInfos(Set<String> projectIds, Set<String> buildTypeIds, MutingInfoConsumer consumer)Retrieves information about currently muted tests for the specified projects and build configurations.voidLowLevelProblemMutingServiceImpl. retrieveTestsCurrentMuteInfos(Set<String> projectIds, Set<String> buildTypeIds, MutingInfoConsumer consumer)
-