public interface BuildTypeSelector
| Modifier and Type | Method and Description |
|---|---|
@NotNull BuildType |
executable(@NotNull org.gradle.api.Action<BuildExecutableOption> executableOptionConfig) |
@NotNull BuildType |
executable(@NotNull groovy.lang.Closure<java.lang.Void> executableOption) |
default @NotNull BuildExecutableOptionExtended |
getExecutable() |
@NotNull BuildType |
getSharedLibrary() |
@NotNull @NotNull BuildType getSharedLibrary()
@NotNull default @NotNull BuildExecutableOptionExtended getExecutable()
@NotNull @NotNull BuildType executable(@NotNull @NotNull org.gradle.api.Action<BuildExecutableOption> executableOptionConfig)
@NotNull @NotNull BuildType executable(@NotNull @NotNull groovy.lang.Closure<java.lang.Void> executableOption)