Back to index
Summary
Modifies the specifiedarchiveConnector
object.archiveConnectorNameStringrequiredUnique name of the archive connector. actualParametersArray<ActualParameter>optionalActual parameter values for the configured archive connector. archiveDataFormatStringoptionalThe data format that the connector consumes the archived data in. Possible values: "JSON" , "XML" archiveScriptStringoptionalScript registered to connect to the archive system and store the data being archived. clearActualParametersBooleanoptionalTrue if the archive connector should remove all actual parameters. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. enabledBooleanoptionalWhether the connector is enabled. If true, then any previously enabled archive connector will be disabled. newNameStringoptionalThe new name for an existing object that is being renamed. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.modifyArchiveConnector( archiveConnectorName: "test-archiveConnectorName" /* optional arguments */ )