java.lang.Object
org.kohsuke.github.GHCheckRunBuilder.Output
- Enclosing class:
- GHCheckRunBuilder
The Class Output.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadd
(GHCheckRunBuilder.Annotation annotation) Adds the.add
(GHCheckRunBuilder.Image image) Adds the.With text.
-
Constructor Details
-
Output
Instantiates a new output.- Parameters:
title
- the titlesummary
- the summary
-
-
Method Details
-
withText
With text.- Parameters:
text
- the text- Returns:
- the output
-
add
Adds the.- Parameters:
annotation
- the annotation- Returns:
- the output
-
add
Adds the.- Parameters:
image
- the image- Returns:
- the output
-