jetbrains.buildServer.configs.kotlin.v10.buildFeatures / NuGetFeedCredentials

NuGetFeedCredentials

open class NuGetFeedCredentials : BuildFeature

A build feature to provide feed credentials.

See Also

nuGetFeedCredentials

Constructors

<init>

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

Properties

feedUrl

var feedUrl: String?

Specify a feed URL which credentials will be used in the build.

password

var password: String?

Specify password for the feed.

username

var username: String?

Specify username for the feed.

Inherited Properties

enabled

var enabled: Boolean

Specifies whether the feature is enabled

id

var id: String?

Build feature id, if not specified will be generated

type

var type: String

Build feature type