Index

A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form

A

activity(boolean) - Method in class com.dynatrace.tools.android.dsl.LifecycleSensors
Specifies if the sensor for the class Activity is enabled.
agentBehavior(Action<? super AgentBehaviorOptions>) - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies options that fine-tune the agent behavior.
AgentBehaviorOptions - Class in com.dynatrace.tools.android.dsl
DSL object for configuration properties that allows fine-tuning the agent behavior.
AgentBehaviorOptions() - Constructor for class com.dynatrace.tools.android.dsl.AgentBehaviorOptions
 
agentDependency() - Static method in class com.dynatrace.tools.android.DynatracePlugin
Provides a spring representation of the dependency to OneAgent for Android.
agentLogging(boolean) - Method in class com.dynatrace.tools.android.dsl.DebugOptions
Specifies if the debug logging of the agent should be activated.
agentPath(String) - Method in class com.dynatrace.tools.android.dsl.StartOptions
Specifies the agentPath value from your AppMon web server agent.
application(boolean) - Method in class com.dynatrace.tools.android.dsl.LifecycleSensors
Specifies if the sensor for the class Application is enabled.
applicationId(String) - Method in class com.dynatrace.tools.android.dsl.StartOptions
Specifies the application id value from your Dynatrace mobile application configuration page.
apply(Project) - Method in class com.dynatrace.tools.android.DynatraceModulePlugin
apply(Project) - Method in class com.dynatrace.tools.android.DynatracePlugin
autoStart(Action<? super StartOptions>) - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies options for the auto start injection feature.

B

beaconUrl(String) - Method in class com.dynatrace.tools.android.dsl.StartOptions
Specifies the beaconUrl value from your Dynatrace mobile application configuration page.
behavioralEvents(Action<? super BehavioralEventsOptions>) - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies options for configuring behavioral events.
BehavioralEventsOptions - Class in com.dynatrace.tools.android.dsl
DSL object for configuring behavioral events.
BehavioralEventsOptions() - Constructor for class com.dynatrace.tools.android.dsl.BehavioralEventsOptions
 
byteCodeVerification(boolean) - Method in class com.dynatrace.tools.android.dsl.DebugOptions
Deprecated.
feature was removed in version 8.245

C

certificateValidation(boolean) - Method in class com.dynatrace.tools.android.dsl.DebugOptions
Deprecated.
As of version 8.257, instead add your self-signed certificate to the Network Security Configuration.
classes(String) - Method in class com.dynatrace.tools.android.dsl.ExcludeOptions
Specifies a class that should be excluded.
classes(String...) - Method in class com.dynatrace.tools.android.dsl.ExcludeOptions
Specifies classes that should be excluded.
className(String) - Method in class com.dynatrace.tools.android.dsl.ExcludeFilterOptions
Specifies a class name filter in the form of a regular expression.
click(boolean) - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for View.OnClickListener is enabled.
com.dynatrace.tools.android - package com.dynatrace.tools.android
 
com.dynatrace.tools.android.dsl - package com.dynatrace.tools.android.dsl
 
composeClickable(boolean) - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for Modifier.clickable is enabled.
composeEnabled(boolean) - Method in class com.dynatrace.tools.android.dsl.UserActionOptions
Specifies if the Jetpack Compose monitoring feature is enabled.
composePager(boolean) - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for androidx.compose.foundation.pager#VerticalPager and androidx.compose.foundation.pager.HorizontalPager is enabled.
composePullRefresh(boolean) - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for Modifier#pullRefresh is enabled.
composeSemantics(boolean) - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for semantic information is enabled.
composeSlider(boolean) - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for androidx.compose.material.Slider and androidx.compose.material.RangeSlider is enabled.
composeSwipeable(boolean) - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for Modifier.swipeable is enabled.
configurations(Action<? super NamedDomainObjectContainer<VariantConfiguration>>) - Method in class com.dynatrace.tools.android.dsl.DynatraceExtension
Specifies multiple variant-specific configurations, where each variant-specific configuration can be applied to multiple Android build variants.
crashReporting(boolean) - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies if the crash reporting feature is enabled

