Package io.github.cdklabs.projen.github
Class WorkflowJobs
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.github.WorkflowJobs
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.094Z") @Stability(Experimental) public class WorkflowJobs extends software.amazon.jsii.JsiiObject
(experimental) A set of utility functions for creating jobs in GitHub Workflows.
-
-
Constructor Summary
Constructors Modifier Constructor Description WorkflowJobs()protectedWorkflowJobs(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedWorkflowJobs(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JobpullRequestFromPatch(PullRequestFromPatchOptions options)(experimental) Creates a pull request with the changes of a patch file.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
pullRequestFromPatch
@Stability(Experimental) @NotNull public static Job pullRequestFromPatch(@NotNull PullRequestFromPatchOptions options)
(experimental) Creates a pull request with the changes of a patch file.- Parameters:
options- This parameter is required.- Returns:
- Job
-
-