public interface CurrentMuteInfo
The data held by CurrentMuteInfo
instances can be not up-to-date long after creation.
Modifier and Type | Method and Description |
---|---|
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()
Deprecated.
use
getProjectsMuteInfo() instead. |
java.util.Map<SProject,MuteInfo> |
getProjectsMuteInfo()
Returns the mute info for a project scope.
|
@Nullable @Deprecated MuteInfo getProjectMuteInfo()
getProjectsMuteInfo()
instead.getProjectsMuteInfo()
instead.@NotNull java.util.Map<SProject,MuteInfo> getProjectsMuteInfo()
@NotNull java.util.Map<SBuildType,MuteInfo> getBuildTypeMuteInfo()
@NotNull java.util.Map<MuteInfo,java.util.List<SBuildType>> getMuteInfoGroups()