D

debug(Action<? super DebugOptions>) - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies additional configuration properties that should only be used in special cases like troubleshooting.
DebugOptions - Class in com.dynatrace.tools.android.dsl
DSL object for additional configuration properties that should only be used in special cases like troubleshooting.
DebugOptions() - Constructor for class com.dynatrace.tools.android.dsl.DebugOptions
Creates new DebugOptions.
detectRageTaps(boolean) - Method in class com.dynatrace.tools.android.dsl.BehavioralEventsOptions
Specifies if rage tap detection is enabled
domains(String) - Method in class com.dynatrace.tools.android.dsl.HybridOptions
Specifies instrumented domains used by the web part of your hybrid application
domains(String...) - Method in class com.dynatrace.tools.android.dsl.HybridOptions
Specifies instrumented domains used by the web part of your hybrid application
DynatraceExtension - Class in com.dynatrace.tools.android.dsl
The dynatrace extension for specifying the auto-instrumentor configuration.
DynatraceExtension(Project, Instantiator) - Constructor for class com.dynatrace.tools.android.dsl.DynatraceExtension
Creates a new DynatraceExtension.
DynatraceModulePlugin - Class in com.dynatrace.tools.android
Implementation of the Plugin interface that configures auto-instrumentation for an Android module/sub-project.
DynatraceModulePlugin(Instantiator) - Constructor for class com.dynatrace.tools.android.DynatraceModulePlugin
 
DynatracePlugin - Class in com.dynatrace.tools.android
Implementation of the Plugin interface that configures auto-instrumentation for a multi-module Android project.
DynatracePlugin(Instantiator) - Constructor for class com.dynatrace.tools.android.DynatracePlugin
 

E

emptyActions(boolean) - Method in class com.dynatrace.tools.android.dsl.UserActionOptions
Specifies if empty user actions should be monitored.
enabled(boolean) - Method in class com.dynatrace.tools.android.dsl.HybridOptions
Specifies if the hybrid feature is enabled
enabled(boolean) - Method in class com.dynatrace.tools.android.dsl.LifecycleOptions
Specifies if the lifecycle monitoring feature is enabled
enabled(boolean) - Method in class com.dynatrace.tools.android.dsl.SessionReplayOptions
Specifies if session replay is used
enabled(boolean) - Method in class com.dynatrace.tools.android.dsl.StartOptions
Specifies if the auto start injection feature is enabled.
enabled(boolean) - Method in class com.dynatrace.tools.android.dsl.UserActionOptions
Specifies if the user monitoring feature is enabled
enabled(boolean) - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies if the variant should be instrumented.
enabled(boolean) - Method in class com.dynatrace.tools.android.dsl.WebRequestOptions
Specifies if the web request monitoring feature is enabled
equals(Object) - Method in class com.dynatrace.tools.android.dsl.AgentBehaviorOptions
equals(Object) - Method in class com.dynatrace.tools.android.dsl.BehavioralEventsOptions
equals(Object) - Method in class com.dynatrace.tools.android.dsl.DebugOptions
equals(Object) - Method in class com.dynatrace.tools.android.dsl.ExcludeFilterOptions
equals(Object) - Method in class com.dynatrace.tools.android.dsl.ExcludeOptions
equals(Object) - Method in class com.dynatrace.tools.android.dsl.HybridOptions
equals(Object) - Method in class com.dynatrace.tools.android.dsl.LifecycleOptions
equals(Object) - Method in class com.dynatrace.tools.android.dsl.LifecycleSensors
equals(Object) - Method in class com.dynatrace.tools.android.dsl.SessionReplayOptions
equals(Object) - Method in class com.dynatrace.tools.android.dsl.StartOptions
equals(Object) - Method in class com.dynatrace.tools.android.dsl.UserActionOptions
equals(Object) - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
equals(Object) - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
equals(Object) - Method in class com.dynatrace.tools.android.dsl.WebRequestOptions
equals(Object) - Method in class com.dynatrace.tools.android.dsl.WebRequestSensors
exclude(Action<? super ExcludeOptions>) - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies options for excluding classes and methods from instrumentation.
ExcludeFilterOptions - Class in com.dynatrace.tools.android.dsl
DSL object for defining a custom exclude filter that is based on regular expressions
ExcludeFilterOptions() - Constructor for class com.dynatrace.tools.android.dsl.ExcludeFilterOptions
ExcludeOptions - Class in com.dynatrace.tools.android.dsl
DSL object for excluding classes and methods from instrumentation.
ExcludeOptions(Instantiator) - Constructor for class com.dynatrace.tools.android.dsl.ExcludeOptions
 

