toggle menu
IntelliJPlatformGradlePlugin
2.0.0
jvm
switch theme
search in API
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.models
/
JetBrainsIdesReleases
/
Product
/
Channel
Channel
@
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
>
)
Members
Constructors
Channel
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
status
:
String
,
url
:
String
,
feedback
:
String
,
majorVersion
:
Int
,
licensing
:
String
,
builds
:
List
<
JetBrainsIdesReleases.Product.Channel.Build
>
)
Types
Build
Link copied to clipboard
@
Serializable
data
class
Build
(
val
number
:
String
,
val
version
:
String
,
val
releaseDate
:
String
=
""
,
val
fullNumber
:
String
=
""
,
val
message
:
String
=
""
,
val
blogPost
:
JetBrainsIdesReleases.Product.Channel.Build.BlogPost
?
,
val
buttons
:
List
<
JetBrainsIdesReleases.Product.Channel.Build.Button
>
,
val
patches
:
List
<
JetBrainsIdesReleases.Product.Channel.Build.Patch
>
)
Properties
builds
Link copied to clipboard
val
builds
:
List
<
JetBrainsIdesReleases.Product.Channel.Build
>
feedback
Link copied to clipboard
val
feedback
:
String
id
Link copied to clipboard
val
id
:
String
licensing
Link copied to clipboard
val
licensing
:
String
major
Version
Link copied to clipboard
val
majorVersion
:
Int
name
Link copied to clipboard
val
name
:
String
status
Link copied to clipboard
val
status
:
String
url
Link copied to clipboard
val
url
:
String