Interface CheckRunImage

  • All Known Implementing Classes:
    ImmutableCheckRunImage

    @Immutable
    public interface CheckRunImage
    The interface CheckRun image. Adds images to the output displayed in the GitHub pull request UI.
    • Method Detail

      • alt

        String alt()
        The alternative text for the image.
        Returns:
        the string
      • imageUrl

        String imageUrl()
        The full URL of the image.
        Returns:
        the string
      • caption

        Optional<String> caption()
        A short image description.
        Returns:
        the optional string