TeamCity REST API Reference 2024.03 Help

TestOccurrenceLocator

Represents a locator string for filtering TestOccurrence entities. Examples:

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

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

Properties

Dimension

Data type

Format

Description

affectedProject

string

ProjectLocator

Project (direct or indirect parent) locator.

branch

string

build

string

BuildLocator

Build locator.

buildType

string

BuildTypeLocator

Build type 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

string

id

string

Entity ID.

ignored

boolean

Is ignored.

includePersonal

boolean

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.

muted

boolean

Is muted.

name

string

newFailure

string

start

integer

int32

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

status

string

Supported values:

  • unknown

  • normal

  • warning

  • failure

  • error

  • success

test

string

TestLocator

Test locator.

Last modified: 27 March 2024