Class JsonFile
Data represents "json_file" of Coveralls API.
- Contrib\Bundle\CoverallsV1Bundle\Entity\Coveralls implements Contrib\Bundle\CoverallsBundle\Entity\ArrayConvertable
- Contrib\Bundle\CoverallsV1Bundle\Entity\JsonFile
Namespace: Contrib\Bundle\CoverallsV1Bundle\Entity
Author: Kitamura Satoshi <with.no.parachute@gmail.com>
Located at Contrib/Bundle/CoverallsV1Bundle/Entity/JsonFile.php
Author: Kitamura Satoshi <with.no.parachute@gmail.com>
Located at Contrib/Bundle/CoverallsV1Bundle/Entity/JsonFile.php
public
array
|
|
public
|
|
public
|
|
public
|
|
public
float
|
|
protected
mixed
|
|
protected
array
|
|
protected
|
|
protected
|
|
protected
boolean
|
|
protected
boolean
|
#
requireServiceNumber( )
Return whether the job requires "service_number" (for CircleCI, Jenkins, Codeship or other CIs). |
protected
boolean
|
#
requireServiceEventType( )
Return whether the job requires "service_event_type" (for local environment). |
protected
boolean
|
|
public
boolean
|
|
public
|
|
public
|
|
public
boolean
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
|
|
public
array
|
|
public
|
|
public
string
|
|
public
|
__toString()
|
protected
string
|
$serviceName |
|
#
Service name. |
protected
string
|
$serviceJobId |
|
#
Service job id. |
protected
string
|
$serviceNumber |
|
#
Service number (not documented). |
protected
string
|
$serviceEventType |
|
#
Service event type (not documented). |
protected
string
|
$serviceBuildUrl |
|
#
Build URL of the project (not documented). |
protected
string
|
$serviceBranch |
|
#
Branch name (not documented). |
protected
string
|
$servicePullRequest |
|
#
Pull request info (not documented). |
protected
string
|
$repoToken |
|
#
Repository token. |
protected
|
$sourceFiles | array() |
#
Source files. |
protected
array
|
$git |
|
#
Git data. |
protected
string
|
$runAt |
|
#
A timestamp when the job ran. Must be parsable by Ruby. |
protected
|
$metrics |
|
#
Metrics. |