Interface Check

All Known Implementing Classes:
MkCheck

public interface Check
GitHub check.
Since:
1.5.0
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Check conclusion.
    static enum 
    Check status.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Undefined status or conclusion.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks whether Check was successful.
  • Field Details

  • Method Details

    • successful

      boolean successful() throws IOException
      Checks whether Check was successful.
      Returns:
      True if Check was successful.
      Throws:
      IOException - If there is any I/O problem.