@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.767Z") @Stability(value=Experimental) public interface GithubWorkflowOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
GithubWorkflowOptions.Builder
A builder for
GithubWorkflowOptions |
static class |
GithubWorkflowOptions.Jsii$Proxy
An implementation for
GithubWorkflowOptions |
| Modifier and Type | Method and Description |
|---|---|
static GithubWorkflowOptions.Builder |
builder() |
default String |
getConcurrency()
(experimental) Concurrency ensures that only a single job or workflow using the same concurrency group will run at a time.
|
default Boolean |
getForce()
(experimental) Force the creation of the workflow even if `workflows` is disabled in `GitHub`.
|
@Stability(value=Experimental) @Nullable default String getConcurrency()
Currently in beta.
Default: - disabled
https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#concurrency@Stability(value=Experimental) @Nullable default Boolean getForce()
Default: false
@Stability(value=Experimental) static GithubWorkflowOptions.Builder builder()
GithubWorkflowOptions.Builder of GithubWorkflowOptionsCopyright © 2021. All rights reserved.