jetbrains.buildServer.configs.kotlin.v10 / ProjectFeature

ProjectFeature

open class ProjectFeature : Parametrized

Represents project-level feature

Constructors

<init>

ProjectFeature(base: ProjectFeature? = null, init: ProjectFeature.() -> Unit = {})

Properties

id

var id: String?

Project feature id, if not specified will be generated

type

var type: String

Project feature type

Inherited Properties

params

open val params: List<Parameter>

Inherited Functions

booleanParameter

fun booleanParameter(customName: String? = null, trueValue: String? = "true", falseValue: String? = "false"): BooleanDelegate

compoundParameter

fun <T : CompoundParam> compoundParameter(customName: String? = null): CompoundParamDelegate<T>

enumParameter

fun <E : Enum<E>> enumParameter(customName: String? = null, mapping: Map<E, String?>? = null): EnumDelegate<E>

intParameter

fun intParameter(customName: String? = null): IntDelegate

param

fun param(name: String, value: String): Unit

Adds parameter

stringParameter

fun stringParameter(customName: String? = null): StringDelegate

Inheritors

AzureDevopsConnection

open class AzureDevopsConnection : ProjectFeature

Project feature for Azure Devops or VSTS connection settings

BitbucketCloudConnection

open class BitbucketCloudConnection : ProjectFeature

Project feature defining an OAuth connection settings for Bitbucket Cloud

BugzillaIssueTracker

open class BugzillaIssueTracker : ProjectFeature

Project feature enabling integration with Bugzilla issue tracker

BuildReportTab

open class BuildReportTab : ProjectFeature

Project feature defining a custom tab to be shown for all builds of the current project

DockerECRConnection

open class DockerECRConnection : ProjectFeature

This connection is used in Docker Support build feature.

DockerRegistryConnection

open class DockerRegistryConnection : ProjectFeature

This connection is used in Docker Support build feature.

GHEConnection

open class GHEConnection : ProjectFeature

Project feature defining an OAuth connection settings for GitHub Enterprise server

GitHubConnection

open class GitHubConnection : ProjectFeature

Project feature defining an OAuth connection settings for GitHub.com

GitLabConnection

open class GitLabConnection : ProjectFeature

Project feature defining an OAuth connection settings for GitLab.com

GitLabEEConnection

open class GitLabEEConnection : ProjectFeature

Project feature defining an OAuth connection settings for GitLab CE/EE

JiraIssueTracker

open class JiraIssueTracker : ProjectFeature

Project feature enabling integration with JIRA issue tracker

NuGetFeed

open class NuGetFeed : ProjectFeature

Project feature enabling TeamCity NuGet feed

ProjectReportTab

open class ProjectReportTab : ProjectFeature

Project feature defining a custom tab to be shown on a project level

TfsIssueTracker

open class TfsIssueTracker : ProjectFeature

Project feature enabling integration with Team Foundation Work Items as an issue tracker

VersionedSettings

open class VersionedSettings : ProjectFeature

Project feature enabling versioned settings in the project.

YouTrackIssueTracker

open class YouTrackIssueTracker : ProjectFeature

Project feature enabling integration with YouTrack issue tracker