Package-level declarations
Types
Link copied to clipboard
abstract class CoroutinesJavaAgentValueSource : ValueSource<File, CoroutinesJavaAgentValueSource.Parameters>
A Gradle ValueSource that creates a Kotlin Coroutines Java Agent JAR file for debugging purposes.
Link copied to clipboard
Obtains the current IntelliJ Platform Gradle Plugin version.
Link copied to clipboard
Mounts and extracts DMG archive.
Link copied to clipboard
abstract class JavaRuntimeMetadataValueSource : ValueSource<Map<String, String>, JavaRuntimeMetadataValueSource.Parameters>
Obtains the architecture of the provided Java Runtime executable by requesting the list of its internal properties.
Link copied to clipboard
Obtains the latest IntelliJ Platform Gradle Plugin version.
Link copied to clipboard
abstract class ModuleDescriptorsValueSource : ValueSource<Set<Coordinates>, ModuleDescriptorsValueSource.Parameters>
Obtains the list of coordinates from module descriptors provided by the IntelliJ Platform.
Link copied to clipboard
interface ProductReleasesFilterParameters
Filter parameters used for selecting IntelliJ Platform product releases.