Class SecretScanResult

java.lang.Object
io.jenkins.plugins.secretguard.model.SecretScanResult

public class SecretScanResult extends Object
  • Constructor Details

  • Method Details

    • empty

      public static SecretScanResult empty(String targetId, String targetType)
    • empty

      public static SecretScanResult empty(String targetId, String targetType, List<String> notes)
    • getTargetId

      public String getTargetId()
    • getTargetType

      public String getTargetType()
    • getFindings

      public List<SecretFinding> getFindings()
    • getNotes

      public List<String> getNotes()
    • getHighestSeverity

      public Severity getHighestSeverity()
    • isBlocked

      public boolean isBlocked()
    • getScannedAt

      public Instant getScannedAt()
    • hasFindings

      public boolean hasFindings()
    • hasNotes

      public boolean hasNotes()
    • hasActionableFindingsAtOrAbove

      public boolean hasActionableFindingsAtOrAbove(Severity severity)
    • getUnexemptedHighCount

      public long getUnexemptedHighCount()
    • getExemptedFindingsCount

      public long getExemptedFindingsCount()
    • hasExemptedFindings

      public boolean hasExemptedFindings()