Class StaticProjectSpec
java.lang.Object
org.gradle.api.experimental.buildinit.StaticProjectSpec
- All Implemented Interfaces:
org.gradle.api.Describable,org.gradle.buildinit.specs.BuildInitSpec
public final class StaticProjectSpec
extends Object
implements org.gradle.buildinit.specs.BuildInitSpec
An
BuildInitSpec that represents a project that can be generated from a static template
using the StaticProjectGenerator.
The relative path to the root template directory from the /templates` directory in the
root of the resources dir (and classpath in the library jar) should be the same as the type.
-
Constructor Details
-
StaticProjectSpec
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayNamein interfaceorg.gradle.buildinit.specs.BuildInitSpec- Specified by:
getDisplayNamein interfaceorg.gradle.api.Describable
-
getParameters
- Specified by:
getParametersin interfaceorg.gradle.buildinit.specs.BuildInitSpec
-
getType
- Specified by:
getTypein interfaceorg.gradle.buildinit.specs.BuildInitSpec
-