Uses of Interface
io.github.cdklabs.projen.github.workflows.Job
-
Packages that use Job Package Description io.github.cdklabs.projen.build io.github.cdklabs.projen.github io.github.cdklabs.projen.github.workflows io.github.cdklabs.projen.release -
-
Uses of Job in io.github.cdklabs.projen.build
Methods in io.github.cdklabs.projen.build with parameters of type Job Modifier and Type Method Description voidBuildWorkflow. addPostBuildJob(String id, Job job)(experimental) Adds another job to the build workflow which is executed after the build job succeeded. -
Uses of Job in io.github.cdklabs.projen.github
Methods in io.github.cdklabs.projen.github that return Job Modifier and Type Method Description static JobWorkflowJobs. pullRequestFromPatch(PullRequestFromPatchOptions options)(experimental) Creates a pull request with the changes of a patch file. -
Uses of Job in io.github.cdklabs.projen.github.workflows
Classes in io.github.cdklabs.projen.github.workflows that implement Job Modifier and Type Class Description static classJob.Jsii$ProxyAn implementation forJobMethods in io.github.cdklabs.projen.github.workflows that return Job Modifier and Type Method Description JobJob.Builder. build()Builds the configured instance. -
Uses of Job in io.github.cdklabs.projen.release
Method parameters in io.github.cdklabs.projen.release with type arguments of type Job Modifier and Type Method Description voidRelease. addJobs(Map<String,Job> jobs)(experimental) Adds jobs to all release workflows.
-