Skip to main content
Version: 0.1.0

Logs

No description

type Logs {
id: ID!
cursor: String
completed: Boolean!
expired: Boolean!
entries: [LogEntry!]
}

Fields

Logs.id ● ID! non-null scalar

Logs.cursor ● String scalar

Logs.completed ● Boolean! non-null scalar

Logs.expired ● Boolean! non-null scalar

Logs.entries ● [LogEntry!] list object

Member Of

Build object ● BuildStage object ● DeploymentPodCrashAlert object ● IPipelineStage interface ● JobRun object ● PipelineStage object ● PipelineStep object ● Release object