ProjectLocator
Represents a locator string for filtering Project entities. Examples:
name:MyProject
— find a project with nameMyProject
.archived:false
— find projects which are not archived.
Properties
Dimension | Data type | Format | Description |
---|---|---|---|
|
|
| Project (direct or indirect parent) locator. |
|
| Is archived. | |
|
| Build locator. | |
|
| Build type locator. | |
|
|
| For paginated calls, how many entities to return per page. |
|
| Default template locator. | |
|
| ||
|
| ||
|
|
| Supply multiple locators and return a union of the results. |
|
| ||
|
| Associated agent pool locator. | |
|
|
| Project (direct parent) locator. |
|
|
| Project feature locator. |
|
|
| For paginated calls, from which entity to start rendering the page. |
|
| ||
|
| VCS root locator. | |
|
| Is virtual (default=false). |