HttpBuildCacheCredentials

Password credentials for a HTTP build cache backend.

Since

3.5

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(): String
Link copied to clipboard
abstract fun getUsername(): String
Link copied to clipboard
abstract fun setPassword(password: String)
Link copied to clipboard
abstract fun setUsername(userName: String)