SourceTriggerDescriptorResponse

data class SourceTriggerDescriptorResponse(val branchName: String? = null, val commitId: String? = null, val eventType: String? = null, val id: String? = null, val providerType: String? = null, val pullRequestId: String? = null, val repositoryUrl: String? = null)

The source trigger that caused a run.

Constructors

Link copied to clipboard
constructor(branchName: String? = null, commitId: String? = null, eventType: String? = null, id: String? = null, providerType: String? = null, pullRequestId: String? = null, repositoryUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val branchName: String? = null

The branch name in the repository.

Link copied to clipboard
val commitId: String? = null

The unique ID that identifies a commit.

Link copied to clipboard
val eventType: String? = null

The event type of the trigger.

Link copied to clipboard
val id: String? = null

The unique ID of the trigger.

Link copied to clipboard
val providerType: String? = null

The source control provider type.

Link copied to clipboard
val pullRequestId: String? = null

The unique ID that identifies pull request.

Link copied to clipboard
val repositoryUrl: String? = null

The repository URL.