toggle menu
IntelliJPlatformGradlePlugin
2.0.0
jvm
switch theme
search in API
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.models
/
JetBrainsIdesReleases
/
Product
Product
@
Serializable
data
class
Product
(
val
name
:
String
,
val
codes
:
List
<
String
>
,
val
channels
:
List
<
JetBrainsIdesReleases.Product.Channel
>
)
Members
Constructors
Product
Link copied to clipboard
constructor
(
name
:
String
,
codes
:
List
<
String
>
,
channels
:
List
<
JetBrainsIdesReleases.Product.Channel
>
)
Types
Channel
Link copied to clipboard
@
Serializable
data
class
Channel
(
val
id
:
String
,
val
name
:
String
,
val
status
:
String
,
val
url
:
String
,
val
feedback
:
String
,
val
majorVersion
:
Int
,
val
licensing
:
String
,
val
builds
:
List
<
JetBrainsIdesReleases.Product.Channel.Build
>
)
Properties
channels
Link copied to clipboard
val
channels
:
List
<
JetBrainsIdesReleases.Product.Channel
>
codes
Link copied to clipboard
val
codes
:
List
<
String
>
name
Link copied to clipboard
val
name
:
String