Skip to main content
Glama
trigger.ts2.28 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 { BuildTriggerCustomization } from './build-trigger-customization'; // May contain unused imports in some cases // @ts-ignore import type { Properties } from './properties'; /** * A build trigger that automatically starts new builds when specified criteria are met. * @export * @interface Trigger */ export interface Trigger { /** * The internal read-only ID of the object. This property is inherited from the base PropEntity class. * @type {string} * @memberof Trigger */ 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 Trigger */ name?: string; /** * The object type. This property is inherited from the base PropEntity class. * @type {string} * @memberof Trigger */ 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 Trigger */ 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 Trigger */ 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 Trigger */ href?: string; /** * * @type {Properties} * @memberof Trigger */ properties?: Properties; /** * * @type {BuildTriggerCustomization} * @memberof Trigger */ buildCustomization?: BuildTriggerCustomization; }

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