Buildless for Gradle
1.0.0-rc1
JVM (Gradle)
buildless-plugin-gradle
/
build.less.plugin.gradle.service
/
BuildlessCache
Buildless
Cache
open
class
BuildlessCache
:
HttpBuildCache
(
source
)
Buildless Cache
TBD.
Members
Constructors
Buildless
Cache
Link copied to clipboard
constructor
(
)
Properties
allow
Insecure
Protocol
Link copied to clipboard
var
allowInsecureProtocol
:
Boolean
allow
Untrusted
Server
Link copied to clipboard
var
allowUntrustedServer
:
Boolean
credentials
Link copied to clipboard
val
credentials
:
HttpBuildCacheCredentials
enabled
Link copied to clipboard
var
enabled
:
Boolean
push
Link copied to clipboard
var
push
:
Boolean
use
Expect
Continue
Link copied to clipboard
var
useExpectContinue
:
Boolean
Functions
credentials
Link copied to clipboard
open
fun
credentials
(
configuration
:
Action
<
in
HttpBuildCacheCredentials
>
)
get
Url
Link copied to clipboard
@
Nullable
open
fun
getUrl
(
)
:
URI
?
set
Url
Link copied to clipboard
open
fun
setUrl
(
@
Nullable
url
:
URI
?
)
open
fun
setUrl
(
url
:
URL
)
open
fun
setUrl
(
url
:
String
)