Class ElasticApmExtension

java.lang.Object
co.elastic.apm.android.plugin.extensions.ElasticApmExtension

public abstract class ElasticApmExtension extends Object
  • Constructor Details

    • ElasticApmExtension

      public ElasticApmExtension()
  • Method Details

    • getServiceName

      public abstract org.gradle.api.provider.Property<String> getServiceName()
    • getServiceVersion

      public abstract org.gradle.api.provider.Property<String> getServiceVersion()
    • getServerUrl

      public abstract org.gradle.api.provider.Property<String> getServerUrl()
    • getSecretToken

      public abstract org.gradle.api.provider.Property<String> getSecretToken()
    • getApiKey

      public abstract org.gradle.api.provider.Property<String> getApiKey()