toggle menu
gradle
8.12
API
switch theme
search in API
gradle
/
org.gradle.buildinit.specs
/
BuildInitSpec
Build
Init
Spec
API
@
Incubating
interface
BuildInitSpec
:
Describable
(
source
)
Represents a specification for a new type of project that the
init
task can generate.
Since
8.12
Members
Functions
get
Display
Name
Link copied to clipboard
API
open
fun
getDisplayName
(
)
:
String
The name of the type of project this spec will generate.
get
Parameters
Link copied to clipboard
API
open
fun
getParameters
(
)
:
List
<
BuildInitParameter
<
out
Any
>
>
Returns the parameters that can be provided to configure this project during generation.
get
Type
Link copied to clipboard
API
abstract
fun
getType
(
)
:
String
An identifier for the type of project this spec will generate.