Skip to main content

DeploymentStep

A single step within a deployment.

type DeploymentStep {
finishDate: Date
inProgress: Boolean!
isError: Boolean!
isLogsAvailableForAppType: Boolean
logs: [String]
logsExpireAt: Date
startDate: Date
status: DeploymentStepStatus!
step: String!
}

Fields

DeploymentStep.finishDate ● Date scalar common

When the step finished.

DeploymentStep.inProgress ● Boolean! non-null scalar common

Whether the step is currently in progress.

DeploymentStep.isError ● Boolean! non-null scalar common

Whether the step is in an error state.

DeploymentStep.isLogsAvailableForAppType ● Boolean scalar common

Whether logs are available for the current app type.

DeploymentStep.logs ● [String] list scalar common

The logs collected for the step.

DeploymentStep.logsExpireAt ● Date scalar common

When the step logs expire.

DeploymentStep.startDate ● Date scalar common

When the step started.

DeploymentStep.status ● DeploymentStepStatus! non-null enum common

The current status of the step.

DeploymentStep.step ● String! non-null scalar common

The step key.

Member Of

Deployment object