jetbrains.buildServer.serverSide.mute
Interface CurrentMuteInfo


public interface CurrentMuteInfo

Encapsulates the current mute info of a given STest.

The data holded by SCurrentMuteInfo instances can be not up-to-date long after creation.

Since:
6.5
Author:
Maxim Podkolzine (maxim.podkolzine@jetbrains.com)

Method Summary
 java.util.Map<SBuildType,MuteInfo> getBuildTypeMuteInfo()
          Returns the mute info for a build type scope.
 java.util.Map<MuteInfo,java.util.List<SBuildType>> getMuteInfoGroups()
          Returns the mute info for a build type scope grouped by mute info.
 MuteInfo getProjectMuteInfo()
          Returns the mute info for a project scope.
 

Method Detail

getProjectMuteInfo

@Nullable
MuteInfo getProjectMuteInfo()
Returns the mute info for a project scope.

Returns:
project mute info

getBuildTypeMuteInfo

@NotNull
java.util.Map<SBuildType,MuteInfo> getBuildTypeMuteInfo()
Returns the mute info for a build type scope.

Returns:
build type mute info map.

getMuteInfoGroups

@NotNull
java.util.Map<MuteInfo,java.util.List<SBuildType>> getMuteInfoGroups()
Returns the mute info for a build type scope grouped by mute info.

Returns:
build type mute info map.