IntelliJPlatformGradlePlugin
Toggle table of contents
2.18.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
IntelliJPlatformGradlePlugin
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.models
/
JetBrainsProductReleases
/
Release
Release
@
Serializable
data
class
Release
(
val
type
:
String
,
val
version
:
String
,
val
build
:
String
)
Members
Constructors
Release
Link copied to clipboard
constructor
(
type
:
String
,
version
:
String
,
build
:
String
)
Types
Download
Link copied to clipboard
@
Serializable
data
class
Download
(
val
link
:
String
,
val
size
:
Long
?
=
null
,
val
checksumLink
:
String
?
=
null
)
Properties
build
Link copied to clipboard
val
build
:
String
downloads
Link copied to clipboard
var
downloads
:
Map
<
String
,
JetBrainsProductReleases.Release.Download
>
type
Link copied to clipboard
val
type
:
String
version
Link copied to clipboard
val
version
:
String