Class MkCheck

  • All Implemented Interfaces:
    Check

    @Immutable
    @Loggable(1)
    public final class MkCheck
    extends Object
    implements Check
    Mock Github check.
    Since:
    1.6.1
    Version:
    $Id: 89b6ce6cb82e3be1ffe553bab060ce44117966dc $
    Author:
    Volodya Lombrozo (volodya.lombrozo@gmail.com)
    • Constructor Detail

      • MkCheck

        public MkCheck​(MkStorage stg,
                       Coordinates coord,
                       Pull pll,
                       int number)
        Main ctor.
        Parameters:
        stg - Storage
        coord - Coordinates
        pll - Pull
        number - Check identifier
    • Method Detail

      • successful

        public boolean successful()
                           throws IOException
        Description copied from interface: Check
        Checks whether Check was successful.
        Specified by:
        successful in interface Check
        Returns:
        True if Check was successful.
        Throws:
        IOException - If there is any I/O problem.