Class CommandsActionProps.Jsii$Proxy
- All Implemented Interfaces:
CommandsActionProps,CommonActionProps,CommonAwsActionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CommandsActionProps
CommandsActionProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.actions.CommandsActionProps
CommandsActionProps.Builder, CommandsActionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CommandsActionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCommandsActionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe physical, human-readable name of the Action.Shell commands for the Commands action to run.The list of additional input artifacts for this action.final ArtifactgetInput()The source to use as input for this action.final ArtifactThe output artifact for this action.The names of the variables in your environment that you want to export.final IRolegetRole()The Role in which context's this Action will be executing in.final NumberThe runOrder property for this Action.final StringThe name of the namespace to use for variables emitted by this action.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCommandsActionProps.Builder.
-
-
Method Details
-
getCommands
Description copied from interface:CommandsActionPropsShell commands for the Commands action to run.All formats are supported except multi-line formats.
The length of the commands array must be between 1 and 50.
- Specified by:
getCommandsin interfaceCommandsActionProps
-
getInput
Description copied from interface:CommandsActionPropsThe source to use as input for this action.- Specified by:
getInputin interfaceCommandsActionProps
-
getExtraInputs
Description copied from interface:CommandsActionPropsThe list of additional input artifacts for this action.Default: - no extra inputs
- Specified by:
getExtraInputsin interfaceCommandsActionProps
-
getOutput
Description copied from interface:CommandsActionPropsThe output artifact for this action.You can filter files that you want to export as the output artifact for the action.
Default: - no output artifact
Example:
new Artifact("CommandsArtifact", List.of("my-dir/**"));- Specified by:
getOutputin interfaceCommandsActionProps
-
getOutputVariables
Description copied from interface:CommandsActionPropsThe names of the variables in your environment that you want to export.These variables can be referenced in other actions by using the
variablemethod of this class.Default: - No output variables are exported
- Specified by:
getOutputVariablesin interfaceCommandsActionProps- See Also:
-
getRole
Description copied from interface:CommonAwsActionPropsThe Role in which context's this Action will be executing in.The Pipeline's Role will assume this Role (the required permissions for that will be granted automatically) right before executing this Action. This Action will be passed into your
IAction.bindmethod in theActionBindOptions.roleproperty.Default: a new Role will be generated
- Specified by:
getRolein interfaceCommonAwsActionProps
-
getActionName
Description copied from interface:CommonActionPropsThe physical, human-readable name of the Action.Note that Action names must be unique within a single Stage.
- Specified by:
getActionNamein interfaceCommonActionProps
-
getRunOrder
Description copied from interface:CommonActionPropsThe runOrder property for this Action.RunOrder determines the relative order in which multiple Actions in the same Stage execute.
Default: 1
- Specified by:
getRunOrderin interfaceCommonActionProps- See Also:
-
getVariablesNamespace
Description copied from interface:CommonActionPropsThe name of the namespace to use for variables emitted by this action.Default: - a name will be generated, based on the stage and action names, if any of the action's variables were referenced - otherwise, no namespace will be set
- Specified by:
getVariablesNamespacein interfaceCommonActionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-