Package com.jcabi.github
Interface Check
- All Known Implementing Classes:
MkCheck
public interface Check
GitHub check.
- Since:
- 1.5.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumCheck conclusion.static enumCheck status. -
Field Summary
Fields -
Method Summary
-
Field Details
-
UNDEFINED_VALUE
Undefined status or conclusion.- See Also:
-
-
Method Details
-
successful
Checks whether Check was successful.- Returns:
- True if Check was successful.
- Throws:
IOException- If there is any I/O problem.
-