Builder

class Builder

Properties

Link copied to clipboard

Additional information about a build phase, especially to help troubleshoot a failed build.

Link copied to clipboard

How long, in seconds, between the starting and ending times of the build's phase.

Link copied to clipboard
var endTime: <Error class: unknown class>?

When the build phase ended, expressed in Unix time format.

Link copied to clipboard

The current status of the build phase. Valid values include:

Link copied to clipboard

The name of the build phase. Valid values include:

Link copied to clipboard
var startTime: <Error class: unknown class>?

When the build phase started, expressed in Unix time format.