modifyPlugin

On this page
Back to index

Summary

Modifies a plugin.
pluginName
Stringrequired
The name of the plugin.
author
Stringoptional
The name of the plugin author.
authorUrl
Stringoptional
The URL of the plugin author.
category
Stringoptional
The category of the plugin.
description
Stringoptional
Comment text describing this object that is not interpreted at all by CloudBees CD/RO.
extensionVersion
Integeroptional
An 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.
label
Stringoptional
Label to display in lists for the plugin.
pluginWizardBased
Booleanoptional
Whether the plugin is based on Plugin Wizard.
repositoryUrl
Stringoptional
The URL of plugin's repository.
supportLevel
Integeroptional
The support level for the plugin.
supportsConfigurations
Booleanoptional
Whether the plugin supports plugin configurations. If true, then the plugin configuration procedures, CreateConfiguration and DeleteConfiguration will be automatically created.

Usage

Perl

$cmdr->modifyPlugin( "test-pluginName" # pluginName # optionals );

ectool

ectool modifyPlugin \ "test-pluginName" `# pluginName` \ # optionals