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 class
BaseLowLevelMutingService.AbstractMutesConsumer<T>
Methods in jetbrains.buildServer.serverSide.mute with parameters of type BaseLowLevelMutingService.MutesConsumer Modifier and Type Method Description void
BaseLowLevelMutingService. 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 void
BaseLowLevelMutingService. retrieveCurrentMutes(DBFunctions dbf, Set<String> projectIds, Set<String> buildTypeIds, BaseLowLevelMutingService.MutesConsumer<T> consumer)
protected abstract void
BaseLowLevelMutingService. retrieveCurrentMutes(DBFunctions dbf, T problemId, BaseLowLevelMutingService.MutesConsumer<T> consumer)
void
BaseLowLevelMutingService. 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 void
LowLevelBuildProblemMutingService. retrieveCurrentMutes(DBFunctions dbf, Integer problemId, BaseLowLevelMutingService.MutesConsumer<Integer> consumer)
protected void
LowLevelBuildProblemMutingService. retrieveCurrentMutes(DBFunctions dbf, Set<String> projectIds, Set<String> buildTypeIds, BaseLowLevelMutingService.MutesConsumer<Integer> consumer)
protected void
LowLevelTestMutingService. retrieveCurrentMutes(DBFunctions dbf, Long problemId, BaseLowLevelMutingService.MutesConsumer<Long> consumer)
protected void
LowLevelTestMutingService. retrieveCurrentMutes(DBFunctions dbf, Set<String> projectIds, Set<String> buildTypeIds, BaseLowLevelMutingService.MutesConsumer<Long> consumer)
void
BaseLowLevelMutingService. retrieveMutes(Long buildId, BaseLowLevelMutingService.MutesConsumer<T> consumer)
Retrieves all mutes in specified buildabstract void
BaseLowLevelMutingService. retrieveMutes(DBFunctions dbf, Long buildId, BaseLowLevelMutingService.MutesConsumer<T> consumer)
void
LowLevelBuildProblemMutingService. retrieveMutes(DBFunctions dbf, Long buildId, BaseLowLevelMutingService.MutesConsumer<Integer> consumer)
void
LowLevelTestMutingService. retrieveMutes(DBFunctions dbf, Long buildId, BaseLowLevelMutingService.MutesConsumer<Long> consumer)
void
BaseLowLevelMutingService. retrieveMutesFromBuilds(Collection<Long> buildIds, BaseLowLevelMutingService.MutesConsumer<T> consumer)
Retrieves all mutes in specified buildsprotected abstract void
BaseLowLevelMutingService. retrieveMutesFromBuilds(DBFunctions dbf, Collection<Long> buildIds, BaseLowLevelMutingService.MutesConsumer<T> consumer)
protected abstract void
BaseLowLevelMutingService. retrieveMutesFromBuilds(DBFunctions dbf, T problemId, Collection<Long> buildIds, BaseLowLevelMutingService.MutesConsumer<T> consumer)
void
BaseLowLevelMutingService. retrieveMutesFromBuilds(T problemId, Collection<Long> buildIds, BaseLowLevelMutingService.MutesConsumer<T> consumer)
Retrieves all mutes in specified builds with specified problem idprotected void
LowLevelBuildProblemMutingService. retrieveMutesFromBuilds(DBFunctions dbf, Integer problemId, Collection<Long> buildIds, BaseLowLevelMutingService.MutesConsumer<Integer> consumer)
protected void
LowLevelBuildProblemMutingService. retrieveMutesFromBuilds(DBFunctions dbf, Collection<Long> buildIds, BaseLowLevelMutingService.MutesConsumer<Integer> consumer)
protected void
LowLevelTestMutingService. retrieveMutesFromBuilds(DBFunctions dbf, Long problemId, Collection<Long> buildIds, BaseLowLevelMutingService.MutesConsumer<Long> consumer)
void
LowLevelTestMutingService. retrieveMutesFromBuilds(DBFunctions dbf, Collection<Long> buildIds, BaseLowLevelMutingService.MutesConsumer<Long> consumer)
protected abstract void
BaseLowLevelMutingService. retrieveMutesWithTimeOut(DBFunctions dbf, BaseLowLevelMutingService.MutesConsumer<T> consumer)
void
BaseLowLevelMutingService. retrieveMutesWithTimeOut(BaseLowLevelMutingService.MutesConsumer<T> consumer)
Retrieves all mutes that should be automatically unmuted by nowprotected void
LowLevelBuildProblemMutingService. retrieveMutesWithTimeOut(DBFunctions dbf, BaseLowLevelMutingService.MutesConsumer<Integer> consumer)
protected void
LowLevelTestMutingService. retrieveMutesWithTimeOut(DBFunctions dbf, BaseLowLevelMutingService.MutesConsumer<Long> consumer)
-