Execution
interface Execution
Summary
Public functions |
|
---|---|
Unit |
profiles(action: Action<NamedDomainObjectContainer<ExecutionProfile>>) Container where profiles can be declared. |
Unit |
profiles(action: @ExtensionFunctionType NamedDomainObjectContainer<ExecutionProfile>.() -> Unit) Container where profiles can be declared. |
Public properties |
|
---|---|
String? |
Select execution profile |
NamedDomainObjectContainer<ExecutionProfile> |
Container where profiles can be declared. |
Public functions
profiles
fun profiles(action: Action<NamedDomainObjectContainer<ExecutionProfile>>): Unit
Container where profiles can be declared.
profiles
fun profiles(action: @ExtensionFunctionType NamedDomainObjectContainer<ExecutionProfile>.() -> Unit): Unit
Container where profiles can be declared.
Public properties
profiles
val profiles: NamedDomainObjectContainer<ExecutionProfile>
Container where profiles can be declared.