Class InstallExtensionRequest
java.lang.Object
org.azd.extensionmanagement.types.InstallExtensionRequest
-
Field Summary
Modifier and TypeFieldDescriptionId of the extension.Id of the publisher.if null latest version will be selected -
Constructor Summary
-
Method Summary
-
Field Details
-
publisherId
Id of the publisher. Example: "sonarsource". -
extensionId
Id of the extension. Example: "sonarqube". -
version
if null latest version will be selected
-
-
Constructor Details
-
InstallExtensionRequest
public InstallExtensionRequest()
-