Package-level declarations

Types

Link copied to clipboard
class IntelliJPlatformArgumentProvider(val intellijPlatformConfiguration: FileCollection, val coroutinesJavaAgentFile: Provider<RegularFile>, val runtimeArchProvider: Provider<String>, options: JavaForkOptions) : CommandLineArgumentProvider

Provides command line arguments for launching IntelliJ Platform locally.

Link copied to clipboard
class PerformanceTestArgumentProvider(val scriptPath: Path, val testArtifactsDirectory: Path, profilerName: String) : CommandLineArgumentProvider

Provides command line arguments for running performance tests.

Link copied to clipboard
class PluginArgumentProvider(val pluginXml: Provider<RegularFile>) : CommandLineArgumentProvider

Provides command line arguments for launching IntelliJ Platform locally.

Link copied to clipboard
class SandboxArgumentProvider(val sandboxConfigDirectory: DirectoryProperty, val sandboxPluginsDirectory: DirectoryProperty, val sandboxSystemDirectory: DirectoryProperty, val sandboxLogDirectory: DirectoryProperty) : CommandLineArgumentProvider

Provides command line arguments for working in a sandbox environment.

Link copied to clipboard
class SplitModeArgumentProvider(val splitMode: Provider<Boolean>) : CommandLineArgumentProvider

Provides command line arguments for enabling Split Mode.