Execution

interface Execution


Summary

Public functions

Unit

Container where profiles can be declared.

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

defaultProfile

var defaultProfileString?

Select execution profile

profiles

val profilesNamedDomainObjectContainer<ExecutionProfile>

Container where profiles can be declared.