Package io.github.cdklabs.projen.github
Class PullRequestBackport
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- io.github.cdklabs.projen.Component
-
- io.github.cdklabs.projen.github.PullRequestBackport
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.100.0 (build 6a776be)", date="2024-06-21T23:10:12.010Z") @Stability(Experimental) public class PullRequestBackport extends Component
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPullRequestBackport.Builder(experimental) A fluent builder forPullRequestBackport.
-
Constructor Summary
Constructors Modifier Constructor Description protectedPullRequestBackport(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedPullRequestBackport(software.amazon.jsii.JsiiObjectRef objRef)PullRequestBackport(software.constructs.IConstruct scope)PullRequestBackport(software.constructs.IConstruct scope, PullRequestBackportOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonFilegetFile()GithubWorkflowgetWorkflow()-
Methods inherited from class io.github.cdklabs.projen.Component
getProject, isComponent, postSynthesize, preSynthesize, synthesize
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
PullRequestBackport
protected PullRequestBackport(software.amazon.jsii.JsiiObjectRef objRef)
-
PullRequestBackport
protected PullRequestBackport(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
PullRequestBackport
@Stability(Experimental) public PullRequestBackport(@NotNull software.constructs.IConstruct scope, @Nullable PullRequestBackportOptions options)- Parameters:
scope- This parameter is required.options-
-
PullRequestBackport
@Stability(Experimental) public PullRequestBackport(@NotNull software.constructs.IConstruct scope)- Parameters:
scope- This parameter is required.
-
-
Method Detail
-
getFile
@Stability(Experimental) @NotNull public JsonFile getFile()
-
getWorkflow
@Stability(Experimental) @NotNull public GithubWorkflow getWorkflow()
-
-