Class ActionTypeSettings
- All Implemented Interfaces:
Serializable
,Cloneable
Returns information about the settings for an action type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for an AWS CodeDeploy deployment group.The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the external system, such as console page for AWS CodeDeploy.The URL returned to the AWS CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.int
hashCode()
void
setEntityUrlTemplate
(String entityUrlTemplate) The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for an AWS CodeDeploy deployment group.void
setExecutionUrlTemplate
(String executionUrlTemplate) The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the external system, such as console page for AWS CodeDeploy.void
setRevisionUrlTemplate
(String revisionUrlTemplate) The URL returned to the AWS CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.void
setThirdPartyConfigurationUrl
(String thirdPartyConfigurationUrl) The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.toString()
Returns a string representation of this object; useful for testing and debugging.withEntityUrlTemplate
(String entityUrlTemplate) The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for an AWS CodeDeploy deployment group.withExecutionUrlTemplate
(String executionUrlTemplate) The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the external system, such as console page for AWS CodeDeploy.withRevisionUrlTemplate
(String revisionUrlTemplate) The URL returned to the AWS CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.withThirdPartyConfigurationUrl
(String thirdPartyConfigurationUrl) The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.
-
Constructor Details
-
ActionTypeSettings
public ActionTypeSettings()
-
-
Method Details
-
setThirdPartyConfigurationUrl
The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.
- Parameters:
thirdPartyConfigurationUrl
- The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.
-
getThirdPartyConfigurationUrl
The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.
- Returns:
- The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.
-
withThirdPartyConfigurationUrl
The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.
- Parameters:
thirdPartyConfigurationUrl
- The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEntityUrlTemplate
The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for an AWS CodeDeploy deployment group. This link is provided as part of the action display within the pipeline.
- Parameters:
entityUrlTemplate
- The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for an AWS CodeDeploy deployment group. This link is provided as part of the action display within the pipeline.
-
getEntityUrlTemplate
The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for an AWS CodeDeploy deployment group. This link is provided as part of the action display within the pipeline.
- Returns:
- The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for an AWS CodeDeploy deployment group. This link is provided as part of the action display within the pipeline.
-
withEntityUrlTemplate
The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for an AWS CodeDeploy deployment group. This link is provided as part of the action display within the pipeline.
- Parameters:
entityUrlTemplate
- The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for an AWS CodeDeploy deployment group. This link is provided as part of the action display within the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setExecutionUrlTemplate
The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the external system, such as console page for AWS CodeDeploy. This link is shown on the pipeline view page in the AWS CodePipeline console and provides a link to the execution entity of the external action.
- Parameters:
executionUrlTemplate
- The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the external system, such as console page for AWS CodeDeploy. This link is shown on the pipeline view page in the AWS CodePipeline console and provides a link to the execution entity of the external action.
-
getExecutionUrlTemplate
The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the external system, such as console page for AWS CodeDeploy. This link is shown on the pipeline view page in the AWS CodePipeline console and provides a link to the execution entity of the external action.
- Returns:
- The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the external system, such as console page for AWS CodeDeploy. This link is shown on the pipeline view page in the AWS CodePipeline console and provides a link to the execution entity of the external action.
-
withExecutionUrlTemplate
The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the external system, such as console page for AWS CodeDeploy. This link is shown on the pipeline view page in the AWS CodePipeline console and provides a link to the execution entity of the external action.
- Parameters:
executionUrlTemplate
- The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the external system, such as console page for AWS CodeDeploy. This link is shown on the pipeline view page in the AWS CodePipeline console and provides a link to the execution entity of the external action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRevisionUrlTemplate
The URL returned to the AWS CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.
- Parameters:
revisionUrlTemplate
- The URL returned to the AWS CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.
-
getRevisionUrlTemplate
The URL returned to the AWS CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.
- Returns:
- The URL returned to the AWS CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.
-
withRevisionUrlTemplate
The URL returned to the AWS CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.
- Parameters:
revisionUrlTemplate
- The URL returned to the AWS CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-