createEmailConfig
Creates a new email configuration.
Arguments
Argument Name | Type | Description |
---|---|---|
configName |
String |
The email configuration name. (Required) |
credentialName |
String |
The name of the credential that contains the email password for the user from which CloudBees CD/RO sends email notifications. |
credentialProjectName |
String |
The name of the credential project that contains the email password for the user from which CloudBees CD/RO sends email notifications. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
mailFrom |
String |
The email address used as the email sender address for CloudBees CD/RO notifications. |
mailHost |
String |
Name of the email server host. |
mailPort |
Integer |
The port number for the email service on the server. |
mailProtocol |
String |
Name of the email transport protocol. Supported protocol names: |
mailUser |
String |
Name of the email user on behalf of which CloudBees CD/RO sends email notifications. |
mailUserPassword |
String |
Password of the email user on behalf of which CloudBees CD/RO sends email notifications. |
modifyEmailConfig
Modifies an existing email configuration.
Arguments
Argument Name | Type | Description |
---|---|---|
configName |
String |
The email configuration name. (Required) |
credentialName |
String |
The name of the credential that contains the email password for the user from which CloudBees CD/RO sends email notifications. |
credentialProjectName |
String |
The name of the credential project that contains the email password for the user from which CloudBees CD/RO sends email notifications. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
mailFrom |
String |
The email address used as the email sender address for CloudBees CD/RO notifications. |
mailHost |
String |
Name of the email server host. |
mailPort |
Integer |
The port number for the email service on the server. |
mailProtocol |
String |
Name of the email transport protocol. Supported protocol names: |
mailUser |
String |
Name of the email user on behalf of which CloudBees CD/RO sends email notifications. |
mailUserPassword |
String |
Password of the email user on behalf of which CloudBees CD/RO sends email notifications. |
newName |
String |
The new name for an existing object that is being renamed. |