open class PullRequests : BuildFeature
A build feature that introduces GitHub pull requests integration
See Also
enum class GitHubRoleFilter
Pull request contributor role filter options |
|
sealed class Provider : CompoundParam |
PullRequests(init: PullRequests.() -> Unit = {}, base: PullRequests? = null) |
var provider: Provider? |
|
var vcsRootExtId: String?
Id of the VCS root to extract pull request information from. Set to an empty string to extract pull request information from the first VCS root attached to a build configuration. |
var enabled: Boolean
Specifies whether the feature is enabled |
|
var id: String?
Build feature id, if not specified will be generated |
|
var type: String
Build feature type |
fun azureDevOps(init: AzureDevOps.() -> Unit = {}): AzureDevOps
Azure DevOps Services/Server |
|
fun bitbucketServer(init: BitbucketServer.() -> Unit = {}): BitbucketServer
Bitbucket Server |
|
fun github(init: Github.() -> Unit = {}): Github
GitHub or GitHub Enterprise |
|
fun gitlab(init: Gitlab.() -> Unit = {}): Gitlab
GitLab.com or GitLab CE/EE |