GoogleApi.CloudBuild.V1.Model.BitbucketServerConnectedRepository (google_api_cloud_build v0.46.0) View Source
/ BitbucketServerConnectedRepository represents a connected Bitbucket Server / repository.
Attributes
-
parent(type:String.t, default:nil) - The name of theBitbucketServerConfigthat added connected repository. Format:projects/{project}/locations/{location}/bitbucketServerConfigs/{config} -
repo(type:GoogleApi.CloudBuild.V1.Model.BitbucketServerRepositoryId.t, default:nil) - The Bitbucket Server repositories to connect. -
status(type:GoogleApi.CloudBuild.V1.Model.Status.t, default:nil) - Output only. The status of the repo connection request.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudBuild.V1.Model.BitbucketServerConnectedRepository{
parent: String.t() | nil,
repo: GoogleApi.CloudBuild.V1.Model.BitbucketServerRepositoryId.t() | nil,
status: GoogleApi.CloudBuild.V1.Model.Status.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.