toggle menu
gradle
8.11
API
switch theme
search in API
gradle
/
org.gradle.caching.http
/
HttpBuildCacheCredentials
Http
Build
Cache
Credentials
API
open
class
HttpBuildCacheCredentials
:
PasswordCredentials
(
source
)
Password credentials for a HTTP build cache backend.
Since
3.5
Members
Constructors
Http
Build
Cache
Credentials
Link copied to clipboard
API
constructor
(
)
Properties
password
Link copied to clipboard
API
@get:
Nullable
open
var
password
:
String
username
Link copied to clipboard
API
@get:
Nullable
open
var
username
:
String
Functions
get
Password
Link copied to clipboard
API
abstract
fun
getPassword
(
)
:
String
get
Username
Link copied to clipboard
API
abstract
fun
getUsername
(
)
:
String
set
Password
Link copied to clipboard
API
abstract
fun
setPassword
(
password
:
String
)
set
Username
Link copied to clipboard
API
abstract
fun
setUsername
(
userName
:
String
)