public static final class CustomActionRegistrationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CustomActionRegistrationProps
CustomActionRegistrationProps
CustomActionRegistrationProps.Builder, CustomActionRegistrationProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.util.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.
|
java.lang.String |
getEntityUrl()
The URL shown for the entire Action in the Pipeline UI.
|
java.lang.String |
getExecutionUrl()
The URL shown for a particular execution of an Action in the Pipeline UI.
|
java.lang.String |
getProvider()
The provider of the Action.
|
java.lang.String |
getVersion()
The version of your Action.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final ActionArtifactBounds getArtifactBounds()
CustomActionRegistrationProps
getArtifactBounds
in interface CustomActionRegistrationProps
public final ActionCategory getCategory()
CustomActionRegistrationProps
getCategory
in interface CustomActionRegistrationProps
public final java.lang.String getProvider()
CustomActionRegistrationProps
For example, 'MyCustomActionProvider'
getProvider
in interface CustomActionRegistrationProps
public final java.util.List<CustomActionProperty> getActionProperties()
CustomActionRegistrationProps
Default: []
getActionProperties
in interface CustomActionRegistrationProps
public final java.lang.String getEntityUrl()
CustomActionRegistrationProps
Default: none
getEntityUrl
in interface CustomActionRegistrationProps
public final java.lang.String getExecutionUrl()
CustomActionRegistrationProps
Default: none
getExecutionUrl
in interface CustomActionRegistrationProps
public final java.lang.String getVersion()
CustomActionRegistrationProps
Default: '1'
getVersion
in interface CustomActionRegistrationProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()