Package-level declarations
Types
Base class for Finish Build Triggers. Finish build trigger runs build when some other build finishes.
A trigger running builds when there is a modification of the maven dependency content.
A trigger running builds when there is a modification of the snapshot dependency content in the remote repository.
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.
Perforce Shelve Trigger queues a build when a shelved changelist is created/updated in the VCS Root of the build configuration.
Triggers the build if the previous build failed after a specified time delay
Base class for Schedule Build Triggers. Schedule trigger runs builds by specified schedule.
Base class for VCS triggers. VCS trigger automatically starts a new build each time TeamCity detects new changes.
Functions
Adds Finish Build Trigger to build configuration or template
Adds a trigger. running builds when there is a modification of the maven dependency content.
Adds a trigger running builds when there is a modification of the snapshot dependency content in the remote repository.
Adds Perforce Build Trigger to build configuration or template
Adds Retry Build Trigger
Adds Schedule Build Trigger to build configuration or template
Adds VCS trigger to the build configuration or template