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 UnmutePreference
UnmutePreference. 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 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, UnmutePreference handleExistingMutesPreference, Set<Integer> problems)
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, UnmutePreference removeExistingPreference, 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. 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, UnmutePreference handleExistingMutesPreference, Set<Long> tests)
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, UnmutePreference removeExistingPreference, Collection<STest> tests)
MuteInfo
SecuredProblemMutingService. muteTestsInProject(SUser user, String note, boolean unmuteWhenFixed, Date unmuteByTime, SProject project, UnmutePreference removeExistingPreference, Collection<STest> tests)
void
ProblemMutingService. 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.void
ProblemMutingServiceImpl. unmuteProblems(SUser user, String note, SProject project, UnmutePreference unmutePreference, Collection<BuildProblemInfo> problems)
void
SecuredProblemMutingService. unmuteProblems(SUser user, String note, SProject project, UnmutePreference unmutePreference, Collection<BuildProblemInfo> problems)
void
ProblemMutingService. unmuteTests(SUser user, String note, SProject project, UnmutePreference unmutePreference, Collection<STest> tests)
Unmutes the specified tests in a scope where it was mutedvoid
ProblemMutingServiceImpl. unmuteTests(SUser user, String note, SProject project, UnmutePreference unmutePreference, Collection<STest> tests)
void
SecuredProblemMutingService. unmuteTests(SUser user, String note, SProject project, UnmutePreference unmutePreference, Collection<STest> tests)
-