Class BitBucketSourceProps.Jsii$Proxy
- All Implemented Interfaces:
- BitBucketSourceProps,- SourceProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BitBucketSourceProps
BitBucketSourceProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.BitBucketSourcePropsBitBucketSourceProps.Builder, BitBucketSourceProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(BitBucketSourceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theBitBucketSourceProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build.final StringThis parameter is used for thenameparameter in the Bitbucket commit status.final StringThe URL that the build will report back to the source provider.final NumberThe depth of history to download.final BooleanWhether to fetch submodules while cloning git repo.final StringThe source identifier.final StringgetOwner()The BitBucket account/user that owns the repo.final StringgetRepo()The name of the repo (without the username).final BooleanWhether to send notifications on your build's start and end.final BooleanWhether to create a webhook that will trigger a build every time an event happens in the repository.final List<FilterGroup>A list of webhook filters that can constraint what events in the repository will trigger a build.final BooleanTrigger a batch build from a webhook instead of a standard one.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
- objRef- Reference to the JSII managed object.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theBitBucketSourceProps.Builder.
 
- 
- 
Method Details- 
getOwnerDescription copied from interface:BitBucketSourcePropsThe BitBucket account/user that owns the repo.Example: "awslabs"; - Specified by:
- getOwnerin interface- BitBucketSourceProps
 
- 
getRepoDescription copied from interface:BitBucketSourcePropsThe name of the repo (without the username).Example: "aws-cdk"; - Specified by:
- getRepoin interface- BitBucketSourceProps
 
- 
getBranchOrRefDescription copied from interface:BitBucketSourcePropsThe commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build.Default: the default branch's HEAD commit ID is used Example: "mybranch"; - Specified by:
- getBranchOrRefin interface- BitBucketSourceProps
 
- 
getBuildStatusNameDescription copied from interface:BitBucketSourcePropsThis parameter is used for thenameparameter in the Bitbucket commit status.Can use built-in CodeBuild variables, like $AWS_REGION. Default: "AWS CodeBuild $AWS_REGION ($PROJECT_NAME)" Example: "My build #$CODEBUILD_BUILD_NUMBER"; - Specified by:
- getBuildStatusNamein interface- BitBucketSourceProps
- See Also:
 
- 
getBuildStatusUrlDescription copied from interface:BitBucketSourcePropsThe URL that the build will report back to the source provider.Can use built-in CodeBuild variables, like $AWS_REGION. Default: - link to the AWS Console for CodeBuild to a particular build execution Example: "$CODEBUILD_PUBLIC_BUILD_URL"; - Specified by:
- getBuildStatusUrlin interface- BitBucketSourceProps
- See Also:
 
- 
getCloneDepthDescription copied from interface:BitBucketSourcePropsThe depth of history to download.Minimum value is 0. If this value is 0, greater than 25, or not provided, then the full history is downloaded with each build of the project. - Specified by:
- getCloneDepthin interface- BitBucketSourceProps
 
- 
getFetchSubmodulesDescription copied from interface:BitBucketSourcePropsWhether to fetch submodules while cloning git repo.Default: false - Specified by:
- getFetchSubmodulesin interface- BitBucketSourceProps
 
- 
getReportBuildStatusDescription copied from interface:BitBucketSourcePropsWhether to send notifications on your build's start and end.Default: true - Specified by:
- getReportBuildStatusin interface- BitBucketSourceProps
 
- 
getWebhookDescription copied from interface:BitBucketSourcePropsWhether to create a webhook that will trigger a build every time an event happens in the repository.Default: true if any `webhookFilters` were provided, false otherwise - Specified by:
- getWebhookin interface- BitBucketSourceProps
 
- 
getWebhookFiltersDescription copied from interface:BitBucketSourcePropsA list of webhook filters that can constraint what events in the repository will trigger a build.A build is triggered if any of the provided filter groups match. Only valid if webhookwas not provided as false.Default: every push and every Pull Request (create or update) triggers a build - Specified by:
- getWebhookFiltersin interface- BitBucketSourceProps
 
- 
getWebhookTriggersBatchBuildDescription copied from interface:BitBucketSourcePropsTrigger a batch build from a webhook instead of a standard one.Enabling this will enable batch builds on the CodeBuild project. Default: false - Specified by:
- getWebhookTriggersBatchBuildin interface- BitBucketSourceProps
 
- 
getIdentifierDescription copied from interface:SourcePropsThe source identifier.This property is required on secondary sources. - Specified by:
- getIdentifierin interface- SourceProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-