|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MuteScope
Mute scope - where problems were muted.
| Nested Class Summary | |
|---|---|
static class |
MuteScope.ScopeType
Muting scope type. |
| Method Summary | |
|---|---|
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 wich problems were muted. |
java.lang.String |
getProjectId()
Project where problems were muted, if scope is MuteScope.ScopeType.IN_PROJECT. |
MuteScope.ScopeType |
getScopeType()
Scope type in wich a problem is muted. |
| Method Detail |
|---|
@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 wich problems were muted.
MuteScope.ScopeType.IN_CONFIGURATION,
or null otherwise.@Nullable java.lang.Long getBuildId()
MuteScope.ScopeType.IN_ONE_BUILD,
or null otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||