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 CurrentMuteInfoSTest. getCurrentMuteInfo()Returns current test mute info.CurrentMuteInfoTestImpl. 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 TestCurrentMuteDataRemoteApiUtil. 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 CurrentMuteInfoBuildProblemImpl. getCurrentMuteInfo() -
Uses of CurrentMuteInfo in jetbrains.buildServer.serverSide.mute
Classes in jetbrains.buildServer.serverSide.mute that implement CurrentMuteInfo Modifier and Type Class Description classOneProblemCurrentMuteInfoUser: Victory.Bedrosova Date: 2/13/13 Time: 11:32 AMMethods in jetbrains.buildServer.serverSide.mute that return CurrentMuteInfo Modifier and Type Method Description CurrentMuteInfoProblemMutingService. getBuildProblemCurrentMuteInfo(String projectId, Integer problemId)Retrieves current actual mute info (from database) for the specified build problem.CurrentMuteInfoProblemMutingServiceImpl. getBuildProblemCurrentMuteInfo(String projectId, Integer problemId)CurrentMuteInfoSecuredProblemMutingService. getBuildProblemCurrentMuteInfo(String projectId, Integer problemIdentity)CurrentMuteInfoProblemMutingService. getTestCurrentMuteInfo(String projectId, Long testNameId)Retrieves current actual mute info (from database) for the specified test.CurrentMuteInfoProblemMutingServiceImpl. getTestCurrentMuteInfo(String projectId, Long testNameId)CurrentMuteInfoSecuredProblemMutingService. 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 CurrentMuteInfoBuildProblem. 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 booleanMuteWebUtil. shouldShowCurrentMuteInfo(CurrentMuteInfo currentMuteInfo, Boolean ignoreMuteScope, SBuildType currentScope)Returns true if current mute info should be shown on a page with specified build type scope.
-