Package com.jcabi.github
Class RtStatuses
java.lang.Object
com.jcabi.github.RtStatuses
- All Implemented Interfaces:
JsonReadable,Statuses
GitHub statuses for a given commit.
- Since:
- 0.23
- Suppressed Checkstyle violations:
- MultipleStringLiteralsCheck (500 lines)
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.jcabi.github.Statuses
Statuses.StatusCreate -
Method Summary
-
Method Details
-
toString
-
commit
Description copied from interface:StatusesAssociated commit. -
create
Description copied from interface:StatusesCreate new status.- Specified by:
createin interfaceStatuses- Parameters:
status- Add this status- Returns:
- The added status
- Throws:
IOException- If there is any I/O problem- See Also:
-
list
Description copied from interface:StatusesList all statuses for a given ref. -
json
Description copied from interface:JsonReadableDescribe it in a JSON object.- Specified by:
jsonin interfaceJsonReadable- Returns:
- JSON object
- Throws:
IOException- If there is any I/O problem
-