Build
class Build
Methods
__construct(int $id, string $stage, string $name, string $status, string $created_at, string $started_at, null|string $finished_at, string $when, bool $manual, User $user, null|string $runner, $artifacts_file)
Build constructor.
int
getId()
No description
string
getStage()
No description
string
getName()
No description
string
getStatus()
No description
string
getCreatedAt()
No description
string
getStartedAt()
No description
null|string
getFinishedAt()
No description
string
getWhen()
No description
bool
isManual()
No description
null|string
getRunner()
No description
getArtifactsfile()
No description
Details
at line 85
__construct(int $id, string $stage, string $name, string $status, string $created_at, string $started_at, null|string $finished_at, string $when, bool $manual, User $user, null|string $runner, $artifacts_file)
Build constructor.