Package com.spotify.github.v3.checks
Interface CheckRunImage
-
- All Known Implementing Classes:
ImmutableCheckRunImage
@Immutable public interface CheckRunImageThe interface CheckRun image. Adds images to the output displayed in the GitHub pull request UI.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringalt()The alternative text for the image.Optional<String>caption()A short image description.StringimageUrl()The full URL of the image.
-