Uses of Interface
jetbrains.buildServer.serverSide.mute.CurrentMuteInfo
-
-
Uses of CurrentMuteInfo in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return CurrentMuteInfo Modifier and Type Method Description CurrentMuteInfo
STest. getCurrentMuteInfo()
Returns current test mute info.CurrentMuteInfo
TestImpl. getCurrentMuteInfo()
-
Uses of CurrentMuteInfo in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type CurrentMuteInfo Modifier and Type Method Description static TestCurrentMuteData
RemoteApiUtil. createCurrentMuteDataOn(CurrentMuteInfo currentMuteInfo)
-
Uses of CurrentMuteInfo in jetbrains.buildServer.serverSide.impl.problems
Methods in jetbrains.buildServer.serverSide.impl.problems that return CurrentMuteInfo Modifier and Type Method Description CurrentMuteInfo
BuildProblemImpl. getCurrentMuteInfo()
-
Uses of CurrentMuteInfo in jetbrains.buildServer.serverSide.mute
Classes in jetbrains.buildServer.serverSide.mute that implement CurrentMuteInfo Modifier and Type Class Description class
OneProblemCurrentMuteInfo
User: Victory.Bedrosova Date: 2/13/13 Time: 11:32 AMMethods in jetbrains.buildServer.serverSide.mute that return CurrentMuteInfo Modifier and Type Method Description CurrentMuteInfo
ProblemMutingService. getBuildProblemCurrentMuteInfo(String projectId, Integer problemId)
Retrieves current actual mute info (from database) for the specified build problem.CurrentMuteInfo
ProblemMutingServiceImpl. getBuildProblemCurrentMuteInfo(String projectId, Integer problemId)
CurrentMuteInfo
SecuredProblemMutingService. getBuildProblemCurrentMuteInfo(String projectId, Integer problemIdentity)
CurrentMuteInfo
ProblemMutingService. getTestCurrentMuteInfo(String projectId, Long testNameId)
Retrieves current actual mute info (from database) for the specified test.CurrentMuteInfo
ProblemMutingServiceImpl. getTestCurrentMuteInfo(String projectId, Long testNameId)
CurrentMuteInfo
SecuredProblemMutingService. getTestCurrentMuteInfo(String projectId, Long testNameId)
Methods in jetbrains.buildServer.serverSide.mute that return types with arguments of type CurrentMuteInfo Modifier and Type Method Description Map<Integer,CurrentMuteInfo>
ProblemMutingService. getBuildProblemEffectiveMuteInfo(String projectId)
Retrieves all current actual mute info (from database) from specified project Includes mute info in the specified project, it's build types and all it's parent projects.Map<BuildProblemInfo,CurrentMuteInfo>
ProblemMutingService. getBuildProblemEffectiveMuteInfo(String projectId, Collection<? extends BuildProblemInfo> problemInfos)
Retrieves current actual mute info (from database) for the specified build problems.Map<Integer,CurrentMuteInfo>
ProblemMutingServiceImpl. getBuildProblemEffectiveMuteInfo(String projectId)
Map<BuildProblemInfo,CurrentMuteInfo>
ProblemMutingServiceImpl. getBuildProblemEffectiveMuteInfo(String projectId, Collection<? extends BuildProblemInfo> problemInfos)
Map<Integer,CurrentMuteInfo>
SecuredProblemMutingService. getBuildProblemEffectiveMuteInfo(String projectId)
Map<BuildProblemInfo,CurrentMuteInfo>
SecuredProblemMutingService. getBuildProblemEffectiveMuteInfo(String projectId, Collection<? extends BuildProblemInfo> problemInfo)
Map<Integer,CurrentMuteInfo>
ProblemMutingService. getBuildProblemsCurrentMuteInfo(SProject project)
Retrieves current actual mute info (from database) for all muted build problems.Map<Integer,CurrentMuteInfo>
ProblemMutingServiceImpl. getBuildProblemsCurrentMuteInfo(SProject project)
Map<Integer,CurrentMuteInfo>
SecuredProblemMutingService. getBuildProblemsCurrentMuteInfo(SProject project)
Map<Long,CurrentMuteInfo>
ProblemMutingService. getTestsCurrentMuteInfo(SProject project)
Retrieves mute info for all currently muted tests in the specified project and its parents and children transitively.Map<Long,CurrentMuteInfo>
ProblemMutingServiceImpl. getTestsCurrentMuteInfo(SProject project)
Map<Long,CurrentMuteInfo>
SecuredProblemMutingService. getTestsCurrentMuteInfo(SProject project)
-
Uses of CurrentMuteInfo in jetbrains.buildServer.serverSide.problems
Methods in jetbrains.buildServer.serverSide.problems that return CurrentMuteInfo Modifier and Type Method Description CurrentMuteInfo
BuildProblem. getCurrentMuteInfo()
Returns current mute information for this build problem or null if it's not currently muted Note that every method call causes database call -
Uses of CurrentMuteInfo in jetbrains.buildServer.web.functions
Methods in jetbrains.buildServer.web.functions with parameters of type CurrentMuteInfo Modifier and Type Method Description static boolean
MuteWebUtil. shouldShowCurrentMuteInfo(CurrentMuteInfo currentMuteInfo, Boolean ignoreMuteScope, SBuildType currentScope)
Returns true if current mute info should be shown on a page with specified build type scope.
-