@Stability(value=Stable) @Internal public static final class CustomActionRegistrationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CustomActionRegistrationProps
CustomActionRegistrationPropssoftware.amazon.jsii.JsiiObject.InitializationModeCustomActionRegistrationProps.Builder, CustomActionRegistrationProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CustomActionRegistrationProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CustomActionRegistrationProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<CustomActionProperty> |
getActionProperties()
The properties used for customizing the instance of your Action.
|
ActionArtifactBounds |
getArtifactBounds()
The artifact bounds of the Action.
|
ActionCategory |
getCategory()
The category of the Action.
|
String |
getEntityUrl()
The URL shown for the entire Action in the Pipeline UI.
|
String |
getExecutionUrl()
The URL shown for a particular execution of an Action in the Pipeline UI.
|
String |
getProvider()
The provider of the Action.
|
String |
getVersion()
The version of your Action.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CustomActionRegistrationProps.Builder builder)
CustomActionRegistrationProps.Builder.public final ActionArtifactBounds getArtifactBounds()
CustomActionRegistrationPropsgetArtifactBounds in interface CustomActionRegistrationPropspublic final ActionCategory getCategory()
CustomActionRegistrationPropsgetCategory in interface CustomActionRegistrationPropspublic final String getProvider()
CustomActionRegistrationProps
For example, 'MyCustomActionProvider'
getProvider in interface CustomActionRegistrationPropspublic final List<CustomActionProperty> getActionProperties()
CustomActionRegistrationPropsDefault: []
getActionProperties in interface CustomActionRegistrationPropspublic final String getEntityUrl()
CustomActionRegistrationPropsDefault: none
getEntityUrl in interface CustomActionRegistrationPropspublic final String getExecutionUrl()
CustomActionRegistrationPropsDefault: none
getExecutionUrl in interface CustomActionRegistrationPropspublic final String getVersion()
CustomActionRegistrationPropsDefault: '1'
getVersion in interface CustomActionRegistrationProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.