Interface IGitHubRepositoryRef.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IConstruct.Jsii$Default
,software.constructs.IDependable
,software.constructs.IDependable.Jsii$Default
,IGitHubRepositoryRef
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IGitHubRepositoryRef.Jsii$Proxy
- Enclosing interface:
IGitHubRepositoryRef
@Internal
public static interface IGitHubRepositoryRef.Jsii$Default
extends IGitHubRepositoryRef, software.constructs.IConstruct.Jsii$Default
Internal default implementation for
IGitHubRepositoryRef
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
Nested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codestar.IGitHubRepositoryRef
IGitHubRepositoryRef.Jsii$Default, IGitHubRepositoryRef.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault GitHubRepositoryReference
(experimental) A reference to a GitHubRepository resource.default software.constructs.Node
getNode()
The tree node.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNode
@Stability(Stable) @NotNull default software.constructs.Node getNode()The tree node.- Specified by:
getNode
in interfacesoftware.constructs.IConstruct
- Specified by:
getNode
in interfacesoftware.constructs.IConstruct.Jsii$Default
-
getGitHubRepositoryRef
(experimental) A reference to a GitHubRepository resource.- Specified by:
getGitHubRepositoryRef
in interfaceIGitHubRepositoryRef
-