@Stability(value=Experimental) public static final class GithubWorkflowOptions.Builder extends Object implements software.amazon.jsii.Builder<GithubWorkflowOptions>
GithubWorkflowOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GithubWorkflowOptions |
build()
Builds the configured instance.
|
GithubWorkflowOptions.Builder |
concurrency(String concurrency)
Sets the value of
GithubWorkflowOptions.getConcurrency() |
GithubWorkflowOptions.Builder |
force(Boolean force)
Sets the value of
GithubWorkflowOptions.getForce() |
@Stability(value=Experimental) public GithubWorkflowOptions.Builder concurrency(String concurrency)
GithubWorkflowOptions.getConcurrency()concurrency - Concurrency ensures that only a single job or workflow using the same concurrency group will run at a time.
Currently in beta.this@Stability(value=Experimental) public GithubWorkflowOptions.Builder force(Boolean force)
GithubWorkflowOptions.getForce()force - Force the creation of the workflow even if `workflows` is disabled in `GitHub`.this@Stability(value=Experimental) public GithubWorkflowOptions build()
build in interface software.amazon.jsii.Builder<GithubWorkflowOptions>GithubWorkflowOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.