open class AutoMerge : BuildFeature
Build feature enabling automatic merge in build configuration or template. |
|
open class CommitStatusPublisher : BuildFeature
A build feature publishing status to external system |
|
open class DockerSupportFeature : BuildFeature
Docker Support feature tracks pushed images and adds a dedicated tab with information about them. |
|
open class FileContentReplacer : BuildFeature
A build feature which processes text files by performing regular expressions |
|
open class FreeDiskSpace : BuildFeature
Build feature ensuring certain free disk space on the agent before the build by deleting files managed by the TeamCity agent. |
|
open class GolangFeature : BuildFeature
Golang feature processing Golang tests |
|
open class InvestigationsAutoAssigner : BuildFeature
A build feature assigning investigations of build failures automatically based on heuristics |
|
open class JiraCloudIntegration : BuildFeature
A build feature enabling integration with Jira Cloud via its Build and Deployment APIs |
|
open class Notifications : BuildFeature
Build feature for notification rule |
|
open class NuGetFeedCredentials : BuildFeature
A build feature to provide feed credentials. |
|
open class NuGetPackagesIndexer : BuildFeature
A build feature to index *.nupkg files in build artifacts into TeamCity NuGet Feed. |
|
open class Perfmon : BuildFeature
A build feature allows you to get the statistics on the CPU, disk and memory usage during a build run on a build agent. |
|
open class PullRequests : BuildFeature
A build feature that introduces GitHub pull requests integration |
|
open class SshAgent : BuildFeature
A build feature which runs SSH agent during a build with the specified SSH key loaded |
|
open class Swabra : BuildFeature
A build feature cleaning files and processes created during a build |
|
open class VcsLabeling : BuildFeature
Build feature enabling automatic VCS labeling in a build. |
fun BuildFeatures.commitStatusPublisher(base: CommitStatusPublisher? = null, init: CommitStatusPublisher.() -> Unit = {}): Unit
Enables status publishing to external system |
|
fun BuildFeatures.dockerSupport(base: DockerSupportFeature? = null, init: DockerSupportFeature.() -> Unit = {}): Unit |
|
fun BuildFeatures.freeDiskSpace(base: FreeDiskSpace? = null, init: FreeDiskSpace.() -> Unit = {}): Unit
Adds a free disk space check to the build configuration or template |
|
fun BuildFeatures.golang(base: GolangFeature? = null, init: GolangFeature.() -> Unit = {}): Unit |
|
fun BuildFeatures.investigationsAutoAssigner(base: InvestigationsAutoAssigner? = null, init: InvestigationsAutoAssigner.() -> Unit = {}): Unit
Configures Investigations Auto Assigner behaviour. |
|
fun BuildFeatures.jiraCloudIntegration(base: JiraCloudIntegration? = null, init: JiraCloudIntegration.() -> Unit = {}): Unit
Provides integration with Jira Cloud via its Build and Deployment APIs |
|
fun BuildFeatures.merge(base: AutoMerge? = null, init: AutoMerge.() -> Unit = {}): Unit
Enables automatic merge in the build configuration or template |
|
fun BuildFeatures.notifications(base: Notifications? = null, init: Notifications.() -> Unit = {}): Unit
Add notification rule |
|
fun BuildFeatures.nuGetFeedCredentials(base: NuGetFeedCredentials? = null, init: NuGetFeedCredentials.() -> Unit = {}): Unit
Provides NuGet feed credentials for feed |
|
fun BuildFeatures.nuGetPackagesIndexer(base: NuGetPackagesIndexer? = null, init: NuGetPackagesIndexer.() -> Unit = {}): Unit
Enables NuGet packages indexing into feed |
|
fun BuildFeatures.perfmon(base: Perfmon? = null, init: Perfmon.() -> Unit = {}): Unit
Adds a build feature build feature |
|
fun BuildFeatures.pullRequests(base: PullRequests? = null, init: PullRequests.() -> Unit = {}): Unit
Enables pull requests integration |
|
fun BuildFeatures.replaceContent(base: FileContentReplacer? = null, init: FileContentReplacer.() -> Unit = {}): Unit
Adds a build feature which processes text files by performing regular expressions |
|
fun BuildFeatures.sshAgent(base: SshAgent? = null, init: SshAgent.() -> Unit = {}): Unit
Adds a build feature which runs SSH agent during a build with the specified SSH key loaded |
|
fun BuildFeatures.swabra(base: Swabra? = null, init: Swabra.() -> Unit = {}): Unit
Adds a build feature cleaning files and processes created during a build |
|
fun BuildFeatures.vcsLabeling(base: VcsLabeling? = null, init: VcsLabeling.() -> Unit = {}): Unit
Enables automatic VCS labeling in a build |