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-24T22:59:45.074Z")
    @Stability(Stable)
    public interface IsDefaultBranchProps
    extends software.amazon.jsii.JsiiSerializable
    Properties to help the isDefaultBranch function determine the default branch name.
    • 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.