RunData
class RunData
Properties
$repo_full_name | |||
$name | |||
$commit_id | |||
$details_url | |||
$external_id | |||
$status | |||
$started_at | |||
$completed_at | |||
$conclusion | |||
string|null | $title | ||
string|null | $summary | ||
$text | |||
$annotations | |||
$images | |||
$actions | |||
$check_run_id |
Methods
__construct(string $repo_full_name, string $name, string $commit_id, string $details_url, string $external_id, string $status, int $started_at = null, int $completed_at = null, string $conclusion = null, string $title = null, string $summary = null, string $text = null, array $annotations = null, array $images = null, array $actions = null)
No description
static array
createAnnotation(string $path, int $start_line, int $end_line, int $start_column, int $end_column, string $annotation_level, string $message, string $title = null, string $raw_details = null)
No description
static array
createImage(string $alt, string $image_url, string $caption)
No description
static array
createAction(string $label = 'Fix', string $identifier = 'fix_errors', string $description = 'Allow us to fix these errors for you')
No description