Interface ExternalIssue

  • All Superinterfaces:
    IIssue

    public interface ExternalIssue
    extends IIssue
    Represents an issue imported from an external rule engine by a Sensor.
    Since:
    7.2
    • Method Detail

      • engineId

        java.lang.String engineId()
        Since:
        7.4
      • ruleId

        java.lang.String ruleId()
        Since:
        7.4
      • remediationEffort

        @CheckForNull
        java.lang.Long remediationEffort()
        Effort to fix the issue, in minutes.
      • type

        RuleType type()
        Type of the issue.
      • characteristic

        @Beta
        @CheckForNull
        CodeCharacteristic characteristic()
        Characteristic of the issue according to Clean Code Taxonomy.
        Since:
        9.16