RepositoryResourceInfoArgs

data class RepositoryResourceInfoArgs(val azureDevOpsResourceInfo: Output<AzureDevOpsResourceInfoArgs>? = null, val gitHubResourceInfo: Output<GitHubResourceInfoArgs>? = null, val webhook: Output<WebhookArgs>? = null) : ConvertibleToJava<RepositoryResourceInfoArgs>

Resources created in user's repository for the source-control.

Constructors

Link copied to clipboard
constructor(azureDevOpsResourceInfo: Output<AzureDevOpsResourceInfoArgs>? = null, gitHubResourceInfo: Output<GitHubResourceInfoArgs>? = null, webhook: Output<WebhookArgs>? = null)

Properties

Link copied to clipboard

Resources created in Azure DevOps for this source-control.

Link copied to clipboard

Resources created in GitHub for this source-control.

Link copied to clipboard
val webhook: Output<WebhookArgs>? = null

The webhook object created for the source-control.

Functions

Link copied to clipboard
open override fun toJava(): RepositoryResourceInfoArgs