Travis CI API Docs

Stage

An individual stage.

Attributes

Minimal Representation

Included when the resource is returned as part of another resource.

NameTypeDescription
idIntegerValue uniquely identifying the stage.
numberIntegerIncremental number for a stage.
nameStringThe name of the stage.
stateStringCurrent state of the stage.
started_atStringWhen the stage started.
finished_atStringWhen the stage finished.

Standard Representation

Included when the resource is the main response of a request, or is eager loaded.

NameTypeDescription
idIntegerValue uniquely identifying the stage.
numberIntegerIncremental number for a stage.
nameStringThe name of the stage.
stateStringCurrent state of the stage.
started_atStringWhen the stage started.
finished_atStringWhen the stage finished.
jobs[Job]The jobs of a stage.