Uses of Interface
jetbrains.buildServer.serverSide.mute.MuteInfo
-
-
Uses of MuteInfo in jetbrains.buildServer.controllers.investigate
Methods in jetbrains.buildServer.controllers.investigate that return MuteInfo Modifier and Type Method Description MuteInfoBulkMuteBean. getMuteInfo()MuteInfoDummyTestRunImpl. getMuteInfo()Methods in jetbrains.buildServer.controllers.investigate with parameters of type MuteInfo Modifier and Type Method Description voidDummyTestRunImpl. setMuteInfo(MuteInfo muteInfo)Constructors in jetbrains.buildServer.controllers.investigate with parameters of type MuteInfo Constructor Description BulkMuteBean(SProject project, MuteInfo muteInfo, String comment, Set<SBuildType> checkedBuildTypes, SBuildType contextBuildType, boolean bulk) -
Uses of MuteInfo in jetbrains.buildServer.notification
Methods in jetbrains.buildServer.notification with parameters of type MuteInfo Modifier and Type Method Description voidNotificationEventAccumulator. buildProblemsMuted(MuteInfo muteInfo)voidNotificationEventAdapter. buildProblemsMuted(MuteInfo muteInfo)voidNotificationEventListener. buildProblemsMuted(MuteInfo muteInfo)Called when a set of build problems are muted (with same mute properties).voidNotificationProcessor. buildProblemsMuted(MuteInfo muteInfo)voidNotificationEventAccumulator. buildProblemsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<BuildProblemInfo> problems, SUser user)voidNotificationEventListener. buildProblemsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<BuildProblemInfo> problems, SUser user)Called when a set of build problems are unmuted (with same mute properties).voidNotificationProcessor. buildProblemsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<BuildProblemInfo> problems, SUser user)Map<String,Object>TemplateMessageBuilder. getBuildProblemsMutedMap(Collection<BuildProblemInfo> buildProblems, MuteInfo muteInfo, Set<SUser> users)Map<String,Object>TemplateMessageBuilder. getBuildProblemsUnmutedMap(Collection<BuildProblemInfo> buildProblems, MuteInfo muteInfo, SUser user, Set<SUser> users)Map<String,Object>TemplateMessageBuilder. getTestsMutedMap(Collection<STest> tests, MuteInfo muteInfo, Set<SUser> users)Map<String,Object>TemplateMessageBuilder. getTestsUnmutedMap(Collection<STest> tests, MuteInfo muteInfo, SUser user, Set<SUser> users)voidNotificator. notifyBuildProblemsMuted(Collection<BuildProblemInfo> buildProblems, MuteInfo muteInfo, Set<SUser> users)Called when a set of build problems are muted (with same mute properties).voidNotificatorAdapter. notifyBuildProblemsMuted(Collection<BuildProblemInfo> buildProblems, MuteInfo muteInfo, Set<SUser> users)voidNotificator. notifyBuildProblemsUnmuted(Collection<BuildProblemInfo> buildProblems, MuteInfo muteInfo, SUser user, Set<SUser> users)Called when a set of build problems are unmuted (with same mute properties).voidNotificatorAdapter. notifyBuildProblemsUnmuted(Collection<BuildProblemInfo> buildProblems, MuteInfo muteInfo, SUser user, Set<SUser> users)voidMockNotificator. notifyTestsMuted(Collection<STest> tests, MuteInfo muteInfo, Set<SUser> users)voidNotificator. notifyTestsMuted(Collection<STest> tests, MuteInfo muteInfo, Set<SUser> users)Called when a set of tests are unmuted (with same mute properties).voidNotificatorAdapter. notifyTestsMuted(Collection<STest> tests, MuteInfo muteInfo, Set<SUser> users)voidMockNotificator. notifyTestsUnmuted(Collection<STest> tests, MuteInfo muteInfo, SUser user, Set<SUser> users)voidNotificator. notifyTestsUnmuted(Collection<STest> tests, MuteInfo muteInfo, SUser user, Set<SUser> users)Called when a set of tests are unmuted (with same mute properties).voidNotificatorAdapter. notifyTestsUnmuted(Collection<STest> tests, MuteInfo muteInfo, SUser user, Set<SUser> users)voidNotificationEventAccumulator. testsMuted(MuteInfo muteInfo)voidNotificationEventAdapter. testsMuted(MuteInfo muteInfo)voidNotificationEventListener. testsMuted(MuteInfo muteInfo)Called when a set of tests are muted (with same mute properties).voidNotificationProcessor. testsMuted(MuteInfo muteInfo)voidNotificationEventAccumulator. testsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<STest> tests, SUser user)voidNotificationEventListener. testsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<STest> tests, SUser user)Called when a set of tests are unmuted (with same mute properties).voidNotificationProcessor. testsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<STest> tests, SUser user)Method parameters in jetbrains.buildServer.notification with type arguments of type MuteInfo Modifier and Type Method Description voidNotificationEventAdapter. buildProblemsUnmuted(SUser user, Map<MuteInfo,Collection<BuildProblemInfo>> unmutedGroups)voidNotificationEventAdapter. testsUnmuted(SUser user, Map<MuteInfo,Collection<STest>> unmutedGroups) -
Uses of MuteInfo in jetbrains.buildServer.notification.accumulators
Methods in jetbrains.buildServer.notification.accumulators that return MuteInfo Modifier and Type Method Description MuteInfoUnmuteTestEventAccumulator.UnmuteTestEventKey. getMuteInfo()Methods in jetbrains.buildServer.notification.accumulators with parameters of type MuteInfo Modifier and Type Method Description UnmuteTestEventAccumulator.UnmuteTestEventKeyUnmuteTestEventAccumulator. createKey(MuteInfo muteInfo, SUser user)Constructors in jetbrains.buildServer.notification.accumulators with parameters of type MuteInfo Constructor Description UnmuteTestEventKey(MuteInfo muteInfo, SUser user) -
Uses of MuteInfo in jetbrains.buildServer.notification.impl
Methods in jetbrains.buildServer.notification.impl with parameters of type MuteInfo Modifier and Type Method Description voidUserRulesAwareNotificationListener. buildProblemsMuted(MuteInfo muteInfo)voidUserRulesAwareNotificationListener. buildProblemsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<BuildProblemInfo> problems, SUser user)voidUserRulesAwareNotificationListener. testsMuted(MuteInfo muteInfo)voidUserRulesAwareNotificationListener. testsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<STest> tests, SUser user) -
Uses of MuteInfo in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return MuteInfo Modifier and Type Method Description MuteInfoLightweightTestRunImpl. getMuteInfo()MuteInfoMultiTestRun. getMuteInfo()MuteInfoSTestRun. getMuteInfo()Returns the brief mute information for this test run.MuteInfoTestRunImpl. getMuteInfo()Methods in jetbrains.buildServer.serverSide with parameters of type MuteInfo Modifier and Type Method Description voidBuildServerAdapter. buildProblemsMuted(MuteInfo muteInfo)voidBuildServerListener. buildProblemsMuted(MuteInfo muteInfo)Called when a set of build problems are muted (with same mute properties).static TestRunImplTestRunImpl. createFailedTest(int orderId, int testRunId, int duration, SBuild build, STest test, Status status, String shortText, TestFullTextBuilder fullTextBuilder, MuteInfo muteInfo, TestRunContext testRunContext)voidLightweightTestRunImpl. setMuteInfo(MuteInfo muteInfo)voidMultiTestRun. setMuteInfo(MuteInfo muteInfo)voidTestRunEx. setMuteInfo(MuteInfo muteInfo)Sets the mute information for this test run.voidTestRunImpl. setMuteInfo(MuteInfo muteInfo)voidBuildServerAdapter. testsMuted(MuteInfo muteInfo)voidBuildServerListener. testsMuted(MuteInfo muteInfo)Called when a set of tests are muted (with same mute properties).Method parameters in jetbrains.buildServer.serverSide with type arguments of type MuteInfo Modifier and Type Method Description voidBuildServerAdapter. buildProblemsUnmuted(SUser user, Map<MuteInfo,Collection<BuildProblemInfo>> unmutedGroups)voidBuildServerListener. buildProblemsUnmuted(SUser user, Map<MuteInfo,Collection<BuildProblemInfo>> unmutedGroups)Called when a set of build problems are unmuted.voidBuildServerAdapter. testsUnmuted(SUser user, Map<MuteInfo,Collection<STest>> unmutedGroups)voidBuildServerListener. testsUnmuted(SUser user, Map<MuteInfo,Collection<STest>> unmutedGroups)Called when several of tests have been unmuted.Constructors in jetbrains.buildServer.serverSide with parameters of type MuteInfo Constructor Description TestRunImpl(int orderId, int testRunId, SBuild build, STest test, Status status, int duration, TestOutputInfo testOutputInfo, MuteInfo muteInfo, TestRunContext testRunContext) -
Uses of MuteInfo in jetbrains.buildServer.serverSide.asserts
Constructors in jetbrains.buildServer.serverSide.asserts with parameters of type MuteInfo Constructor Description MuteInfoAssert(MuteInfo actual) -
Uses of MuteInfo in jetbrains.buildServer.serverSide.impl.problems
Methods in jetbrains.buildServer.serverSide.impl.problems that return MuteInfo Modifier and Type Method Description MuteInfoBuildProblemImpl. getMuteInBuildInfo()Methods in jetbrains.buildServer.serverSide.impl.problems with parameters of type MuteInfo Modifier and Type Method Description BuildProblemBuildProblemManagerImpl. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data, boolean muted, MuteInfo muteInfo)BuildProblemBuildProblemManagerImpl. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data, MuteInfo muteInfo)Constructors in jetbrains.buildServer.serverSide.impl.problems with parameters of type MuteInfo Constructor Description BuildProblemImpl(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData buildProblemData, boolean muted, MuteInfo muteInfo, ProblemMutingService mutingService, BuildProblemResponsibilityFacade responsibilityFacade) -
Uses of MuteInfo in jetbrains.buildServer.serverSide.impl.tracker
Methods in jetbrains.buildServer.serverSide.impl.tracker with parameters of type MuteInfo Modifier and Type Method Description voidEventTrackerImpl. buildProblemsMuted(MuteInfo muteInfo)voidEventTrackerImpl. testsMuted(MuteInfo muteInfo)Method parameters in jetbrains.buildServer.serverSide.impl.tracker with type arguments of type MuteInfo Modifier and Type Method Description voidEventTrackerImpl. buildProblemsUnmuted(SUser user, Map<MuteInfo,Collection<BuildProblemInfo>> unmutedGroups)voidEventTrackerImpl. testsUnmuted(SUser user, Map<MuteInfo,Collection<STest>> unmutedGroups) -
Uses of MuteInfo in jetbrains.buildServer.serverSide.mute
Methods in jetbrains.buildServer.serverSide.mute that return MuteInfo Modifier and Type Method Description MuteInfoLowLevelProblemMutingService. copyMuteInfo(MuteInfo muteInfo, SProject newProject)Creates a copy of mute info in another project.MuteInfoLowLevelProblemMutingServiceImpl. copyMuteInfo(MuteInfo muteInfo, SProject newProject)MuteInfoMuteInfoProvider. getMuteInfo(BuildPromotion buildPromotion, MuteInfoProvider.ProblemType problemType, long problemId)If the problem should be muted, return corresponding MuteInfo object.MuteInfoCurrentMuteInfo. getProjectMuteInfo()Deprecated.useCurrentMuteInfo.getProjectsMuteInfo()instead.MuteInfoOneProblemCurrentMuteInfo. getProjectMuteInfo()MuteInfoBuildProblemMuter. handleBuildProblem(int problemId)Handle build problemMuteInfoLowLevelProblemMutingService. muteProblemsInBT(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, String projectId, Set<String> buildTypes, Set<Integer> problems)Mutes the specified build problems in the build configuration scope.MuteInfoLowLevelProblemMutingServiceImpl. muteProblemsInBT(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, String projectId, Set<String> buildTypes, Set<Integer> problems)MuteInfoLowLevelProblemMutingService. muteProblemsInBuild(long userId, String comment, String projectId, long buildId, Set<Integer> problems)Mutes the build problems in a specified build only.MuteInfoLowLevelProblemMutingServiceImpl. muteProblemsInBuild(long userId, String comment, String projectId, long buildId, Set<Integer> problems)MuteInfoProblemMutingService. muteProblemsInBuildTypes(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, Collection<SBuildType> buildTypes, Collection<? extends BuildProblemInfo> problems)Mutes specified build problems in the specified build configuration scope.MuteInfoProblemMutingServiceImpl. muteProblemsInBuildTypes(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, Collection<SBuildType> buildTypes, Collection<? extends BuildProblemInfo> problems)MuteInfoSecuredProblemMutingService. muteProblemsInBuildTypes(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, Collection<SBuildType> buildTypes, Collection<? extends BuildProblemInfo> problems)MuteInfoLowLevelProblemMutingService. muteProblemsInProject(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Set<Integer> problems)Mutes specified build problems in the project scope.MuteInfoLowLevelProblemMutingService. muteProblemsInProject(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference handleExistingMutesPreference, Set<Integer> problems)Mutes specified build problems in the project scope.MuteInfoLowLevelProblemMutingServiceImpl. muteProblemsInProject(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Set<Integer> problems)MuteInfoLowLevelProblemMutingServiceImpl. muteProblemsInProject(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference handleExistingMutesPreference, Set<Integer> problems)MuteInfoProblemMutingService. muteProblemsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Collection<? extends BuildProblemInfo> problems)Mutes specified build problems in the specified project scope.MuteInfoProblemMutingService. muteProblemsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<? extends BuildProblemInfo> problems)Mutes specified build problems in the specified project scope.MuteInfoProblemMutingServiceImpl. muteProblemsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Collection<? extends BuildProblemInfo> problems)MuteInfoProblemMutingServiceImpl. muteProblemsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<? extends BuildProblemInfo> problems)MuteInfoSecuredProblemMutingService. muteProblemsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Collection<? extends BuildProblemInfo> problems)MuteInfoSecuredProblemMutingService. muteProblemsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<? extends BuildProblemInfo> problems)MuteInfoLowLevelProblemMutingService. muteTestsInBT(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, String projectId, Set<String> buildTypes, Set<Long> tests, boolean removePreviousMutes)Mutes the specified tests in the build configuration scope.MuteInfoLowLevelProblemMutingServiceImpl. muteTestsInBT(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, String projectId, Set<String> buildTypes, Set<Long> tests, boolean removePreviousMutes)MuteInfoLowLevelProblemMutingService. muteTestsInBuild(long userId, String comment, String projectId, long buildId, Set<Long> tests)Mutes the tests in a specified build only.MuteInfoLowLevelProblemMutingServiceImpl. muteTestsInBuild(long userId, String comment, String projectId, long buildId, Set<Long> tests)MuteInfoProblemMutingService. muteTestsInBuildTypes(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, Collection<SBuildType> buildTypes, Collection<STest> tests)Mutes the specified tests in the build configuration scope.MuteInfoProblemMutingServiceImpl. muteTestsInBuildTypes(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, Collection<SBuildType> buildTypes, Collection<STest> tests)MuteInfoSecuredProblemMutingService. muteTestsInBuildTypes(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, Collection<SBuildType> buildTypes, Collection<STest> tests)MuteInfoLowLevelProblemMutingService. muteTestsInProject(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Set<Long> tests)Mutes specified tests in the project scope.MuteInfoLowLevelProblemMutingService. muteTestsInProject(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference handleExistingMutesPreference, Set<Long> tests)Mutes specified tests in the project scope.MuteInfoLowLevelProblemMutingServiceImpl. muteTestsInProject(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Set<Long> tests)MuteInfoLowLevelProblemMutingServiceImpl. muteTestsInProject(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference handleExistingMutesPreference, Set<Long> tests)MuteInfoProblemMutingService. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Collection<STest> tests)Mutes specified tests in the project scope.MuteInfoProblemMutingService. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<STest> tests)Mutes specified tests in the project scope.MuteInfoProblemMutingServiceImpl. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Collection<STest> tests)MuteInfoProblemMutingServiceImpl. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<STest> tests)MuteInfoSecuredProblemMutingService. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Collection<STest> tests)MuteInfoSecuredProblemMutingService. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<STest> tests)Methods in jetbrains.buildServer.serverSide.mute that return types with arguments of type MuteInfo Modifier and Type Method Description Map<SBuildType,MuteInfo>CurrentMuteInfo. getBuildTypeMuteInfo()Returns the mute info for a build type scope.Map<SBuildType,MuteInfo>OneProblemCurrentMuteInfo. getBuildTypeMuteInfo()Map<MuteInfo,List<SBuildType>>CurrentMuteInfo. getMuteInfoGroups()Returns the mute info for a build type scope grouped by mute info.Map<MuteInfo,List<SBuildType>>OneProblemCurrentMuteInfo. getMuteInfoGroups()Map<Integer,MuteInfo>ProblemMutingService. getMuteInfoProblemForBuild(SBuild build)Map<Integer,MuteInfo>ProblemMutingServiceImpl. getMuteInfoProblemForBuild(SBuild build)Map<Integer,MuteInfo>SecuredProblemMutingService. getMuteInfoProblemForBuild(SBuild build)Map<Long,MuteInfo>ProblemMutingService. getMuteInfoTestForBuild(SBuild build)Retrieves mute info for all test runs in the specified build.Map<Long,MuteInfo>ProblemMutingServiceImpl. getMuteInfoTestForBuild(SBuild build)Map<Long,MuteInfo>SecuredProblemMutingService. getMuteInfoTestForBuild(SBuild build)Map<Long,Map<Long,MuteInfo>>ProblemMutingService. getMuteInfoTestForBuilds(Collection<Long> buildIds)Retrieves mute info for all test runs for the builds with specified ids.Map<Long,Map<Long,MuteInfo>>ProblemMutingServiceImpl. getMuteInfoTestForBuilds(Collection<Long> buildIds)Map<Long,Map<Long,MuteInfo>>SecuredProblemMutingService. getMuteInfoTestForBuilds(Collection<Long> buildIds)Map<Long,MuteInfo>ProblemMutingService. getMutesOfOneTestInBuilds(STest test, Collection<Long> relatedBuildIds)Retrives mute info for all test runs of the specified test in given builds.Map<Long,MuteInfo>ProblemMutingServiceImpl. getMutesOfOneTestInBuilds(STest test, Collection<Long> relatedBuildIds)Map<Long,MuteInfo>SecuredProblemMutingService. getMutesOfOneTestInBuilds(STest test, Collection<Long> relatedBuildIds)Map<SProject,MuteInfo>CurrentMuteInfo. getProjectsMuteInfo()Returns the mute info for a project scope.Map<SProject,MuteInfo>OneProblemCurrentMuteInfo. getProjectsMuteInfo()Map<Integer,MuteInfo>LowLevelProblemMutingService. retrieveProblemMutesForBuild(long buildId)Map<Integer,MuteInfo>LowLevelProblemMutingService. retrieveProblemMutesForBuild(DBFunctions dbf, long buildId)Map<Integer,MuteInfo>LowLevelProblemMutingServiceImpl. retrieveProblemMutesForBuild(long buildId)Map<Integer,MuteInfo>LowLevelProblemMutingServiceImpl. retrieveProblemMutesForBuild(DBFunctions dbf, long buildId)Map<Long,MuteInfo>LowLevelProblemMutingService. retrieveTestMutesForBuild(long buildId)Retrieves the information about tests muting in the specified build.Map<Long,MuteInfo>LowLevelProblemMutingServiceImpl. retrieveTestMutesForBuild(long buildId)Map<Long,Map<Long,MuteInfo>>LowLevelProblemMutingService. retrieveTestMutesForBuilds(Collection<Long> buildIds)Retrieves the information about muted tests in the specified builds.Map<Long,Map<Long,MuteInfo>>LowLevelProblemMutingServiceImpl. retrieveTestMutesForBuilds(Collection<Long> buildIds)Methods in jetbrains.buildServer.serverSide.mute with parameters of type MuteInfo Modifier and Type Method Description voidOneProblemCurrentMuteInfo. addBuildTypeMuteInfo(String buildTypeId, MuteInfo muteInfo)voidOneProblemCurrentMuteInfo. addProjectMuteInfo(MuteInfo projectMuteInfo)voidMutingInBuildInfoConsumer. consumeProblemMutedInBuild(String problemId, Long buildId, MuteInfo muteInfo)voidBuildProblemCurrentMuteInfoConsumer. consumeProblemMutedInBuildType(Integer problemId, String buildTypeId, MuteInfo muteInfo)voidMutingInfoConsumer. consumeProblemMutedInBuildType(Integer problemId, String buildTypeId, MuteInfo muteInfo)voidBuildProblemCurrentMuteInfoConsumer. consumeProblemMutedInProject(Integer problemId, String projectId, MuteInfo muteInfo)voidMutingInfoConsumer. consumeProblemMutedInProject(Integer problemId, String projectId, MuteInfo muteInfo)voidMutingInBuildInfoConsumer. consumeTestMutedInBuild(Long testNameId, Long buildId, MuteInfo muteInfo)voidMutingInfoConsumer. consumeTestMutedInBuildType(Long testNameId, String buildTypeId, MuteInfo muteInfo)voidMutingInfoConsumer. consumeTestMutedInProject(Long testNameId, String projectId, MuteInfo muteInfo)MuteInfoLowLevelProblemMutingService. copyMuteInfo(MuteInfo muteInfo, SProject newProject)Creates a copy of mute info in another project.MuteInfoLowLevelProblemMutingServiceImpl. copyMuteInfo(MuteInfo muteInfo, SProject newProject)voidProblemMutingService. copyMuteInfo(MuteInfo muteInfo, SProject newProject)Creates a copy of mute info in another project.voidProblemMutingServiceImpl. copyMuteInfo(MuteInfo muteInfo, SProject newProject)voidSecuredProblemMutingService. copyMuteInfo(MuteInfo muteInfo, SProject newProject) -
Uses of MuteInfo in jetbrains.buildServer.serverSide.problems
Methods in jetbrains.buildServer.serverSide.problems that return MuteInfo Modifier and Type Method Description MuteInfoBuildProblem. getMuteInBuildInfo()Returns the brief mute information for this build problemMethods in jetbrains.buildServer.serverSide.problems with parameters of type MuteInfo Modifier and Type Method Description BuildProblemBuildProblemManager. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data, boolean muted, MuteInfo muteInfo)BuildProblemBuildProblemManager. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data, MuteInfo muteInfo)
-