Skip to main content
Glama
snapshot-dependency.ts2.44 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. */ // May contain unused imports in some cases // @ts-ignore import type { BuildType } from './build-type'; // May contain unused imports in some cases // @ts-ignore import type { Properties } from './properties'; /** * A snapshot dependency that specifies the relation between the current (dependent) downstream configuration of a build chain, and an upstream configuration on which the current configuration depends. * @export * @interface SnapshotDependency */ export interface SnapshotDependency { /** * The internal read-only ID of the object. This property is inherited from the base PropEntity class. * @type {string} * @memberof SnapshotDependency */ id?: string; /** * The public object name. Some objects, like build steps, support public names, while others, like build triggers, do not. This property is inherited from the base PropEntity class. * @type {string} * @memberof SnapshotDependency */ name?: string; /** * The object type. This property is inherited from the base PropEntity class. * @type {string} * @memberof SnapshotDependency */ type?: string; /** * Returns **rue** if the object is disabled and inactive; otherwise, **false**. This property is inherited from the base PropEntity class. * @type {boolean} * @memberof SnapshotDependency */ disabled?: boolean; /** * Returns **rue** if the object is inherited from another object; otherwise, **false**. This property is inherited from the base PropEntity class. * @type {boolean} * @memberof SnapshotDependency */ inherited?: boolean; /** * Returns the shortened (without the server URL) link to the current object. This property is inherited from the base PropEntity class. * @type {string} * @memberof SnapshotDependency */ href?: string; /** * * @type {Properties} * @memberof SnapshotDependency */ properties?: Properties; /** * * @type {BuildType} * @memberof SnapshotDependency */ 'source-buildType'?: BuildType; }

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