F

failOnWarnings(boolean) - Method in class com.dynatrace.tools.android.dsl.DebugOptions
Deprecated.
feature was removed in version 8.249
fileDomainCookies(boolean) - Method in class com.dynatrace.tools.android.dsl.HybridOptions
Enables/disables file scheme cookies and automatically adds the cookies to the file:// domain.
filter(Action<? super ExcludeFilterOptions>) - Method in class com.dynatrace.tools.android.dsl.ExcludeOptions
Specifies a custom exclude filter that will exclude methods based on their class, name and description.
fragment(boolean) - Method in class com.dynatrace.tools.android.dsl.LifecycleSensors
Specifies if the sensor for the class Fragment is enabled.

G

getAgentBehavior() - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies options that fine-tune the agent behavior.
getAgentPath() - Method in class com.dynatrace.tools.android.dsl.StartOptions
Specifies the agentPath value from your AppMon web server agent.
getApplicationId() - Method in class com.dynatrace.tools.android.dsl.StartOptions
Specifies the application id value from your Dynatrace mobile application configuration page.
getAutoStart() - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies options for the auto start injection feature.
getBeaconUrl() - Method in class com.dynatrace.tools.android.dsl.StartOptions
Specifies the beaconUrl value from your Dynatrace mobile application configuration page.
getBehavioralEvents() - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies options that for configuring behavioral events.
getClasses() - Method in class com.dynatrace.tools.android.dsl.ExcludeOptions
Specifies classes that should be excluded.
getClassName() - Method in class com.dynatrace.tools.android.dsl.ExcludeFilterOptions
Specifies a class name filter in the form of a regular expression.
getConfigurations() - Method in class com.dynatrace.tools.android.dsl.DynatraceExtension
Specifies multiple variant-specific configurations, where each variant-specific configuration can be applied to multiple Android build variants.
getDebug() - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies options
getDomains() - Method in class com.dynatrace.tools.android.dsl.HybridOptions
Specifies instrumented domains used by the web part of your hybrid application
getExclude() - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies options for excluding classes and methods from instrumentation.
getFilters() - Method in class com.dynatrace.tools.android.dsl.ExcludeOptions
Specifies and adds a custom exclude filter that will exclude methods based on their class, name and description.
getHttpsDomains() - Method in class com.dynatrace.tools.android.dsl.HybridOptions
Specifies instrumented https domains used by the web part of your hybrid application
getHybridWebView() - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies options for hybrid web view apps.
getLifecycle() - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies options for the lifecycle monitoring feature.
getMaxDuration() - Method in class com.dynatrace.tools.android.dsl.UserActionOptions
Specifies the maximum value for the user action duration.
getMethodDescription() - Method in class com.dynatrace.tools.android.dsl.ExcludeFilterOptions
Specifies a method description filter in the form of a regular expression.
getMethodName() - Method in class com.dynatrace.tools.android.dsl.ExcludeFilterOptions
Specifies a method name filter in the form of a regular expression.
getMethods() - Method in class com.dynatrace.tools.android.dsl.ExcludeOptions
Specifies methods that should be excluded.
getName() - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Name of the variant-specific configuration.
getPackages() - Method in class com.dynatrace.tools.android.dsl.ExcludeOptions
Specifies packages that should be excluded.
getSensors() - Method in class com.dynatrace.tools.android.dsl.LifecycleOptions
Specifies sensor options
getSensors() - Method in class com.dynatrace.tools.android.dsl.UserActionOptions
Specifies sensor options
getSensors() - Method in class com.dynatrace.tools.android.dsl.WebRequestOptions
Specifies sensor options
getSessionReplay() - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies options for using session replay.
getTimeout() - Method in class com.dynatrace.tools.android.dsl.UserActionOptions
Specifies how long the agent will add lifecycle and web request events to an user action.
getUserActions() - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies options for the user action monitoring feature.
getVariantFilter() - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies a regex that will be used to determine the affiliation between this VariantConfiguration an the Android build variants.
getVariantMapping() - Method in class com.dynatrace.tools.android.PrintVariantAffiliationTask
 
