PHP Interface GrumPHP\Runner\TaskResultInterface

Show file Open project: phpro/grumphp

Public Methods

Method Description
getContext ( ) : GrumPHP\Task\Context\ContextInterface
getMessage ( ) : null | string
getResultCode ( ) : integer
getTask ( ) : GrumPHP\Task\TaskInterface
isBlocking ( ) : boolean
isPassed ( ) : boolean

Method Details

getContext() public method

public getContext ( ) : GrumPHP\Task\Context\ContextInterface
return GrumPHP\Task\Context\ContextInterface

getMessage() public method

public getMessage ( ) : null | string
return null | string

getResultCode() public method

public getResultCode ( ) : integer
return integer

getTask() public method

public getTask ( ) : GrumPHP\Task\TaskInterface
return GrumPHP\Task\TaskInterface

isBlocking() public method

public isBlocking ( ) : boolean
return boolean

isPassed() public method

public isPassed ( ) : boolean
return boolean