Back to index
Summary
Modifies a plugin.pluginNameStringoptionalThe name of the plugin. authorStringoptionalThe name of the plugin author. authorUrlStringoptionalThe URL of the plugin author. If using an IPv6 address, enclose the address in square brackets. Example: [<IPv6-ADDRESS>] .categoryStringoptionalThe category of the plugin. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. extensionVersionIntegeroptionalAn extension version number should be used when modifying or extending a CloudBees provided plugin. This allows the system to differentiate between the product plugin versions and plugin versions modified or customized by you. labelStringoptionalLabel to display in lists for the plugin. pluginWizardBasedBooleanoptionalWhether the plugin is based on Plugin Wizard. repositoryUrlStringoptionalThe URL of plugin's repository. If using an IPv6 address, enclose the address in square brackets. Example: [<IPv6-ADDRESS>] .supportLevelIntegeroptionalThe support level for the plugin. supportsConfigurationsBooleanoptionalWhether the plugin supports plugin configurations. If true, then the plugin configuration procedures, CreateConfiguration and DeleteConfiguration will be automatically created. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.modifyPlugin( /* optional arguments */ )