Interface BaseLowLevelMutingService.MutesConsumer<T>
-
- All Known Implementing Classes:
BaseLowLevelMutingService.AbstractMutesConsumer
- Enclosing class:
- BaseLowLevelMutingService<T>
public static interface BaseLowLevelMutingService.MutesConsumer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
consumeMutedInBuild(Integer muteId, Long buildId, T problemId)
void
consumeMutedInBuildType(Integer muteId, String buildTypeId, T problemId)
void
consumeMutedInProject(Integer muteId, String projectId, T problemId)
-