java.lang.Object
org.kohsuke.github.GHCheckRun.Output
- Enclosing class:
- GHCheckRun
Represents an output in a check run to include summary and other results.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Output
public Output()Create default Output instance
-
-
Method Details
-
getTitle
Gets the title of check run.- Returns:
- title of check run
-
getSummary
Gets the summary of the check run, note that it supports Markdown.- Returns:
- summary of check run
-
getText
Gets the details of the check run, note that it supports Markdown.- Returns:
- Details of the check run
-
getAnnotationsCount
public int getAnnotationsCount()Gets the annotation count of a check run.- Returns:
- annotation count of a check run
-
getAnnotationsUrl
Gets the URL of annotations.- Returns:
- URL of annotations
-