BitbucketServerConfigConnectedRepositoryArgs

data class BitbucketServerConfigConnectedRepositoryArgs(val projectKey: Output<String>, val repoSlug: Output<String>) : ConvertibleToJava<BitbucketServerConfigConnectedRepositoryArgs>

Constructors

constructor(projectKey: Output<String>, repoSlug: Output<String>)

Properties

Link copied to clipboard
val projectKey: Output<String>

Identifier for the project storing the repository.

Link copied to clipboard
val repoSlug: Output<String>

Identifier for the repository.

Functions

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