Class JenkinsActionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.actions.JenkinsActionProps.Jsii$Proxy
- All Implemented Interfaces:
JenkinsActionProps
,CommonActionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- JenkinsActionProps
@Stability(Stable)
@Internal
public static final class JenkinsActionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements JenkinsActionProps
An implementation for
JenkinsActionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.actions.JenkinsActionProps
JenkinsActionProps.Builder, JenkinsActionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(JenkinsActionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theJenkinsActionProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The physical, human-readable name of the Action.The source to use as input for this build.final IJenkinsProvider
The Jenkins Provider for this Action.final String
The name of the project (sometimes also called job, or task) on your Jenkins installation that will be invoked by this Action.final Number
The runOrder property for this Action.final JenkinsActionType
getType()
The type of the Action - Build, or Test.final String
The name of the namespace to use for variables emitted by this action.final int
hashCode()
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 theJenkinsActionProps.Builder
.
-
-
Method Details
-
getJenkinsProvider
Description copied from interface:JenkinsActionProps
The Jenkins Provider for this Action.- Specified by:
getJenkinsProvider
in interfaceJenkinsActionProps
-
getProjectName
Description copied from interface:JenkinsActionProps
The name of the project (sometimes also called job, or task) on your Jenkins installation that will be invoked by this Action.Example:
"MyJob";
- Specified by:
getProjectName
in interfaceJenkinsActionProps
-
getType
Description copied from interface:JenkinsActionProps
The type of the Action - Build, or Test.- Specified by:
getType
in interfaceJenkinsActionProps
-
getInputs
Description copied from interface:JenkinsActionProps
The source to use as input for this build.- Specified by:
getInputs
in interfaceJenkinsActionProps
-
getOutputs
- Specified by:
getOutputs
in interfaceJenkinsActionProps
-
getActionName
Description copied from interface:CommonActionProps
The physical, human-readable name of the Action.Note that Action names must be unique within a single Stage.
- Specified by:
getActionName
in interfaceCommonActionProps
-
getRunOrder
Description copied from interface:CommonActionProps
The runOrder property for this Action.RunOrder determines the relative order in which multiple Actions in the same Stage execute.
Default: 1
- Specified by:
getRunOrder
in interfaceCommonActionProps
- See Also:
-
getVariablesNamespace
Description copied from interface:CommonActionProps
The 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:
getVariablesNamespace
in interfaceCommonActionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-