IntelliJPlatformGradlePlugin
Toggle table of contents
2.18.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
IntelliJPlatformGradlePlugin
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.utils
/
IdeServicesPluginRepositoryService
/
uploadByStringIdAndFamily
upload
By
String
Id
And
Family
@
Multipart
@
POST
(
value
=
"/api/plugins"
)
abstract
override
fun
uploadByStringIdAndFamily
(
@
Part
(
value
=
"xmlId"
)
pluginXmlId
:
RequestBody
,
@
Part
(
value
=
"family"
)
family
:
RequestBody
,
@
Part
(
value
=
"channel"
)
channel
:
RequestBody
?
,
@
Part
(
value
=
"notes"
)
notes
:
RequestBody
?
,
@
Part
(
value
=
"isHidden"
)
isHidden
:
Boolean
,
@
Part
file
:
MultipartBody.Part
)
:
Call
<
PluginUpdateBean
>