Package com.konfigyr.gradle
Class KonfigyrExtension.ServiceSpec
java.lang.Object
com.konfigyr.gradle.KonfigyrExtension.ServiceSpec
- Enclosing class:
KonfigyrExtension
This project's service identity, used to resolve its dependencies and open a service release
against the Konfigyr Artifactory. Only needed for the service-release scenario - a pure library
with no
namespace configured skips it entirely.- Since:
- 1.1.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.provider.Property<String> getName()Specify the Konfigyr service name for which this plugin would upload the configuration metadata, defaults to the current project name.org.gradle.api.provider.Property<String> Specify the Konfigyr namespace to which this service belongs to.
-
Method Details
-
getNamespace
Specify the Konfigyr namespace to which this service belongs to. This value can be specified by theKONFIGYR_NAMESPACEenvironment variable. -
getName
Specify the Konfigyr service name for which this plugin would upload the configuration metadata, defaults to the current project name.
-