getWebRequests() - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies options for the web request monitoring feature.

H

hashCode() - Method in class com.dynatrace.tools.android.dsl.AgentBehaviorOptions
hashCode() - Method in class com.dynatrace.tools.android.dsl.BehavioralEventsOptions
hashCode() - Method in class com.dynatrace.tools.android.dsl.DebugOptions
hashCode() - Method in class com.dynatrace.tools.android.dsl.ExcludeFilterOptions
hashCode() - Method in class com.dynatrace.tools.android.dsl.ExcludeOptions
hashCode() - Method in class com.dynatrace.tools.android.dsl.HybridOptions
hashCode() - Method in class com.dynatrace.tools.android.dsl.LifecycleOptions
hashCode() - Method in class com.dynatrace.tools.android.dsl.LifecycleSensors
hashCode() - Method in class com.dynatrace.tools.android.dsl.SessionReplayOptions
hashCode() - Method in class com.dynatrace.tools.android.dsl.StartOptions
hashCode() - Method in class com.dynatrace.tools.android.dsl.UserActionOptions
hashCode() - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
hashCode() - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
hashCode() - Method in class com.dynatrace.tools.android.dsl.WebRequestOptions
hashCode() - Method in class com.dynatrace.tools.android.dsl.WebRequestSensors
httpClient(boolean) - Method in class com.dynatrace.tools.android.dsl.WebRequestSensors
Specifies if the sensor for HttpClient is enabled
httpsDomains(String) - Method in class com.dynatrace.tools.android.dsl.HybridOptions
Specifies instrumented https domains used by the web part of your hybrid application
httpsDomains(String...) - Method in class com.dynatrace.tools.android.dsl.HybridOptions
Specifies instrumented https domains used by the web part of your hybrid application
httpUrlConnection(boolean) - Method in class com.dynatrace.tools.android.dsl.WebRequestSensors
Specifies if the sensor for HttpURLConnection is enabled
HybridOptions - Class in com.dynatrace.tools.android.dsl
DSL object for configuring hybrid web view objects.
HybridOptions() - Constructor for class com.dynatrace.tools.android.dsl.HybridOptions
Creates new HybridOptions.
hybridWebView(Action<? super HybridOptions>) - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies options for hybrid web view apps.

I

