Skip to main content
Version: 0.1.0

BitbucketRepoIntegration

No description

type BitbucketRepoIntegration implements GitRepoIntegration {
id: UUID!
bitbucketIntegration: BitbucketIntegration
bitbucketRepository: BitbucketRepository
autoDeployBranch: Boolean!
autoStopBranch: Boolean!
autoStopPullRequest: Boolean!
branchIgnore: String!
branchStopIgnore: String!
}

Fields

BitbucketRepoIntegration.id ● UUID! non-null scalar

BitbucketRepoIntegration.bitbucketIntegration ● BitbucketIntegration object

BitbucketRepoIntegration.bitbucketRepository ● BitbucketRepository object

BitbucketRepoIntegration.autoDeployBranch ● Boolean! non-null scalar

BitbucketRepoIntegration.autoStopBranch ● Boolean! non-null scalar

BitbucketRepoIntegration.autoStopPullRequest ● Boolean! non-null scalar

BitbucketRepoIntegration.branchIgnore ● String! non-null scalar

BitbucketRepoIntegration.branchStopIgnore ● String! non-null scalar

Interfaces

GitRepoIntegration interface

Member Of

Repo object