Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ALL - Enum constant in enum class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo.DistributionType
-
The complete Gradle distribution including documentation and sources.
- apply(Project) - Method in class org.glavo.gradle.wrapper.neo.plugin.GradleWrapperNeoPlugin
-
Registers the "wrapperNeo" task for the target project.
B
- BIN - Enum constant in enum class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo.DistributionType
-
The binary-only Gradle distribution.
C
- configureDistributionSha256Sum(String) - Method in class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo
-
Sets
WrapperNeo.getDistributionSha256Sum()from the checksum task option. - configureDistributionType(String) - Method in class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo
-
Sets
WrapperNeo.getDistributionType()from the--distribution-typetask option. - configureDistributionUrl(String) - Method in class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo
-
Sets
WrapperNeo.getDistributionUrl()from the--gradle-distribution-urltask option. - configureGradleVersion(String) - Method in class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo
-
Sets
WrapperNeo.getGradleVersion()from the--gradle-versiontask option. - configureNetworkTimeout(String) - Method in class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo
-
Sets
WrapperNeo.getNetworkTimeout()from the--network-timeouttask option.
G
- generate() - Method in class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo
-
Writes the launchers, source file, and Wrapper properties using the configured values.
- getArchiveBase() - Method in class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo
-
Returns the base directory for downloaded distribution archives.
- getArchivePath() - Method in class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo
-
Returns the path below
WrapperNeo.getArchiveBase()used for downloaded archives. - getDistributionBase() - Method in class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo
-
Returns the base directory for the installed Gradle distribution.
- getDistributionPath() - Method in class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo
-
Returns the path below
WrapperNeo.getDistributionBase()used for installed distributions. - getDistributionSha256Sum() - Method in class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo
-
Returns the optional SHA-256 checksum written to the generated Wrapper properties.
- getDistributionType() - Method in class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo
-
Returns the distribution variant.
- getDistributionUrl() - Method in class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo
-
Returns the optional complete distribution URL, which overrides the version and distribution type.
- getDownloadDistributionSha256Sum() - Method in class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo
-
Returns whether a missing checksum is downloaded from the distribution URL with a
.sha256suffix. - getGradleVersion() - Method in class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo
-
Returns the Gradle version selector used to derive the distribution URL.
- getLegacyWrapperJar() - Method in class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo
-
Returns the legacy Wrapper JAR removed when
WrapperNeo.getRemoveLegacyWrapperJar()is enabled. - getNetworkTimeout() - Method in class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo
-
Returns the connection and read timeout in milliseconds.
- getRemoveLegacyWrapperJar() - Method in class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo
-
Returns whether generation removes the legacy
gradle-wrapper.jar. - getRetries() - Method in class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo
-
Returns the number of additional distribution download attempts made by the generated Wrapper.
- getRetryBackOffMs() - Method in class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo
-
Returns the initial delay in milliseconds between distribution download attempts.
- GRADLE_USER_HOME - Enum constant in enum class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo.PathBase
-
Resolve the path relative to the Gradle user home.
- GradleWrapperNeoPlugin - Class in org.glavo.gradle.wrapper.neo.plugin
-
Registers the
WrapperNeotask that generates a source-based Gradle Wrapper. - GradleWrapperNeoPlugin() - Constructor for class org.glavo.gradle.wrapper.neo.plugin.GradleWrapperNeoPlugin
-
Creates a Gradle Wrapper Neo plugin instance.
O
- org.glavo.gradle.wrapper.neo.plugin - package org.glavo.gradle.wrapper.neo.plugin
P
- PROJECT - Enum constant in enum class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo.PathBase
-
Resolve the path relative to the project directory.
T
- TASK_NAME - Static variable in class org.glavo.gradle.wrapper.neo.plugin.GradleWrapperNeoPlugin
-
The name of the task registered by this plugin.
V
- valueOf(String) - Static method in enum class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo.DistributionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo.PathBase
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo.DistributionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo.PathBase
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WrapperNeo - Class in org.glavo.gradle.wrapper.neo.plugin
-
Generates the Gradle Wrapper Neo launchers, Java source, and standard Wrapper properties.
- WrapperNeo(ProjectLayout) - Constructor for class org.glavo.gradle.wrapper.neo.plugin.WrapperNeo
-
Creates the task and configures its conventional output locations and Wrapper defaults.
- WrapperNeo.DistributionType - Enum Class in org.glavo.gradle.wrapper.neo.plugin
-
The Gradle distribution variant used when the distribution URL is derived from a version.
- WrapperNeo.PathBase - Enum Class in org.glavo.gradle.wrapper.neo.plugin
-
The base directory used for distribution and archive paths.
All Classes and Interfaces|All Packages|Constant Field Values