isActivity() - Method in class com.dynatrace.tools.android.dsl.LifecycleSensors
Specifies if the sensor for the class Activity is enabled.
isAgentLogging() - Method in class com.dynatrace.tools.android.dsl.DebugOptions
Specifies if the debug logging of the agent should be activated.
isApplication() - Method in class com.dynatrace.tools.android.dsl.LifecycleSensors
Specifies if the sensor for the class Application is enabled.
isByteCodeVerification() - Method in class com.dynatrace.tools.android.dsl.DebugOptions
Deprecated.
feature was removed in version 8.245
isCertificateValidation() - Method in class com.dynatrace.tools.android.dsl.DebugOptions
Deprecated.
As of version 8.257, instead add your self-signed certificate to the Network Security Configuration.
isClick() - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for View.OnClickListener is enabled.
isComposeClickable() - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for Modifier.clickable is enabled.
isComposeEnabled() - Method in class com.dynatrace.tools.android.dsl.UserActionOptions
Specifies if the Jetpack Compose monitoring feature is enabled.
isComposePager() - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for androidx.compose.foundation.pager#VerticalPager and androidx.compose.foundation.pager.HorizontalPager is enabled.
isComposePullRefresh() - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for Modifier#pullRefresh is enabled.
isComposeSemantics() - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for semantic information is enabled.
isComposeSlider() - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for androidx.compose.material.Slider and androidx.compose.material.RangeSlider is enabled.
isComposeSwipeable() - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for Modifier.swipeable is enabled.
isCrashReporting() - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies if the crash reporting feature is enabled
isDetectRageTaps() - Method in class com.dynatrace.tools.android.dsl.BehavioralEventsOptions
Specifies if rage tap detection is enabled
isEmptyActions() - Method in class com.dynatrace.tools.android.dsl.UserActionOptions
Specifies if empty user actions should be monitored.
isEnabled() - Method in class com.dynatrace.tools.android.dsl.HybridOptions
Specifies if the hybrid feature is enabled
isEnabled() - Method in class com.dynatrace.tools.android.dsl.LifecycleOptions
Specifies if the lifecycle monitoring feature is enabled
isEnabled() - Method in class com.dynatrace.tools.android.dsl.SessionReplayOptions
Specifies if session replay is used
isEnabled() - Method in class com.dynatrace.tools.android.dsl.StartOptions
Specifies if the auto start injection feature is enabled.
isEnabled() - Method in class com.dynatrace.tools.android.dsl.UserActionOptions
Specifies if the user monitoring feature is enabled
isEnabled() - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies if the variant should be instrumented
isEnabled() - Method in class com.dynatrace.tools.android.dsl.WebRequestOptions
Specifies if the web request monitoring feature is enabled
isFailOnWarnings() - Method in class com.dynatrace.tools.android.dsl.DebugOptions
Deprecated.
isFileDomainCookies() - Method in class com.dynatrace.tools.android.dsl.HybridOptions
Enables/disables file scheme cookies and automatically adds the cookies to the file:// domain.
isFragment() - Method in class com.dynatrace.tools.android.dsl.LifecycleSensors
Specifies if the sensor for the class Fragment is enabled.
isHttpClient() - Method in class com.dynatrace.tools.android.dsl.WebRequestSensors
Specifies if the sensor for HttpClient is enabled
isHttpUrlConnection() - Method in class com.dynatrace.tools.android.dsl.WebRequestSensors
Specifies if the sensor for HttpURLConnection is enabled
isItemClick() - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for AdapterView.OnItemClickListener is enabled.
isItemSelect() - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for AdapterView.OnItemSelectedListener is enabled.
isLocationMonitoring() - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies if the location monitoring feature is enabled
isMenuClick() - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for MenuItem.OnMenuItemClickListener is enabled.
isNamePrivacy() - Method in class com.dynatrace.tools.android.dsl.UserActionOptions
Specifies if the view class name should be used instead of the view label to avoid monitoring sensitive data
isOkHttp() - Method in class com.dynatrace.tools.android.dsl.WebRequestSensors
Specifies if the sensor for the OkHttp library (version 3 and 4) is enabled
isOptionSelect() - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for Activity#onOptionsItemSelected is enabled.
isPageChange() - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for ViewPager.OnPageChangeListener is enabled.
isPluginEnabled() - Method in class com.dynatrace.tools.android.dsl.DynatraceExtension
Specifies if the plugin should be enabled.
isRefresh() - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for SwipeRefreshLayout.OnRefreshListener is enabled.
isStartupLoadBalancing() - Method in class com.dynatrace.tools.android.dsl.AgentBehaviorOptions
Specifies if advanced load balancing should be used during the agent startup
isStrictMode() - Method in class com.dynatrace.tools.android.dsl.DynatraceExtension
Specifies if the build should fail, when the current variant has no variant-specific configuration.
isUserOptIn() - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies if the user has to opt-in for monitoring.
itemClick(boolean) - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for AdapterView.OnItemClickListener is enabled.
itemSelect(boolean) - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for AdapterView.OnItemSelectedListener is enabled.

L

