open class AzureDevopsConnection : ProjectFeature
Project feature for Azure Devops or VSTS connection settings |
|
open class BitbucketCloudConnection : ProjectFeature
Project feature defining an OAuth connection settings for Bitbucket Cloud |
|
open class BugzillaIssueTracker : ProjectFeature
Project feature enabling integration with Bugzilla issue tracker |
|
open class BuildReportTab : ProjectFeature
Project feature defining a custom tab to be shown for all builds of the current project |
|
open class DockerECRConnection : ProjectFeature
This connection is used in Docker Support build feature. |
|
open class DockerRegistryConnection : ProjectFeature
This connection is used in Docker Support build feature. |
|
open class GHEConnection : ProjectFeature
Project feature defining an OAuth connection settings for GitHub Enterprise server |
|
open class GitHubConnection : ProjectFeature
Project feature defining an OAuth connection settings for GitHub.com |
|
open class GitLabConnection : ProjectFeature
Project feature defining an OAuth connection settings for GitLab.com |
|
open class GitLabEEConnection : ProjectFeature
Project feature defining an OAuth connection settings for GitLab CE/EE |
|
open class JiraIssueTracker : ProjectFeature
Project feature enabling integration with JIRA issue tracker |
|
open class NuGetFeed : ProjectFeature
Project feature enabling TeamCity NuGet feed |
|
open class ProjectReportTab : ProjectFeature
Project feature defining a custom tab to be shown on a project level |
|
open class SlackConnection : ProjectFeature
Project feature defining an OAuth connection settings for Slack |
|
open class TfsIssueTracker : ProjectFeature
Project feature enabling integration with Team Foundation Work Items as an issue tracker |
|
open class VersionedSettings : ProjectFeature
Project feature enabling versioned settings in the project. |
|
open class YouTrackIssueTracker : ProjectFeature
Project feature enabling integration with YouTrack issue tracker |
fun ProjectFeatures.azureDevopsConnection(init: AzureDevopsConnection.() -> Unit): AzureDevopsConnection
Creates an Azure Devops/VSTS connection in the current project |
|
fun ProjectFeatures.bitbucketCloudConnection(init: BitbucketCloudConnection.() -> Unit): BitbucketCloudConnection
Creates a Bitbucket Cloud OAuth connection in the current project |
|
fun ProjectFeatures.bugzilla(init: BugzillaIssueTracker.() -> Unit): BugzillaIssueTracker
Enables integration with Bugzilla issue tracker |
|
fun ProjectFeatures.buildReportTab(init: BuildReportTab.() -> Unit): BuildReportTab
Creates a custom tab for every build of the current project |
|
fun ProjectFeatures.dockerECRRegistry(init: DockerECRConnection.() -> Unit): DockerECRConnection |
|
fun ProjectFeatures.dockerRegistry(init: DockerRegistryConnection.() -> Unit): DockerRegistryConnection |
|
fun ProjectFeatures.gheConnection(init: GHEConnection.() -> Unit): GHEConnection
Creates a GitHub OAuth connection in the current project |
|
fun ProjectFeatures.githubConnection(init: GitHubConnection.() -> Unit): GitHubConnection
Creates a GitHub OAuth connection in the current project |
|
fun ProjectFeatures.gitlabConnection(init: GitLabConnection.() -> Unit): GitLabConnection
Creates a GitLab.com OAuth connection in the current project |
|
fun ProjectFeatures.gitlabEEConnection(init: GitLabEEConnection.() -> Unit): GitLabEEConnection
Creates a GitLab CE/EE OAuth connection in the current project |
|
fun ProjectFeatures.jira(init: JiraIssueTracker.() -> Unit): JiraIssueTracker
Enables integration with JIRA issue tracker |
|
fun ProjectFeatures.nuGetFeed(init: NuGetFeed.() -> Unit): NuGetFeed
Enables TeamCity NuGet feed |
|
fun ProjectFeatures.projectReportTab(init: ProjectReportTab.() -> Unit): ProjectReportTab
Creates a custom tab on a project report with content based on artifacts of some build under this project |
|
fun ProjectFeatures.slackConnection(init: SlackConnection.() -> Unit): SlackConnection
Creates a Slack connection in the current project |
|
fun ProjectFeatures.tfsIssueTracker(init: TfsIssueTracker.() -> Unit): TfsIssueTracker
Enables integration with Team Foundation Work Items |
|
fun ProjectFeatures.versionedSettings(init: VersionedSettings.() -> Unit): VersionedSettings
Enables versioned settings in the project |
|
fun ProjectFeatures.youtrack(init: YouTrackIssueTracker.() -> Unit): YouTrackIssueTracker
Enables integration with YouTrack issue tracker |