abstract class IdeaSettingsBasedRunner : BuildStep
class IdeaSettings |
|
class IdeaSettingsDelegate : ParameterDelegate<IdeaSettings> |
var jvmArgs: String? |
|
var pathToProject: String |
|
var targetJdkHome: String? |
var conditions: BuildStepConditions
Optional collection of build step execution conditions |
|
var enabled: Boolean
Specifies whether the step is enabled |
|
var executionMode: ExecutionMode
Build step execution mode |
|
var id: String?
Id of the step, if not specified will be generated |
|
var name: String
Build step name |
|
var type: String
Build step type |
fun androidsdk(init: AndroidSdk.() -> Unit): Unit |
|
fun ideajdk(init: IdeaJdk.() -> Unit): Unit |
|
fun jdk(init: Jdk.() -> Unit): Unit |
|
fun library(init: Library.() -> Unit): Unit |
|
fun pathvars(init: PathVariables.() -> Unit): Unit |
|
fun sdk(init: Sdk.() -> Unit): Unit |
fun conditions(base: BuildStepConditions? = null, init: BuildStepConditions.() -> Unit = {}): Unit
Configures build step conditions |
class IdeaDuplicates : IdeaSettingsBasedRunner |
|
class IdeaInspections : IdeaSettingsBasedRunner |
|
class IdeaRunner : IdeaSettingsBasedRunner |