lifecycle(Action<? super LifecycleOptions>) - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies options for the lifecycle monitoring feature.
LifecycleOptions - Class in com.dynatrace.tools.android.dsl
DSL object for configuring the lifecycle monitoring feature.
LifecycleOptions(Instantiator) - Constructor for class com.dynatrace.tools.android.dsl.LifecycleOptions
 
LifecycleSensors - Class in com.dynatrace.tools.android.dsl
DSL object for configuring the sensor options of the lifecycle monitoring feature.
LifecycleSensors() - Constructor for class com.dynatrace.tools.android.dsl.LifecycleSensors
Creates new LifecycleSensors.
LifecycleSensors(boolean, boolean, boolean) - Constructor for class com.dynatrace.tools.android.dsl.LifecycleSensors
Creates new LifecycleSensors.
LifecycleSensors(LifecycleSensors) - Constructor for class com.dynatrace.tools.android.dsl.LifecycleSensors
Creates new LifecycleSensors from a different instance.
locationMonitoring(boolean) - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies if the location monitoring feature is enabled

M

maxDuration(int) - Method in class com.dynatrace.tools.android.dsl.UserActionOptions
Specifies the maximum value for the user action duration.
menuClick(boolean) - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for MenuItem.OnMenuItemClickListener is enabled.
methodDescription(String) - Method in class com.dynatrace.tools.android.dsl.ExcludeFilterOptions
Specifies a method description filter in the form of a regular expression.
methodName(String) - Method in class com.dynatrace.tools.android.dsl.ExcludeFilterOptions
Specifies a method name filter in the form of a regular expression.
methods(String) - Method in class com.dynatrace.tools.android.dsl.ExcludeOptions
Specifies a method that should be excluded.
methods(String...) - Method in class com.dynatrace.tools.android.dsl.ExcludeOptions
Specifies methods that should be excluded.

N

namePrivacy(boolean) - Method in class com.dynatrace.tools.android.dsl.UserActionOptions
Specifies if the view class name should be used instead of the view label to avoid monitoring sensitive data

O

okHttp(boolean) - Method in class com.dynatrace.tools.android.dsl.WebRequestSensors
Specifies if the sensor for the OkHttp library (version 3 and 4) is enabled
optionSelect(boolean) - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for Activity#onOptionsItemSelected is enabled.

P

packages(String) - Method in class com.dynatrace.tools.android.dsl.ExcludeOptions
Specifies a package that should be excluded.
packages(String...) - Method in class com.dynatrace.tools.android.dsl.ExcludeOptions
Specifies packages that should be excluded.
pageChange(boolean) - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for ViewPager.OnPageChangeListener is enabled.
pluginEnabled(boolean) - Method in class com.dynatrace.tools.android.dsl.DynatraceExtension
Specifies if the plugin should be enabled.
print() - Method in class com.dynatrace.tools.android.PrintVariantAffiliationTask
Prints which VariantConfiguration is used for each variant.
PrintVariantAffiliationTask - Class in com.dynatrace.tools.android
Prints which VariantConfiguration is used for each Android build variant.
PrintVariantAffiliationTask() - Constructor for class com.dynatrace.tools.android.PrintVariantAffiliationTask
 

R

refresh(boolean) - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
Specifies if the sensor for SwipeRefreshLayout.OnRefreshListener is enabled.

S

sensors(Action<? super LifecycleSensors>) - Method in class com.dynatrace.tools.android.dsl.LifecycleOptions
Specifies sensor options
sensors(Action<? super UserActionSensors>) - Method in class com.dynatrace.tools.android.dsl.UserActionOptions
Specifies sensor options
sensors(Action<? super WebRequestSensors>) - Method in class com.dynatrace.tools.android.dsl.WebRequestOptions
Specifies sensor options
sessionReplay(Action<? super SessionReplayOptions>) - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies options for using session replay.
SessionReplayOptions - Class in com.dynatrace.tools.android.dsl
DSL object for configuring session replay.
SessionReplayOptions() - Constructor for class com.dynatrace.tools.android.dsl.SessionReplayOptions
 
