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 class
BuildProblemCurrentMuteInfoConsumer
User: 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 void
LowLevelProblemMutingService. retrieveMutesWithTimeOut(MutingInfoConsumer consumer)
Retrieves current mutes that already not actual because of the auto-unmuting time.void
LowLevelProblemMutingServiceImpl. retrieveMutesWithTimeOut(MutingInfoConsumer consumer)
void
LowLevelProblemMutingService. retrieveProblemsCurrentMuteInfos(Set<String> projectIds, Set<String> buildTypeIds, MutingInfoConsumer consumer)
Retrieves information about currently muted build problems for the specified projects and build configurations.void
LowLevelProblemMutingServiceImpl. retrieveProblemsCurrentMuteInfos(Set<String> projectIds, Set<String> buildTypeIds, MutingInfoConsumer consumer)
void
LowLevelProblemMutingService. retrieveTestsCurrentMuteInfos(Set<String> projectIds, Set<String> buildTypeIds, MutingInfoConsumer consumer)
Retrieves information about currently muted tests for the specified projects and build configurations.void
LowLevelProblemMutingServiceImpl. retrieveTestsCurrentMuteInfos(Set<String> projectIds, Set<String> buildTypeIds, MutingInfoConsumer consumer)
-