Interface CheckRunResponse

    • Method Detail

      • id

        long id()
        The CheckRun ID.
        Returns:
        the int
      • url

        String url()
        Url string.
        Returns:
        the string
      • htmlUrl

        String htmlUrl()
        Html url string.
        Returns:
        the string
      • checkSuite

        Optional<CheckSuite> checkSuite()
        Check suite this CheckRun belongs to.
        Returns:
        the optional
      • app

        Optional<App> app()
        App which this check ran.
        Returns:
        the optional