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(): @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)