Class MicronautGradleEnterprise
java.lang.Object
io.micronaut.starter.feature.build.GradleEnterprise
io.micronaut.starter.feature.build.MicronautGradleEnterprise
- All Implemented Interfaces:
io.micronaut.core.naming.Described
,io.micronaut.core.naming.Named
,io.micronaut.core.order.Ordered
,GradleEnterpriseConfiguration
,Feature
-
Field Summary
Fields inherited from class io.micronaut.starter.feature.build.GradleEnterprise
GRADLE_ENTERPRISE_ARTIFACT_ID, GRADLE_ENTERPRISE_PLUGIN_ID
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
applyMaven
(GeneratorContext generatorContext, GradleEnterpriseConfiguration server) @NonNull String
getName()
The name of the feature.@NonNull String
getTitle()
protected GradlePlugin
gradlePlugin
(GradleEnterpriseConfiguration configuration) boolean
Some features should not be visible to the user because they are a common parent of other selectable features, or they should always be applied, or any other reason.protected @NonNull List<GradleRepository>
Methods inherited from class io.micronaut.starter.feature.build.GradleEnterprise
addMavenTemplate, apply, getCategory, getDescription, getThirdPartyDocumentation, supports
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.core.naming.Described
getDescription
Methods inherited from interface io.micronaut.starter.feature.Feature
getMicronautDocumentation, getOrder, isCommunity, isPreview, processSelectedFeatures
Methods inherited from interface io.micronaut.starter.feature.build.GradleEnterpriseConfiguration
aggreeWithTermsOfService, allowTrustedServer, getTermsOfServiceUrl
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
MicronautGradleEnterprise
public MicronautGradleEnterprise()
-
-
Method Details
-
getName
Description copied from interface:Feature
The name of the feature. It must be unique.- Specified by:
getName
in interfaceFeature
- Specified by:
getName
in interfaceio.micronaut.core.naming.Named
- Overrides:
getName
in classGradleEnterprise
- Returns:
- the name of the feature
-
getTitle
- Specified by:
getTitle
in interfaceFeature
- Overrides:
getTitle
in classGradleEnterprise
- Returns:
- The title of the feature
-
isVisible
public boolean isVisible()Description copied from interface:Feature
Some features should not be visible to the user because they are a common parent of other selectable features, or they should always be applied, or any other reason.- Returns:
- True if the feature should able to be selected by the user
-
getServer
-
applyMaven
- Overrides:
applyMaven
in classGradleEnterprise
-
gradlePlugin
- Overrides:
gradlePlugin
in classGradleEnterprise
-
pluginsManagementRepositories
-