Interface MuteScope


  • public interface MuteScope
    Mute scope - where problems were muted.
    Since:
    6.5
    Author:
    Leonid Bushuev from JetBrains
    • Method Detail

      • getScopeType

        @NotNull
        MuteScope.ScopeType getScopeType()
        Scope type in which a problem is muted.
        Returns:
        muting scope (one build / build configuration / whole project).
      • getProjectId

        @Nullable
        java.lang.String getProjectId()
        Project internal id where problems were muted, if scope is MuteScope.ScopeType.IN_PROJECT.
        Returns:
        project internal id
      • getBuildId

        @Nullable
        java.lang.Long getBuildId()
        Build when problems were muted.
        Returns:
        build identifier if the scope is MuteScope.ScopeType.IN_ONE_BUILD, or null otherwise.