createProject
Creates a new project.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
The name for the project that must be unique among all projects. (Required) |
credentialName |
String |
The name of the credential object. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
resourceName |
String |
Name for the resource; must be unique among all resources. |
tracked |
Boolean |
True to enable change tracking for this project. |
workspaceName |
String |
The name of the workspace. |
deleteProject
Deletes a project, including all procedures, procedure steps, and jobs within that project.
getProject
modifyProject
Modifies an existing project.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
The name for the project that must be unique among all projects. (Required) |
credentialName |
String |
The name of the credential object. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
newName |
String |
The new name for an existing object that is being renamed. |
resourceName |
String |
Name for the resource; must be unique among all resources. |
tracked |
Boolean |
True to enable change tracking for this project. |
workspaceName |
String |
The name of the workspace. |