Fixing PHPCI errors
This commit is contained in:
parent
28ad88cff9
commit
bda4e22315
5 changed files with 25 additions and 0 deletions
|
|
@ -16,6 +16,12 @@ use PHPCI\Store\Base\BuildErrorStoreBase;
|
|||
*/
|
||||
class BuildErrorStore extends BuildErrorStoreBase
|
||||
{
|
||||
/**
|
||||
* Get a list of errors for a given build, since a given time.
|
||||
* @param $buildId
|
||||
* @param string $since date string
|
||||
* @return array
|
||||
*/
|
||||
public function getErrorsForBuild($buildId, $since = null)
|
||||
{
|
||||
$query = 'SELECT * FROM build_error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue