convention-plugins
Toggle table of contents
v45
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
convention-plugins
gradle-extensions
/
io.technoirlab.gradle
/
Environment
Environment
class
Environment
(
providerFactory
:
ProviderFactory
)
(
source
)
Members
Constructors
Environment
Link copied to clipboard
constructor
(
providerFactory
:
ProviderFactory
)
Properties
is
Ci
Link copied to clipboard
val
isCi
:
Boolean
is
Launched
From
Test
Link copied to clipboard
val
isLaunchedFromTest
:
Boolean
ref
Name
Link copied to clipboard
val
refName
:
Provider
<
String
>
repository
Url
Link copied to clipboard
val
repositoryUrl
:
Provider
<
URI
>
tag
Name
Link copied to clipboard
val
tagName
:
Provider
<
String
>
vcs
Url
Link copied to clipboard
val
vcsUrl
:
Provider
<
String
>
Functions
get
Maven
Repositories
Link copied to clipboard
fun
getMavenRepositories
(
prefix
:
String
)
:
Provider
<
List
<
MavenRepository
>
>