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 void
consumeProblemMutedInBuildType(Integer problemId, String buildTypeId, MuteInfo muteInfo)
void
consumeProblemMutedInProject(Integer problemId, String projectId, MuteInfo muteInfo)
void
consumeTestMutedInBuildType(Long testNameId, String buildTypeId, MuteInfo muteInfo)
void
consumeTestMutedInProject(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:
consumeProblemMutedInProject
in interfaceMutingInfoConsumer
-
consumeProblemMutedInBuildType
public void consumeProblemMutedInBuildType(@NotNull Integer problemId, @NotNull String buildTypeId, @NotNull MuteInfo muteInfo)
- Specified by:
consumeProblemMutedInBuildType
in interfaceMutingInfoConsumer
-
consumeTestMutedInProject
public void consumeTestMutedInProject(@NotNull Long testNameId, @NotNull String projectId, @NotNull MuteInfo muteInfo)
- Specified by:
consumeTestMutedInProject
in interfaceMutingInfoConsumer
-
consumeTestMutedInBuildType
public void consumeTestMutedInBuildType(@NotNull Long testNameId, @NotNull String buildTypeId, @NotNull MuteInfo muteInfo)
- Specified by:
consumeTestMutedInBuildType
in interfaceMutingInfoConsumer
-
-