Requested Intelli JPlatform
data class RequestedIntelliJPlatform(val type: IntelliJPlatformType, val version: String, val useInstaller: Boolean, val useCache: Boolean, val productMode: ProductMode)
Represents a requested IntelliJ Platform build with its type, version, and installation preference.
This class encapsulates the details required to identify and describe a specific IntelliJ Platform target for plugin development, dependency resolution, or plugin verification.
Constructors
Link copied to clipboard
constructor(type: IntelliJPlatformType, version: String, useInstaller: Boolean, useCache: Boolean, productMode: ProductMode)