Package com.jcabi.github.mock
Class MkCheck
- java.lang.Object
-
- com.jcabi.github.mock.MkCheck
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.jcabi.github.Check
Check.Conclusion, Check.Status
-
-
Field Summary
-
Fields inherited from interface com.jcabi.github.Check
UNDEFINED_VALUE
-
-
Constructor Summary
Constructors Constructor Description MkCheck(MkStorage stg, Coordinates coord, Pull pll, int number)Main ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansuccessful()Checks whether Check was successful.
-
-
-
Constructor Detail
-
MkCheck
public MkCheck(MkStorage stg, Coordinates coord, Pull pll, int number)
Main ctor.- Parameters:
stg- Storagecoord- Coordinatespll- Pullnumber- Check identifier
-
-
Method Detail
-
successful
public boolean successful() throws IOExceptionDescription copied from interface:CheckChecks whether Check was successful.- Specified by:
successfulin interfaceCheck- Returns:
- True if Check was successful.
- Throws:
IOException- If there is any I/O problem.
-
-