Uses of Class
jetbrains.buildServer.serverSide.mute.UnmutePreference
-
Packages that use UnmutePreference Package Description jetbrains.buildServer.serverSide.mute -
-
Uses of UnmutePreference in jetbrains.buildServer.serverSide.mute
Methods in jetbrains.buildServer.serverSide.mute that return UnmutePreference Modifier and Type Method Description static UnmutePreferenceUnmutePreference. valueOf(String name)Returns the enum constant of this type with the specified name.static UnmutePreference[]UnmutePreference. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.serverSide.mute with parameters of type UnmutePreference Modifier and Type Method Description 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, UnmutePreference handleExistingMutesPreference, Set<Integer> problems)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, UnmutePreference removeExistingPreference, Collection<? extends BuildProblemInfo> problems)MuteInfoSecuredProblemMutingService. muteProblemsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<? extends BuildProblemInfo> problems)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, UnmutePreference handleExistingMutesPreference, Set<Long> tests)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, UnmutePreference removeExistingPreference, Collection<STest> tests)MuteInfoSecuredProblemMutingService. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<STest> tests)voidProblemMutingService. unmuteProblems(SUser user, String note, SProject project, UnmutePreference unmutePreference, Collection<BuildProblemInfo> problems)Unmutes the specified build problems in a scope where it was muted according to a given preference.voidProblemMutingServiceImpl. unmuteProblems(SUser user, String note, SProject project, UnmutePreference unmutePreference, Collection<BuildProblemInfo> problems)voidSecuredProblemMutingService. unmuteProblems(SUser user, String note, SProject project, UnmutePreference unmutePreference, Collection<BuildProblemInfo> problems)voidProblemMutingService. unmuteTests(SUser user, String note, SProject project, UnmutePreference unmutePreference, Collection<STest> tests)Unmutes the specified tests in a scope where it was mutedvoidProblemMutingServiceImpl. unmuteTests(SUser user, String note, SProject project, UnmutePreference unmutePreference, Collection<STest> tests)voidSecuredProblemMutingService. unmuteTests(SUser user, String note, SProject project, UnmutePreference unmutePreference, Collection<STest> tests)
-