Class CodeCommitSourceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codebuild.CodeCommitSourceProps.Jsii$Proxy
- All Implemented Interfaces:
CodeCommitSourceProps
,SourceProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CodeCommitSourceProps
@Stability(Stable)
@Internal
public static final class CodeCommitSourceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CodeCommitSourceProps
An implementation for
CodeCommitSourceProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.CodeCommitSourceProps
CodeCommitSourceProps.Builder, CodeCommitSourceProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CodeCommitSourceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCodeCommitSourceProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build.final Number
The depth of history to download.final Boolean
Whether to fetch submodules while cloning git repo.final String
The source identifier.final IRepository
final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theCodeCommitSourceProps.Builder
.
-
-
Method Details
-
getRepository
- Specified by:
getRepository
in interfaceCodeCommitSourceProps
-
getBranchOrRef
Description copied from interface:CodeCommitSourceProps
The 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:
getBranchOrRef
in interfaceCodeCommitSourceProps
-
getCloneDepth
Description copied from interface:CodeCommitSourceProps
The 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:
getCloneDepth
in interfaceCodeCommitSourceProps
-
getFetchSubmodules
Description copied from interface:CodeCommitSourceProps
Whether to fetch submodules while cloning git repo.Default: false
- Specified by:
getFetchSubmodules
in interfaceCodeCommitSourceProps
-
getIdentifier
Description copied from interface:SourceProps
The source identifier.This property is required on secondary sources.
- Specified by:
getIdentifier
in interfaceSourceProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-