WorkflowSummary

Information about a workflow.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time the workflow was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339

Link copied to clipboard

Information about the workflow definition file.

Link copied to clipboard
val id: String

The system-generated unique ID of a workflow.

Link copied to clipboard

The date and time the workflow was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339

Link copied to clipboard

The name of the workflow.

Link copied to clipboard

The run mode of the workflow.

Link copied to clipboard

The name of the branch of the source repository where the workflow definition file is stored.

Link copied to clipboard

The name of the source repository where the workflow definition file is stored.

Link copied to clipboard

The status of the workflow.

Functions

Link copied to clipboard
inline fun copy(block: WorkflowSummary.Builder.() -> Unit = {}): WorkflowSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String