Packages

o

caliban.client.github.Client

SecurityAdvisory

object SecurityAdvisory

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SecurityAdvisory
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def databaseId: SelectionBuilder[SecurityAdvisory, Option[Int]]

    Identifies the primary key from the database.

  7. def description: SelectionBuilder[SecurityAdvisory, String]

    This is a long plaintext description of the advisory

  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def ghsaId: SelectionBuilder[SecurityAdvisory, String]

    The GitHub Security Advisory ID

  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def id: SelectionBuilder[SecurityAdvisory, String]
  15. def identifiers[A](innerSelection: SelectionBuilder[SecurityAdvisoryIdentifier, A]): SelectionBuilder[SecurityAdvisory, List[A]]

    A list of identifiers for this advisory

  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def origin: SelectionBuilder[SecurityAdvisory, String]

    The organization that originated the advisory

  21. def permalink: SelectionBuilder[SecurityAdvisory, Option[URI]]

    The permalink for the advisory

  22. def publishedAt: SelectionBuilder[SecurityAdvisory, DateTime]

    When the advisory was published

  23. def references[A](innerSelection: SelectionBuilder[SecurityAdvisoryReference, A]): SelectionBuilder[SecurityAdvisory, List[A]]

    A list of references for this advisory

  24. def severity: SelectionBuilder[SecurityAdvisory, SecurityAdvisorySeverity]

    The severity of the advisory

  25. def summary: SelectionBuilder[SecurityAdvisory, String]

    A short plaintext summary of the advisory

  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def updatedAt: SelectionBuilder[SecurityAdvisory, DateTime]

    When the advisory was last updated

  29. def vulnerabilities[A](after: Option[String] = None, before: Option[String] = None, ecosystem: Option[SecurityAdvisoryEcosystem] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[SecurityVulnerabilityOrder] = None, package: Option[String] = None, severities: Option[List[SecurityAdvisorySeverity]] = None)(innerSelection: SelectionBuilder[SecurityVulnerabilityConnection, A]): SelectionBuilder[SecurityAdvisory, A]

    Vulnerabilities associated with this Advisory

  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. def withdrawnAt: SelectionBuilder[SecurityAdvisory, Option[DateTime]]

    When the advisory was withdrawn, if it has been withdrawn

Inherited from AnyRef

Inherited from Any

Ungrouped