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 MuteInfo
BulkMuteBean. getMuteInfo()
MuteInfo
DummyTestRunImpl. getMuteInfo()
Methods in jetbrains.buildServer.controllers.investigate with parameters of type MuteInfo Modifier and Type Method Description void
DummyTestRunImpl. 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 void
NotificationEventAccumulator. buildProblemsMuted(MuteInfo muteInfo)
void
NotificationEventAdapter. buildProblemsMuted(MuteInfo muteInfo)
void
NotificationEventListener. buildProblemsMuted(MuteInfo muteInfo)
Called when a set of build problems are muted (with same mute properties).void
NotificationProcessor. buildProblemsMuted(MuteInfo muteInfo)
void
NotificationEventAccumulator. buildProblemsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<BuildProblemInfo> problems, SUser user)
void
NotificationEventListener. buildProblemsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<BuildProblemInfo> problems, SUser user)
Called when a set of build problems are unmuted (with same mute properties).void
NotificationProcessor. 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)
void
Notificator. notifyBuildProblemsMuted(Collection<BuildProblemInfo> buildProblems, MuteInfo muteInfo, Set<SUser> users)
Called when a set of build problems are muted (with same mute properties).void
NotificatorAdapter. notifyBuildProblemsMuted(Collection<BuildProblemInfo> buildProblems, MuteInfo muteInfo, Set<SUser> users)
void
Notificator. notifyBuildProblemsUnmuted(Collection<BuildProblemInfo> buildProblems, MuteInfo muteInfo, SUser user, Set<SUser> users)
Called when a set of build problems are unmuted (with same mute properties).void
NotificatorAdapter. notifyBuildProblemsUnmuted(Collection<BuildProblemInfo> buildProblems, MuteInfo muteInfo, SUser user, Set<SUser> users)
void
MockNotificator. notifyTestsMuted(Collection<STest> tests, MuteInfo muteInfo, Set<SUser> users)
void
Notificator. notifyTestsMuted(Collection<STest> tests, MuteInfo muteInfo, Set<SUser> users)
Called when a set of tests are unmuted (with same mute properties).void
NotificatorAdapter. notifyTestsMuted(Collection<STest> tests, MuteInfo muteInfo, Set<SUser> users)
void
MockNotificator. notifyTestsUnmuted(Collection<STest> tests, MuteInfo muteInfo, SUser user, Set<SUser> users)
void
Notificator. notifyTestsUnmuted(Collection<STest> tests, MuteInfo muteInfo, SUser user, Set<SUser> users)
Called when a set of tests are unmuted (with same mute properties).void
NotificatorAdapter. notifyTestsUnmuted(Collection<STest> tests, MuteInfo muteInfo, SUser user, Set<SUser> users)
void
NotificationEventAccumulator. testsMuted(MuteInfo muteInfo)
void
NotificationEventAdapter. testsMuted(MuteInfo muteInfo)
void
NotificationEventListener. testsMuted(MuteInfo muteInfo)
Called when a set of tests are muted (with same mute properties).void
NotificationProcessor. testsMuted(MuteInfo muteInfo)
void
NotificationEventAccumulator. testsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<STest> tests, SUser user)
void
NotificationEventListener. testsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<STest> tests, SUser user)
Called when a set of tests are unmuted (with same mute properties).void
NotificationProcessor. 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 void
NotificationEventAdapter. buildProblemsUnmuted(SUser user, Map<MuteInfo,Collection<BuildProblemInfo>> unmutedGroups)
void
NotificationEventAdapter. 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 MuteInfo
UnmuteTestEventAccumulator.UnmuteTestEventKey. getMuteInfo()
Methods in jetbrains.buildServer.notification.accumulators with parameters of type MuteInfo Modifier and Type Method Description UnmuteTestEventAccumulator.UnmuteTestEventKey
UnmuteTestEventAccumulator. 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 void
UserRulesAwareNotificationListener. buildProblemsMuted(MuteInfo muteInfo)
void
UserRulesAwareNotificationListener. buildProblemsUnmuted(MuteInfo muteInfoBeforeUnmute, Collection<BuildProblemInfo> problems, SUser user)
void
UserRulesAwareNotificationListener. testsMuted(MuteInfo muteInfo)
void
UserRulesAwareNotificationListener. 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 MuteInfo
LightweightTestRunImpl. getMuteInfo()
MuteInfo
MultiTestRun. getMuteInfo()
MuteInfo
STestRun. getMuteInfo()
Returns the brief mute information for this test run.MuteInfo
TestRunImpl. getMuteInfo()
Methods in jetbrains.buildServer.serverSide with parameters of type MuteInfo Modifier and Type Method Description void
BuildServerAdapter. buildProblemsMuted(MuteInfo muteInfo)
void
BuildServerListener. buildProblemsMuted(MuteInfo muteInfo)
Called when a set of build problems are muted (with same mute properties).static TestRunImpl
TestRunImpl. createFailedTest(int orderId, int testRunId, int duration, SBuild build, STest test, Status status, String shortText, TestFullTextBuilder fullTextBuilder, MuteInfo muteInfo, TestRunContext testRunContext)
void
LightweightTestRunImpl. setMuteInfo(MuteInfo muteInfo)
void
MultiTestRun. setMuteInfo(MuteInfo muteInfo)
void
TestRunEx. setMuteInfo(MuteInfo muteInfo)
Sets the mute information for this test run.void
TestRunImpl. setMuteInfo(MuteInfo muteInfo)
void
BuildServerAdapter. testsMuted(MuteInfo muteInfo)
void
BuildServerListener. 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 void
BuildServerAdapter. buildProblemsUnmuted(SUser user, Map<MuteInfo,Collection<BuildProblemInfo>> unmutedGroups)
void
BuildServerListener. buildProblemsUnmuted(SUser user, Map<MuteInfo,Collection<BuildProblemInfo>> unmutedGroups)
Called when a set of build problems are unmuted.void
BuildServerAdapter. testsUnmuted(SUser user, Map<MuteInfo,Collection<STest>> unmutedGroups)
void
BuildServerListener. 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 MuteInfo
BuildProblemImpl. getMuteInBuildInfo()
Methods in jetbrains.buildServer.serverSide.impl.problems with parameters of type MuteInfo Modifier and Type Method Description BuildProblem
BuildProblemManagerImpl. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data, boolean muted, MuteInfo muteInfo)
BuildProblem
BuildProblemManagerImpl. 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 void
EventTrackerImpl. buildProblemsMuted(MuteInfo muteInfo)
void
EventTrackerImpl. testsMuted(MuteInfo muteInfo)
Method parameters in jetbrains.buildServer.serverSide.impl.tracker with type arguments of type MuteInfo Modifier and Type Method Description void
EventTrackerImpl. buildProblemsUnmuted(SUser user, Map<MuteInfo,Collection<BuildProblemInfo>> unmutedGroups)
void
EventTrackerImpl. 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 MuteInfo
LowLevelProblemMutingService. copyMuteInfo(MuteInfo muteInfo, SProject newProject)
Creates a copy of mute info in another project.MuteInfo
LowLevelProblemMutingServiceImpl. copyMuteInfo(MuteInfo muteInfo, SProject newProject)
MuteInfo
MuteInfoProvider. getMuteInfo(BuildPromotion buildPromotion, MuteInfoProvider.ProblemType problemType, long problemId)
If the problem should be muted, return corresponding MuteInfo object.MuteInfo
CurrentMuteInfo. getProjectMuteInfo()
Deprecated.useCurrentMuteInfo.getProjectsMuteInfo()
instead.MuteInfo
OneProblemCurrentMuteInfo. getProjectMuteInfo()
MuteInfo
BuildProblemMuter. handleBuildProblem(int problemId)
Handle build problemMuteInfo
LowLevelProblemMutingService. 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.MuteInfo
LowLevelProblemMutingServiceImpl. muteProblemsInBT(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, String projectId, Set<String> buildTypes, Set<Integer> problems)
MuteInfo
LowLevelProblemMutingService. muteProblemsInBuild(long userId, String comment, String projectId, long buildId, Set<Integer> problems)
Mutes the build problems in a specified build only.MuteInfo
LowLevelProblemMutingServiceImpl. muteProblemsInBuild(long userId, String comment, String projectId, long buildId, Set<Integer> problems)
MuteInfo
ProblemMutingService. 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.MuteInfo
ProblemMutingServiceImpl. muteProblemsInBuildTypes(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, Collection<SBuildType> buildTypes, Collection<? extends BuildProblemInfo> problems)
MuteInfo
SecuredProblemMutingService. muteProblemsInBuildTypes(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, Collection<SBuildType> buildTypes, Collection<? extends BuildProblemInfo> problems)
MuteInfo
LowLevelProblemMutingService. muteProblemsInProject(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Set<Integer> problems)
Mutes specified build problems in the project scope.MuteInfo
LowLevelProblemMutingService. muteProblemsInProject(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference handleExistingMutesPreference, Set<Integer> problems)
Mutes specified build problems in the project scope.MuteInfo
LowLevelProblemMutingServiceImpl. muteProblemsInProject(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Set<Integer> problems)
MuteInfo
LowLevelProblemMutingServiceImpl. muteProblemsInProject(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference handleExistingMutesPreference, Set<Integer> problems)
MuteInfo
ProblemMutingService. muteProblemsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Collection<? extends BuildProblemInfo> problems)
Mutes specified build problems in the specified project scope.MuteInfo
ProblemMutingService. 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.MuteInfo
ProblemMutingServiceImpl. muteProblemsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Collection<? extends BuildProblemInfo> problems)
MuteInfo
ProblemMutingServiceImpl. muteProblemsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<? extends BuildProblemInfo> problems)
MuteInfo
SecuredProblemMutingService. muteProblemsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Collection<? extends BuildProblemInfo> problems)
MuteInfo
SecuredProblemMutingService. muteProblemsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<? extends BuildProblemInfo> problems)
MuteInfo
LowLevelProblemMutingService. 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.MuteInfo
LowLevelProblemMutingServiceImpl. muteTestsInBT(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, String projectId, Set<String> buildTypes, Set<Long> tests, boolean removePreviousMutes)
MuteInfo
LowLevelProblemMutingService. muteTestsInBuild(long userId, String comment, String projectId, long buildId, Set<Long> tests)
Mutes the tests in a specified build only.MuteInfo
LowLevelProblemMutingServiceImpl. muteTestsInBuild(long userId, String comment, String projectId, long buildId, Set<Long> tests)
MuteInfo
ProblemMutingService. muteTestsInBuildTypes(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, Collection<SBuildType> buildTypes, Collection<STest> tests)
Mutes the specified tests in the build configuration scope.MuteInfo
ProblemMutingServiceImpl. muteTestsInBuildTypes(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, Collection<SBuildType> buildTypes, Collection<STest> tests)
MuteInfo
SecuredProblemMutingService. muteTestsInBuildTypes(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, Collection<SBuildType> buildTypes, Collection<STest> tests)
MuteInfo
LowLevelProblemMutingService. muteTestsInProject(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Set<Long> tests)
Mutes specified tests in the project scope.MuteInfo
LowLevelProblemMutingService. muteTestsInProject(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference handleExistingMutesPreference, Set<Long> tests)
Mutes specified tests in the project scope.MuteInfo
LowLevelProblemMutingServiceImpl. muteTestsInProject(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Set<Long> tests)
MuteInfo
LowLevelProblemMutingServiceImpl. muteTestsInProject(long userId, String comment, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference handleExistingMutesPreference, Set<Long> tests)
MuteInfo
ProblemMutingService. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Collection<STest> tests)
Mutes specified tests in the project scope.MuteInfo
ProblemMutingService. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<STest> tests)
Mutes specified tests in the project scope.MuteInfo
ProblemMutingServiceImpl. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Collection<STest> tests)
MuteInfo
ProblemMutingServiceImpl. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<STest> tests)
MuteInfo
SecuredProblemMutingService. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, Collection<STest> tests)
MuteInfo
SecuredProblemMutingService. 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 void
OneProblemCurrentMuteInfo. addBuildTypeMuteInfo(String buildTypeId, MuteInfo muteInfo)
void
OneProblemCurrentMuteInfo. addProjectMuteInfo(MuteInfo projectMuteInfo)
void
MutingInBuildInfoConsumer. consumeProblemMutedInBuild(String problemId, Long buildId, MuteInfo muteInfo)
void
BuildProblemCurrentMuteInfoConsumer. consumeProblemMutedInBuildType(Integer problemId, String buildTypeId, MuteInfo muteInfo)
void
MutingInfoConsumer. consumeProblemMutedInBuildType(Integer problemId, String buildTypeId, MuteInfo muteInfo)
void
BuildProblemCurrentMuteInfoConsumer. consumeProblemMutedInProject(Integer problemId, String projectId, MuteInfo muteInfo)
void
MutingInfoConsumer. consumeProblemMutedInProject(Integer problemId, String projectId, MuteInfo muteInfo)
void
MutingInBuildInfoConsumer. consumeTestMutedInBuild(Long testNameId, Long buildId, MuteInfo muteInfo)
void
MutingInfoConsumer. consumeTestMutedInBuildType(Long testNameId, String buildTypeId, MuteInfo muteInfo)
void
MutingInfoConsumer. consumeTestMutedInProject(Long testNameId, String projectId, MuteInfo muteInfo)
MuteInfo
LowLevelProblemMutingService. copyMuteInfo(MuteInfo muteInfo, SProject newProject)
Creates a copy of mute info in another project.MuteInfo
LowLevelProblemMutingServiceImpl. copyMuteInfo(MuteInfo muteInfo, SProject newProject)
void
ProblemMutingService. copyMuteInfo(MuteInfo muteInfo, SProject newProject)
Creates a copy of mute info in another project.void
ProblemMutingServiceImpl. copyMuteInfo(MuteInfo muteInfo, SProject newProject)
void
SecuredProblemMutingService. 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 MuteInfo
BuildProblem. 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 BuildProblem
BuildProblemManager. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data, boolean muted, MuteInfo muteInfo)
BuildProblem
BuildProblemManager. createBuildProblem(BuildPromotion buildPromotion, int buildProblemId, BuildProblemData data, MuteInfo muteInfo)
-