toggle menu
IntelliJPlatformGradlePlugin
2.0.0
jvm
switch theme
search in API
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.models
/
PluginsCache
/
PluginsCachePlugin
Plugins
Cache
Plugin
@
Serializable
data
class
PluginsCachePlugin
(
val
id
:
String
,
val
directoryName
:
String
,
val
dependencies
:
List
<
String
>
=
mutableListOf()
)
Members
Constructors
Plugins
Cache
Plugin
Link copied to clipboard
constructor
(
id
:
String
,
directoryName
:
String
,
dependencies
:
List
<
String
>
=
mutableListOf()
)
Properties
dependencies
Link copied to clipboard
val
dependencies
:
List
<
String
>
directory
Name
Link copied to clipboard
val
directoryName
:
String
id
Link copied to clipboard
val
id
:
String