Package io.github.cdklabs.projen.github
Interface CheckoutWithPatchOptions
-
- All Superinterfaces:
CheckoutWith,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
PullRequestPatchSource
- All Known Implementing Classes:
CheckoutWithPatchOptions.Jsii$Proxy,PullRequestPatchSource.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.065Z") @Stability(Experimental) public interface CheckoutWithPatchOptions extends software.amazon.jsii.JsiiSerializable, CheckoutWith
(experimental) Options forcheckoutWithPatch.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCheckoutWithPatchOptions.BuilderA builder forCheckoutWithPatchOptionsstatic classCheckoutWithPatchOptions.Jsii$ProxyAn implementation forCheckoutWithPatchOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CheckoutWithPatchOptions.Builderbuilder()default StringgetPatchFile()(experimental) The name of the artifact the patch is stored as.-
Methods inherited from interface io.github.cdklabs.projen.github.CheckoutWith
getFetchDepth, getLfs, getRef, getRepository, getToken
-
-
-
-
Method Detail
-
getPatchFile
@Stability(Experimental) @Nullable default String getPatchFile()
(experimental) The name of the artifact the patch is stored as.Default: ".repo.patch"
-
builder
@Stability(Experimental) static CheckoutWithPatchOptions.Builder builder()
- Returns:
- a
CheckoutWithPatchOptions.BuilderofCheckoutWithPatchOptions
-
-