Interface IsDefaultBranchProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IsDefaultBranchProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-02T01:26:23.802Z") @Stability(Stable) public interface IsDefaultBranchProps extends software.amazon.jsii.JsiiSerializable
Properties to help the isDefaultBranch function determine the default branch name.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIsDefaultBranchProps.BuilderA builder forIsDefaultBranchPropsstatic classIsDefaultBranchProps.Jsii$ProxyAn implementation forIsDefaultBranchProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IsDefaultBranchProps.Builderbuilder()default StringgetDefaultBranchName()Specify the default branch name without context.default software.constructs.NodegetNode()The current node to fetch defaultBranchName from context.
-
-
-
Method Detail
-
getDefaultBranchName
@Stability(Stable) @Nullable default String getDefaultBranchName()
Specify the default branch name without context.
-
getNode
@Stability(Stable) @Nullable default software.constructs.Node getNode()
The current node to fetch defaultBranchName from context.
-
builder
@Stability(Stable) static IsDefaultBranchProps.Builder builder()
- Returns:
- a
IsDefaultBranchProps.BuilderofIsDefaultBranchProps
-
-