Skip to main content
Glama
change-locator.ts2.56 kB
/* tslint:disable */ /* eslint-disable */ /** * TeamCity REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 2018.1 (current) * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Represents a locator string for filtering Change entities. * @export * @interface ChangeLocator */ export interface ChangeLocator { /** * Project (direct or indirect parent) locator. * @type {string} * @memberof ChangeLocator */ affectedProject?: string; /** * Build locator. * @type {string} * @memberof ChangeLocator */ build?: string; /** * Build type locator. * @type {string} * @memberof ChangeLocator */ buildType?: string; /** * * @type {string} * @memberof ChangeLocator */ comment?: string; /** * For paginated calls, how many entities to return per page. * @type {number} * @memberof ChangeLocator */ count?: number; /** * * @type {string} * @memberof ChangeLocator */ file?: string; /** * Entity ID. * @type {string} * @memberof ChangeLocator */ id?: string; /** * Commit SHA. * @type {string} * @memberof ChangeLocator */ internalVersion?: string; /** * Supply multiple locators and return a union of the results. * @type {string} * @memberof ChangeLocator */ item?: string; /** * Is pending. * @type {boolean} * @memberof ChangeLocator */ pending?: boolean; /** * Project locator. * @type {string} * @memberof ChangeLocator */ project?: string; /** * Commit SHA since which the changes should be returned. * @type {string} * @memberof ChangeLocator */ sinceChange?: string; /** * For paginated calls, from which entity to start rendering the page. * @type {number} * @memberof ChangeLocator */ start?: number; /** * User locator. * @type {string} * @memberof ChangeLocator */ user?: string; /** * VCS side username. * @type {string} * @memberof ChangeLocator */ username?: string; /** * VCS root locator. * @type {string} * @memberof ChangeLocator */ vcsRoot?: string; /** * VCS instance locator. * @type {string} * @memberof ChangeLocator */ vcsRootInstance?: string; /** * * @type {string} * @memberof ChangeLocator */ version?: string; }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Daghis/teamcity-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server