Uses of Class
io.github.cdklabs.projen.github.GithubWorkflow.Builder
-
Packages that use GithubWorkflow.Builder Package Description io.github.cdklabs.projen.github -
-
Uses of GithubWorkflow.Builder in io.github.cdklabs.projen.github
Methods in io.github.cdklabs.projen.github that return GithubWorkflow.Builder Modifier and Type Method Description GithubWorkflow.BuilderGithubWorkflow.Builder. concurrency(String concurrency)(experimental) Concurrency ensures that only a single job or workflow using the same concurrency group will run at a time.static GithubWorkflow.BuilderGithubWorkflow.Builder. create(GitHub github, String name)GithubWorkflow.BuilderGithubWorkflow.Builder. force(Boolean force)(experimental) Force the creation of the workflow even ifworkflowsis disabled inGitHub.
-