Package org.kohsuke.github
Class GHCheckRunBuilder.Output
- java.lang.Object
-
- org.kohsuke.github.GHCheckRunBuilder.Output
-
- Enclosing class:
- GHCheckRunBuilder
public static final class GHCheckRunBuilder.Output extends Object
The Class Output.- See Also:
- documentation
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GHCheckRunBuilder.Outputadd(GHCheckRunBuilder.Annotation annotation)Adds the.GHCheckRunBuilder.Outputadd(GHCheckRunBuilder.Image image)Adds the.GHCheckRunBuilder.OutputwithText(String text)With text.
-
-
-
Method Detail
-
withText
@NonNull public GHCheckRunBuilder.Output withText(@CheckForNull String text)
With text.- Parameters:
text- the text- Returns:
- the output
-
add
@NonNull public GHCheckRunBuilder.Output add(@NonNull GHCheckRunBuilder.Annotation annotation)
Adds the.- Parameters:
annotation- the annotation- Returns:
- the output
-
add
@NonNull public GHCheckRunBuilder.Output add(@NonNull GHCheckRunBuilder.Image image)
Adds the.- Parameters:
image- the image- Returns:
- the output
-
-