Package org.kohsuke.github
Class GHCheckRunBuilder.Image
- java.lang.Object
-
- org.kohsuke.github.GHCheckRunBuilder.Image
-
- Enclosing class:
- GHCheckRunBuilder
public static final class GHCheckRunBuilder.Image extends Object
The Class Image.- See Also:
- documentation
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GHCheckRunBuilder.ImagewithCaption(String caption)With caption.
-
-
-
Method Detail
-
withCaption
@NonNull public GHCheckRunBuilder.Image withCaption(@CheckForNull String caption)
With caption.- Parameters:
caption- the caption- Returns:
- the image
-
-