Package io.github.cdklabs.projen.github
Interface PullRequestPatchSource
-
- All Superinterfaces:
CheckoutWith,CheckoutWithPatchOptions,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PullRequestPatchSource.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.087Z") @Stability(Experimental) public interface PullRequestPatchSource extends software.amazon.jsii.JsiiSerializable, CheckoutWithPatchOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPullRequestPatchSource.BuilderA builder forPullRequestPatchSourcestatic classPullRequestPatchSource.Jsii$ProxyAn implementation forPullRequestPatchSource
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PullRequestPatchSource.Builderbuilder()StringgetJobId()(experimental) The id of the job that created the patch file.StringgetOutputName()(experimental) The name of the output that indicates if a patch has been created.-
Methods inherited from interface io.github.cdklabs.projen.github.CheckoutWith
getFetchDepth, getLfs, getRef, getRepository, getToken
-
Methods inherited from interface io.github.cdklabs.projen.github.CheckoutWithPatchOptions
getPatchFile
-
-
-
-
Method Detail
-
getJobId
@Stability(Experimental) @NotNull String getJobId()
(experimental) The id of the job that created the patch file.
-
getOutputName
@Stability(Experimental) @NotNull String getOutputName()
(experimental) The name of the output that indicates if a patch has been created.
-
builder
@Stability(Experimental) static PullRequestPatchSource.Builder builder()
- Returns:
- a
PullRequestPatchSource.BuilderofPullRequestPatchSource
-
-