StartOptions - Class in com.dynatrace.tools.android.dsl
DSL object for configuring the auto start injection feature.
StartOptions() - Constructor for class com.dynatrace.tools.android.dsl.StartOptions
Creates new StartOptions.
startupLoadBalancing(boolean) - Method in class com.dynatrace.tools.android.dsl.AgentBehaviorOptions
Specifies if advanced load balancing should be used during the agent startup
strictMode(boolean) - Method in class com.dynatrace.tools.android.dsl.DynatraceExtension
Specifies if the build should fail, when the current variant has no variant-specific configuration.

T

timeout(int) - Method in class com.dynatrace.tools.android.dsl.UserActionOptions
Specifies how long the agent will add lifecycle and web request events to an user action.
toString() - Method in class com.dynatrace.tools.android.dsl.AgentBehaviorOptions
toString() - Method in class com.dynatrace.tools.android.dsl.BehavioralEventsOptions
toString() - Method in class com.dynatrace.tools.android.dsl.DebugOptions
toString() - Method in class com.dynatrace.tools.android.dsl.ExcludeFilterOptions
toString() - Method in class com.dynatrace.tools.android.dsl.ExcludeOptions
toString() - Method in class com.dynatrace.tools.android.dsl.HybridOptions
toString() - Method in class com.dynatrace.tools.android.dsl.LifecycleOptions
toString() - Method in class com.dynatrace.tools.android.dsl.LifecycleSensors
toString() - Method in class com.dynatrace.tools.android.dsl.SessionReplayOptions
toString() - Method in class com.dynatrace.tools.android.dsl.StartOptions
toString() - Method in class com.dynatrace.tools.android.dsl.UserActionOptions
toString() - Method in class com.dynatrace.tools.android.dsl.UserActionSensors
toString() - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
toString() - Method in class com.dynatrace.tools.android.dsl.WebRequestOptions
toString() - Method in class com.dynatrace.tools.android.dsl.WebRequestSensors

U

UserActionOptions - Class in com.dynatrace.tools.android.dsl
DSL object for configuring the user action monitoring feature.
UserActionOptions(Instantiator) - Constructor for class com.dynatrace.tools.android.dsl.UserActionOptions
Creates new UserActionOptions.
userActions(Action<? super UserActionOptions>) - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies options for the user action monitoring feature.
UserActionSensors - Class in com.dynatrace.tools.android.dsl
DSL object for configuring the sensor options of the user action monitoring feature.
UserActionSensors() - Constructor for class com.dynatrace.tools.android.dsl.UserActionSensors
Creates new UserActionSensors.
userOptIn(boolean) - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies if the user has to opt-in for monitoring.

V

VariantConfiguration - Class in com.dynatrace.tools.android.dsl
Encapsulates all variant-specific properties into this DSL object.
VariantConfiguration(String, Instantiator) - Constructor for class com.dynatrace.tools.android.dsl.VariantConfiguration
Creates new a VariantConfiguration.
variantFilter(String) - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies a regex that will be used to determine the affiliation between this VariantConfiguration an the Android build variants.

W

WebRequestOptions - Class in com.dynatrace.tools.android.dsl
DSL object for configuring the web request monitoring feature.
WebRequestOptions(Instantiator) - Constructor for class com.dynatrace.tools.android.dsl.WebRequestOptions
 
webRequests(Action<? super WebRequestOptions>) - Method in class com.dynatrace.tools.android.dsl.VariantConfiguration
Specifies options for the web request monitoring feature.
WebRequestSensors - Class in com.dynatrace.tools.android.dsl
DSL object for configuring the sensor options of the web request monitoring feature.
WebRequestSensors() - Constructor for class com.dynatrace.tools.android.dsl.WebRequestSensors
Creates new WebRequestSensors.
WebRequestSensors(boolean, boolean, boolean) - Constructor for class com.dynatrace.tools.android.dsl.WebRequestSensors
Creates new WebRequestSensors.
WebRequestSensors(WebRequestSensors) - Constructor for class com.dynatrace.tools.android.dsl.WebRequestSensors
Creates new WebRequestSensors from a different instance.
A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form