| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
JenkinsActionType |
JenkinsActionProps.getType()
The type of the Action - Build, or Test.
|
JenkinsActionType |
JenkinsActionProps.Jsii$Proxy.getType() |
static JenkinsActionType |
JenkinsActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JenkinsActionType[] |
JenkinsActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JenkinsAction.Builder |
JenkinsAction.Builder.type(JenkinsActionType type)
The type of the Action - Build, or Test.
|
JenkinsActionProps.Builder |
JenkinsActionProps.Builder.type(JenkinsActionType type)
Sets the value of
JenkinsActionProps.getType() |
Copyright © 2022. All rights reserved.