public interface MuteScope
Modifier and Type | Interface and Description |
---|---|
static class |
MuteScope.ScopeType
Muting scope type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getBuildId()
Build when problems were muted.
|
java.util.Collection<java.lang.String> |
getBuildTypeIds()
For the
MuteScope.ScopeType.IN_CONFIGURATION provides with build types in which problems were muted. |
java.lang.String |
getProjectId()
Project internal id where problems were muted,
if scope is
MuteScope.ScopeType.IN_PROJECT . |
MuteScope.ScopeType |
getScopeType()
Scope type in which a problem is muted.
|
@NotNull MuteScope.ScopeType getScopeType()
@Nullable java.lang.String getProjectId()
MuteScope.ScopeType.IN_PROJECT
.@Nullable java.util.Collection<java.lang.String> getBuildTypeIds()
MuteScope.ScopeType.IN_CONFIGURATION
provides with build types in which problems were muted.MuteScope.ScopeType.IN_CONFIGURATION
,
or null otherwise.@Nullable java.lang.Long getBuildId()
MuteScope.ScopeType.IN_ONE_BUILD
,
or null otherwise.