Class HytaleManifestModel.Author
java.lang.Object
net.janrupf.gradle.hytale.dev.extension.HytaleManifestModel.Author
- Enclosing class:
HytaleManifestModel
A single author of a Hytale plugin.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidSet the email of the author.abstract org.gradle.api.provider.Property<String> getEmail()The email of the author.abstract org.gradle.api.provider.Property<String> getName()The name of the author.abstract org.gradle.api.provider.Property<String> getUrl()The URL (homepage) of the author.voidSet the name of the author.toMap()voidSet the URL (homepage) of the author.voidSet the URL (homepage) of the author.voidSet the URL (homepage) of the author.
-
Constructor Details
-
Author
@Inject public Author(org.gradle.api.Project project)
-
-
Method Details
-
getName
The name of the author.- Returns:
- the name property
-
getEmail
The email of the author.- Returns:
- the email property
-
getUrl
The URL (homepage) of the author.- Returns:
- the URL property
-
name
-
email
-
url
-
url
-
url
-
toMap
-