TeamCity REST API Reference 2024.03 Help

TestLocator

Represents a locator string for filtering Test entities. Examples:

  • currentlyInvestigated:true — find last 100 tests which are being currently investigated.

  • build:<buildLocator> — find tests under build found by buildLocator.

Properties

Dimension

Data type

Format

Description

affectedProject

string

ProjectLocator

Project (direct or indirect parent) locator.

count

integer

int32

For paginated calls, how many entities to return per page.

currentlyFailing

boolean

Is currently failing.

currentlyInvestigated

boolean

Is currently investigated.

currentlyMuted

boolean

Is currently muted.

id

string

Entity ID.

item

string

item:(<locator1>),item:(<locator2>...)

Supply multiple locators and return a union of the results.

lookupLimit

integer

int32

Limit processing to the latest <lookupLimit> entities.

muteAffected

string

BuildTypeLocator

Build type locator (for finding out if this test is affected by mutes in build type).

name

string

start

integer

int32

For paginated calls, from which entity to start rendering the page.

Last modified: 27 March 2024