Class GradleTask.Attribute
java.lang.Object
io.spring.initializr.generator.buildsystem.gradle.Attribute
io.spring.initializr.generator.buildsystem.gradle.GradleTask.Attribute
- Enclosing class:
- GradleTask
Deprecated, for removal: This API element is subject to removal in a future version.
An attribute of a task.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic GradleTask.Attribute
Deprecated, for removal: This API element is subject to removal in a future version.Create an attribute that appends the specified value.static GradleTask.Attribute
Deprecated, for removal: This API element is subject to removal in a future version.Create an attribute that sets the specified value.
-
Method Details
-
set
Deprecated, for removal: This API element is subject to removal in a future version.Create an attribute that sets the specified value.- Parameters:
name
- the name of the attributevalue
- the value to set- Returns:
- an attribute
-
append
Deprecated, for removal: This API element is subject to removal in a future version.Create an attribute that appends the specified value.- Parameters:
name
- the name of the attributevalue
- the value to append- Returns:
- an attribute
-
Attribute