ChangeLocator
Represents a locator string for filtering Change entities. Examples:
username:MyVCSUsername
— find last 100 changes made by user withMyVCSUsername
VCS username.pending:true,buildType:<buildTypeLocator>
— find all pending changes on build configuration found bybuildTypeLocator
.
Properties
Dimension | Data type | Format | Description |
---|---|---|---|
|
| Project (direct or indirect parent) locator. | |
|
| Build locator. | |
|
| Build type locator. | |
|
| ||
|
|
| For paginated calls, how many entities to return per page. |
|
| ||
|
| Entity ID. | |
|
| Commit SHA. | |
|
|
| Supply multiple locators and return a union of the results. |
|
| Is pending. | |
|
| Project locator. | |
|
| Commit SHA since which the changes should be returned. | |
|
|
| For paginated calls, from which entity to start rendering the page. |
|
| User locator. | |
|
| VCS side username. | |
|
| VCS root locator. | |
|
| VCS instance locator. | |
|
|