Overview
The Project type holds a projects details
Properties
| Property |
Type |
Description |
| id |
string |
A unique id for the project, which is unchanged for the project's lifetime (even if the project is renamed) |
| name |
string |
The name of the project, uniquely identifies the project. |
| description |
string |
The description of the project. |
| url |
string |
The url for the projects homepage. |
| scm |
string |
The scm type identifier. |
| type |
string |
The project type identifier. |