createWorkflowDefinition
Creates a new workflow definition for a project.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName | String | The name for the project that must be unique among all projects. (Required) |
workflowDefinitionName | String | The name of the workflow definition. (Required) |
description | String | Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
workflowNameTemplate | String | The template used to name instances of this workflow definition. |
deleteWorkflowDefinition
getWorkflowDefinition
getWorkflowDefinitions
modifyWorkflowDefinition
Modifies an existing workflow definition.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName | String | The name for the project that must be unique among all projects. (Required) |
workflowDefinitionName | String | The name of the workflow definition. (Required) |
description | String | Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
newName | String | New name for an existing object that is being renamed. |
workflowNameTemplate | String | The template used to name instances of this workflow definition. |