BitbucketServerRepositoryIdResponse

data class BitbucketServerRepositoryIdResponse(val projectKey: String, val repoSlug: String, val webhookId: Int)

BitbucketServerRepositoryId identifies a specific repository hosted on a Bitbucket Server.

Constructors

Link copied to clipboard
fun BitbucketServerRepositoryIdResponse(projectKey: String, repoSlug: String, webhookId: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier for the project storing the repository.

Link copied to clipboard

Identifier for the repository.

Link copied to clipboard

The ID of the webhook that was created for receiving events from this repo. We only create and manage a single webhook for each repo.