Class SkipQueuedBuildsTranslator


  • public class SkipQueuedBuildsTranslator
    extends Object
    ##teamcity[skipQueuedBuilds comment="..." tags="buildTypeExternalId, tests"] This service message allows to skip/exclude some builds from the build chains the current build belongs to. The builds to skip are specified with 'tags' attribute, via comma-separated values. Each tag value can be either build configuration external ID, or a tag specified on a build configuration (right now via teamcity.configuration.tags parameter) The builds to skip should be present in the build queue, otherwise the call has no effect.
    Since:
    2024.12
    • Constructor Detail

      • SkipQueuedBuildsTranslator

        public SkipQueuedBuildsTranslator​(@NotNull
                                          ServerExtensionHolder server)