Package io.github.cdklabs.projen.github
Class GithubWorkflowOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.github.GithubWorkflowOptions.Jsii$Proxy
-
- All Implemented Interfaces:
GithubWorkflowOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GithubWorkflowOptions
@Stability(Experimental) @Internal public static final class GithubWorkflowOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GithubWorkflowOptions
An implementation forGithubWorkflowOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.github.GithubWorkflowOptions
GithubWorkflowOptions.Builder, GithubWorkflowOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GithubWorkflowOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theGithubWorkflowOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetConcurrency()(experimental) Concurrency ensures that only a single job or workflow using the same concurrency group will run at a time.BooleangetForce()(experimental) Force the creation of the workflow even ifworkflowsis disabled inGitHub.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(GithubWorkflowOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theGithubWorkflowOptions.Builder.
-
-
Method Detail
-
getConcurrency
public final String getConcurrency()
Description copied from interface:GithubWorkflowOptions(experimental) Concurrency ensures that only a single job or workflow using the same concurrency group will run at a time.Currently in beta.
Default: - disabled
- Specified by:
getConcurrencyin interfaceGithubWorkflowOptions- See Also:
- https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#concurrency
-
getForce
public final Boolean getForce()
Description copied from interface:GithubWorkflowOptions(experimental) Force the creation of the workflow even ifworkflowsis disabled inGitHub.Default: false
- Specified by:
getForcein interfaceGithubWorkflowOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-