open class NuGetFeedCredentials : BuildFeature
A build feature to provide feed credentials.
See Also
NuGetFeedCredentials(init: NuGetFeedCredentials.() -> Unit = {}, base: NuGetFeedCredentials? = null) |
var feedUrl: String?
Specify a feed URL which credentials will be used in the build. |
|
var password: String?
Specify password for the feed. |
|
var username: String?
Specify username for the feed. |
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 |