Package com.jcabi.github
Interface Checks
-
- All Known Implementing Classes:
MkChecks
public interface ChecksGithub checks.- Since:
- 1.5.0
- Version:
- $Id: 0acc12c93cf54bd8ff39101957bc6eb55f302f13 $
- Author:
- Volodya Lombrozo (volodya.lombrozo@gmail.com)
- See Also:
- Check Runs API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<? extends Check>all()Get all checks.
-
-
-
Method Detail
-
all
Collection<? extends Check> all() throws IOException
Get all checks.- Returns:
- Checks.
- Throws:
IOException- If there is any I/O problem.
-
-