addComponentToApplicationTier
Adds the specified component to the specified application tier.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
applicationName |
String |
(Required) The name of the application. |
applicationTierName |
String |
(Required) Name of the tier; must be unique within the application. |
componentName |
String |
(Required) Name of the component. |
componentProjectName |
String |
Project name of the component. |
createApplicationTier
Creates a new application tier in the application.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
applicationName |
String |
(Required) The name of the application. |
applicationTierName |
String |
(Required) Name of the tier; must be unique within the application. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
deleteApplicationTier
Deletes a tier from an application.
getApplicationTier
Retrieves an application tier by name.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
applicationName |
String |
(Required) The name of the application. |
applicationTierName |
String |
(Required) Name of the tier; must be unique within the application. |
applicationEntityRevisionId |
UUID |
The revision ID of the versioned object. |
getApplicationTiers
Retrieves all application tiers in an application.
getApplicationTiersInComponent
Retrieves all application tiers that are used by the given component.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
componentName |
String |
(Required) The name of the component. |
applicationEntityRevisionId |
UUID |
The revision ID of the versioned object. |
applicationName |
String |
The name of an application to scope this component to. |
modifyApplicationTier
Modifies an existing tier in the application.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
applicationName |
String |
(Required) The name of the application. |
applicationTierName |
String |
(Required) Name of the tier; must be unique within the application. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
newName |
String |
The new name for an existing object that is being renamed. |