| Modifier and Type | Method and Description |
|---|---|
CustomActionRegistration.Builder |
CustomActionRegistration.Builder.actionProperties(List<? extends CustomActionProperty> actionProperties)
The properties used for customizing the instance of your Action.
|
CustomActionRegistration.Builder |
CustomActionRegistration.Builder.artifactBounds(ActionArtifactBounds artifactBounds)
The artifact bounds of the Action.
|
CustomActionRegistration.Builder |
CustomActionRegistration.Builder.category(ActionCategory category)
The category of the Action.
|
static CustomActionRegistration.Builder |
CustomActionRegistration.Builder.create(software.constructs.Construct scope,
String id) |
CustomActionRegistration.Builder |
CustomActionRegistration.Builder.entityUrl(String entityUrl)
The URL shown for the entire Action in the Pipeline UI.
|
CustomActionRegistration.Builder |
CustomActionRegistration.Builder.executionUrl(String executionUrl)
The URL shown for a particular execution of an Action in the Pipeline UI.
|
CustomActionRegistration.Builder |
CustomActionRegistration.Builder.provider(String provider)
The provider of the Action.
|
CustomActionRegistration.Builder |
CustomActionRegistration.Builder.version(String version)
The version of your Action.
|
Copyright © 2023. All rights reserved.