Package-level declarations

Types

Link copied to clipboard

Base class for Finish Build Triggers. Finish build trigger runs build when some other build finishes.

Link copied to clipboard

A trigger running builds when there is a modification of the maven dependency content.

Link copied to clipboard

A trigger running builds when there is a modification of the snapshot dependency content in the remote repository.

Link copied to clipboard

The NuGet Dependency Trigger allows starting a new build if a NuGet packages update is detected in the NuGet repository. Note that if a custom NuGet executable is used, it must be explicitly allowed on this server.

Link copied to clipboard

Perforce Shelve Trigger queues a build when a shelved changelist is created/updated in the VCS Root of the build configuration.

Link copied to clipboard

Triggers the build if the previous build failed after a specified time delay

Link copied to clipboard

Base class for Schedule Build Triggers. Schedule trigger runs builds by specified schedule.

Link copied to clipboard
open class VcsTrigger : Trigger

Base class for VCS triggers. VCS trigger automatically starts a new build each time TeamCity detects new changes.

Functions

Link copied to clipboard

Adds Finish Build Trigger to build configuration or template

Link copied to clipboard

Adds a trigger. running builds when there is a modification of the maven dependency content.

Link copied to clipboard

Adds a trigger running builds when there is a modification of the snapshot dependency content in the remote repository.

Link copied to clipboard
Link copied to clipboard

Adds Retry Build Trigger

Link copied to clipboard

Adds Schedule Build Trigger to build configuration or template

Link copied to clipboard

Adds VCS trigger to the build configuration or template