Class DynatracePlugin

java.lang.Object
com.dynatrace.tools.android.DynatracePlugin
All Implemented Interfaces:
Plugin<Project>

public class DynatracePlugin extends Object implements Plugin<Project>
Implementation of the Plugin interface that configures auto-instrumentation for a multi-module Android project.
  • Constructor Details

    • DynatracePlugin

      @Inject public DynatracePlugin(org.gradle.internal.reflect.Instantiator instantiator)
  • Method Details

    • agentDependency

      public static String agentDependency()
      Provides a spring representation of the dependency to OneAgent for Android.
      Returns:
      spring representation of the dependency to OneAgent for Android
    • apply

      public void apply(Project project)
      Specified by:
      apply in interface Plugin<Project>