Uses of Interface
jetbrains.buildServer.serverSide.mute.BaseLowLevelMutingService.MutesConsumer
-
Packages that use BaseLowLevelMutingService.MutesConsumer Package Description jetbrains.buildServer.serverSide.mute -
-
Uses of BaseLowLevelMutingService.MutesConsumer in jetbrains.buildServer.serverSide.mute
Classes in jetbrains.buildServer.serverSide.mute that implement BaseLowLevelMutingService.MutesConsumer Modifier and Type Class Description static classBaseLowLevelMutingService.AbstractMutesConsumer<T>Methods in jetbrains.buildServer.serverSide.mute with parameters of type BaseLowLevelMutingService.MutesConsumer Modifier and Type Method Description voidBaseLowLevelMutingService. retrieveCurrentMutes(Set<String> projectIds, Set<String> buildTypeIds, BaseLowLevelMutingService.MutesConsumer<T> consumer)Retrieves all current mutes for the specified project and build types (normally build types are from the specified project)protected abstract voidBaseLowLevelMutingService. retrieveCurrentMutes(DBFunctions dbf, Set<String> projectIds, Set<String> buildTypeIds, BaseLowLevelMutingService.MutesConsumer<T> consumer)protected abstract voidBaseLowLevelMutingService. retrieveCurrentMutes(DBFunctions dbf, T problemId, BaseLowLevelMutingService.MutesConsumer<T> consumer)voidBaseLowLevelMutingService. retrieveCurrentMutes(T problemId, String projectId, Set<String> buildTypeIds, BaseLowLevelMutingService.MutesConsumer<T> consumer)Retrieves all current mutes for the specified project and build types with specified problem idprotected voidLowLevelBuildProblemMutingService. retrieveCurrentMutes(DBFunctions dbf, Integer problemId, BaseLowLevelMutingService.MutesConsumer<Integer> consumer)protected voidLowLevelBuildProblemMutingService. retrieveCurrentMutes(DBFunctions dbf, Set<String> projectIds, Set<String> buildTypeIds, BaseLowLevelMutingService.MutesConsumer<Integer> consumer)protected voidLowLevelTestMutingService. retrieveCurrentMutes(DBFunctions dbf, Long problemId, BaseLowLevelMutingService.MutesConsumer<Long> consumer)protected voidLowLevelTestMutingService. retrieveCurrentMutes(DBFunctions dbf, Set<String> projectIds, Set<String> buildTypeIds, BaseLowLevelMutingService.MutesConsumer<Long> consumer)voidBaseLowLevelMutingService. retrieveMutes(Long buildId, BaseLowLevelMutingService.MutesConsumer<T> consumer)Retrieves all mutes in specified buildabstract voidBaseLowLevelMutingService. retrieveMutes(DBFunctions dbf, Long buildId, BaseLowLevelMutingService.MutesConsumer<T> consumer)voidLowLevelBuildProblemMutingService. retrieveMutes(DBFunctions dbf, Long buildId, BaseLowLevelMutingService.MutesConsumer<Integer> consumer)voidLowLevelTestMutingService. retrieveMutes(DBFunctions dbf, Long buildId, BaseLowLevelMutingService.MutesConsumer<Long> consumer)voidBaseLowLevelMutingService. retrieveMutesFromBuilds(Collection<Long> buildIds, BaseLowLevelMutingService.MutesConsumer<T> consumer)Retrieves all mutes in specified buildsprotected abstract voidBaseLowLevelMutingService. retrieveMutesFromBuilds(DBFunctions dbf, Collection<Long> buildIds, BaseLowLevelMutingService.MutesConsumer<T> consumer)protected abstract voidBaseLowLevelMutingService. retrieveMutesFromBuilds(DBFunctions dbf, T problemId, Collection<Long> buildIds, BaseLowLevelMutingService.MutesConsumer<T> consumer)voidBaseLowLevelMutingService. retrieveMutesFromBuilds(T problemId, Collection<Long> buildIds, BaseLowLevelMutingService.MutesConsumer<T> consumer)Retrieves all mutes in specified builds with specified problem idprotected voidLowLevelBuildProblemMutingService. retrieveMutesFromBuilds(DBFunctions dbf, Integer problemId, Collection<Long> buildIds, BaseLowLevelMutingService.MutesConsumer<Integer> consumer)protected voidLowLevelBuildProblemMutingService. retrieveMutesFromBuilds(DBFunctions dbf, Collection<Long> buildIds, BaseLowLevelMutingService.MutesConsumer<Integer> consumer)protected voidLowLevelTestMutingService. retrieveMutesFromBuilds(DBFunctions dbf, Long problemId, Collection<Long> buildIds, BaseLowLevelMutingService.MutesConsumer<Long> consumer)voidLowLevelTestMutingService. retrieveMutesFromBuilds(DBFunctions dbf, Collection<Long> buildIds, BaseLowLevelMutingService.MutesConsumer<Long> consumer)protected abstract voidBaseLowLevelMutingService. retrieveMutesWithTimeOut(DBFunctions dbf, BaseLowLevelMutingService.MutesConsumer<T> consumer)voidBaseLowLevelMutingService. retrieveMutesWithTimeOut(BaseLowLevelMutingService.MutesConsumer<T> consumer)Retrieves all mutes that should be automatically unmuted by nowprotected voidLowLevelBuildProblemMutingService. retrieveMutesWithTimeOut(DBFunctions dbf, BaseLowLevelMutingService.MutesConsumer<Integer> consumer)protected voidLowLevelTestMutingService. retrieveMutesWithTimeOut(DBFunctions dbf, BaseLowLevelMutingService.MutesConsumer<Long> consumer)
-