HttpBuildCacheCredentials

Credentials for authenticating with an HTTP build cache.

When configured on HttpBuildCache, these credentials are sent using HTTP Basic authentication (i.e. via the Authorization: Basic header).

Since

3.5

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@get:Nullable
open var password: String
Link copied to clipboard
@get:Nullable
open var username: String

Functions

Link copied to clipboard
abstract fun getPassword(): @Nullable String
Link copied to clipboard
abstract fun getUsername(): @Nullable String
Link copied to clipboard
abstract fun setPassword(password: @Nullable String)
Link copied to clipboard
abstract fun setUsername(userName: @Nullable String)