Class BuildProblemCurrentMuteInfoConsumer
- java.lang.Object
-
- jetbrains.buildServer.serverSide.mute.BuildProblemCurrentMuteInfoConsumer
-
- All Implemented Interfaces:
MutingInfoConsumer
public class BuildProblemCurrentMuteInfoConsumer extends Object
User: Victory.Bedrosova Date: 2/13/13 Time: 11:30 AM
-
-
Constructor Summary
Constructors Constructor Description BuildProblemCurrentMuteInfoConsumer(ProjectManager projectManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconsumeProblemMutedInBuildType(Integer problemId, String buildTypeId, MuteInfo muteInfo)voidconsumeProblemMutedInProject(Integer problemId, String projectId, MuteInfo muteInfo)voidconsumeTestMutedInBuildType(Long testNameId, String buildTypeId, MuteInfo muteInfo)voidconsumeTestMutedInProject(Long testNameId, String projectId, MuteInfo muteInfo)
-
-
-
Constructor Detail
-
BuildProblemCurrentMuteInfoConsumer
public BuildProblemCurrentMuteInfoConsumer(@NotNull ProjectManager projectManager)
-
-
Method Detail
-
consumeProblemMutedInProject
public void consumeProblemMutedInProject(@NotNull Integer problemId, @NotNull String projectId, @NotNull MuteInfo muteInfo)- Specified by:
consumeProblemMutedInProjectin interfaceMutingInfoConsumer
-
consumeProblemMutedInBuildType
public void consumeProblemMutedInBuildType(@NotNull Integer problemId, @NotNull String buildTypeId, @NotNull MuteInfo muteInfo)- Specified by:
consumeProblemMutedInBuildTypein interfaceMutingInfoConsumer
-
consumeTestMutedInProject
public void consumeTestMutedInProject(@NotNull Long testNameId, @NotNull String projectId, @NotNull MuteInfo muteInfo)- Specified by:
consumeTestMutedInProjectin interfaceMutingInfoConsumer
-
consumeTestMutedInBuildType
public void consumeTestMutedInBuildType(@NotNull Long testNameId, @NotNull String buildTypeId, @NotNull MuteInfo muteInfo)- Specified by:
consumeTestMutedInBuildTypein interfaceMutingInfoConsumer
-
-