RepositoryArgs

data class RepositoryArgs(val branch: Output<String>? = null, val deploymentLogsUrl: Output<String>? = null, val displayUrl: Output<String>? = null, val pathMapping: Output<List<ContentPathMapArgs>>? = null, val url: Output<String>? = null) : ConvertibleToJava<RepositoryArgs>

metadata of a repository.

Constructors

Link copied to clipboard
constructor(branch: Output<String>? = null, deploymentLogsUrl: Output<String>? = null, displayUrl: Output<String>? = null, pathMapping: Output<List<ContentPathMapArgs>>? = null, url: Output<String>? = null)

Properties

Link copied to clipboard
val branch: Output<String>? = null

Branch name of repository.

Link copied to clipboard
val deploymentLogsUrl: Output<String>? = null

Url to access repository action logs.

Link copied to clipboard
val displayUrl: Output<String>? = null

Display url of repository.

Link copied to clipboard
val pathMapping: Output<List<ContentPathMapArgs>>? = null

Dictionary of source control content type and path mapping.

Link copied to clipboard
val url: Output<String>? = null

Url of repository.

Functions

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