- generatePropertiesForTask(String, Class<? extends BaseTraceTask>) - Method in class io.bitrise.trace.plugin.util.TraceTaskBuilder
-
Creates the properties for a Gradle task.
- getAndroidManifest() - Method in class io.bitrise.trace.plugin.modifier.ManifestHelper
-
- getAndroidManifestPath() - Method in class io.bitrise.trace.plugin.modifier.ManifestHelper
-
Gets the path of the AndroidManifest document.
- getApplicationElement() - Method in class io.bitrise.trace.plugin.modifier.ManifestHelper
-
- getApplicationName() - Method in class io.bitrise.trace.plugin.modifier.ManifestHelper
-
Gets the Application name attribute to the given value.
- getAssembleTask(BaseVariant) - Static method in class io.bitrise.trace.plugin.util.TaskUtils
-
Gets the assemble Task for the given BaseVariant.
- getCommunicator() - Static method in class io.bitrise.trace.plugin.network.SymbolCollectorNetworkClient
-
Gets the NetworkCommunicator for performing network calls.
- getGson() - Static method in class io.bitrise.trace.plugin.network.SymbolCollectorNetworkClient
-
Gets the current Gson serializer with configured naming strategies and overrides.
- getId() - Method in class io.bitrise.trace.plugin.data.Trace
-
Gets the ID of the Trace.
- getInputTypes() - Method in class io.bitrise.trace.plugin.modifier.TraceTransform
-
- getInstance(String) - Static method in class io.bitrise.trace.plugin.configuration.BuildConfigurationManager
-
Gets the singleton instance of the BuildConfigurationManager.
- getManifestPaths(BaseVariantOutput) - Method in class io.bitrise.trace.plugin.modifier.BuildHelper
-
Gets the path for the compiled AndroidManifest.xml files.
- getManifestProcessorTask(BaseVariantOutput) - Static method in class io.bitrise.trace.plugin.util.TaskUtils
-
Gets the ManifestProcessorTask for the given BaseVariantOutput.
- getMappingFiletPath(BaseVariant) - Method in class io.bitrise.trace.plugin.modifier.BuildHelper
-
Gets the path for the mapping file of the given variant.
- getName() - Method in class io.bitrise.trace.plugin.modifier.TraceTransform
-
- getPackageName() - Method in class io.bitrise.trace.plugin.modifier.ManifestHelper
-
Gets the package name from the android manifest file.
- getPermissions() - Method in class io.bitrise.trace.plugin.modifier.ManifestHelper
-
Gets the list of permissions from the AndroidManifest.xml file.
- getRequiredPermissions() - Method in class io.bitrise.trace.plugin.configuration.BuildConfigurationManager
-
Gets the list of permission that will be needed for our DataSources.
- getResourceProcessorTask(BaseVariantOutput) - Static method in class io.bitrise.trace.plugin.util.TaskUtils
-
Gets the ProcessAndroidResources for the given BaseVariantOutput.
- getScopes() - Method in class io.bitrise.trace.plugin.modifier.TraceTransform
-
- getSpans() - Method in class io.bitrise.trace.plugin.data.Trace
-
Gets all the Spans from this Trace.
- getTaskList(Project) - Static method in class io.bitrise.trace.plugin.util.TaskUtils
-
Gets the task list for the current build.
- getToken() - Method in class io.bitrise.trace.plugin.configuration.BuildConfiguration
-
- getToken() - Method in class io.bitrise.trace.plugin.configuration.BuildConfigurationManager
-
Gets the token from the build configuration.
- getTraceOutputDirPath(File) - Static method in class io.bitrise.trace.plugin.util.TaskUtils
-
Gets the path for the directory for the outputs of the Trace tasks.
- getTraceOutputDirPath(File, String) - Static method in class io.bitrise.trace.plugin.util.TaskUtils
-
Gets the path for the directory for the outputs of the Trace tasks for the given variant.
- getVariant() - Method in class io.bitrise.trace.plugin.task.BaseTraceVariantTask
-
Gets the variant.
- getVariantOutput() - Method in class io.bitrise.trace.plugin.task.BaseTraceVariantTask
-
Gets the variant output.
- getVersion() - Method in class io.bitrise.trace.plugin.configuration.BuildConfiguration
-
- group - Variable in class io.bitrise.trace.plugin.util.TraceTaskBuilder
-
The group for the task.
- TASK_DESCRIPTION_MANIFEST_MODIFIER - Static variable in class io.bitrise.trace.plugin.task.TaskConfig
-
- TASK_DESCRIPTION_UPLOAD_MAPPING_FILE - Static variable in class io.bitrise.trace.plugin.task.TaskConfig
-
- TASK_DESCRIPTION_VERIFY_TRACE - Static variable in class io.bitrise.trace.plugin.task.TaskConfig
-
- TASK_NAME_MANIFEST_MODIFIER - Static variable in class io.bitrise.trace.plugin.task.TaskConfig
-
- TASK_NAME_UPLOAD_MAPPING_FILE - Static variable in class io.bitrise.trace.plugin.task.TaskConfig
-
- TASK_NAME_VERIFY_TRACE - Static variable in class io.bitrise.trace.plugin.task.TaskConfig
-
- TaskConfig - Class in io.bitrise.trace.plugin.task
-
Contains the configuration for the tasks.
- taskContainer - Variable in class io.bitrise.trace.plugin.util.TraceTaskBuilder
-
The TaskContainer that will contain the newly created task.
- TaskUtils - Class in io.bitrise.trace.plugin.util
-
Utility class for task related calls.
- TimeFormattingUtils - Class in io.bitrise.trace.plugin.util
-
Formats the time to the required format.
- toString() - Method in class io.bitrise.trace.plugin.configuration.Version
-
- toString() - Method in class io.bitrise.trace.plugin.util.FormattingStringBuilder
-
- Trace - Class in io.bitrise.trace.plugin.data
-
Data class for traces.
- Trace() - Constructor for class io.bitrise.trace.plugin.data.Trace
-
Constructor for class.
- TRACE_ANDROID_GRADLE_PLUGIN_COMPATIBLE_VERSION - Static variable in class io.bitrise.trace.plugin.TraceConstants
-
The smallest compatible version of the Android Gradle Plugin.
- TRACE_APPLICATION_CLASS_FULL_NAME - Static variable in class io.bitrise.trace.plugin.TraceConstants
-
The name of the class with the package name that extends the Android Application class.
- TRACE_APPLICATION_CLASS_NAME - Static variable in class io.bitrise.trace.plugin.TraceConstants
-
The name of the class that extends the Android Application class.
- TRACE_APPLICATION_PACKAGE_NAME - Static variable in class io.bitrise.trace.plugin.TraceConstants
-
The name of the package where the Trace Application class should be located.
- TRACE_CONFIGURATION_SUPPORTED_FILE_VERSION - Static variable in class io.bitrise.trace.plugin.TraceConstants
-
The version the config file that is supported by the plugin.
- TRACE_METRIC_SENDER_CLASS_FULL_NAME - Static variable in class io.bitrise.trace.plugin.TraceConstants
-
The fully qualified name of the class that sends the Metrics.
- TRACE_METRIC_SENDER_CLASS_NAME - Static variable in class io.bitrise.trace.plugin.TraceConstants
-
The name of the class that sends the Metrics.
- TRACE_PLUGIN_TASK_GROUP - Static variable in class io.bitrise.trace.plugin.task.TaskConfig
-
The group name for Trace tasks.
- TRACE_SDK_DEPENDENCY_GROUP_NAME - Static variable in class io.bitrise.trace.plugin.TraceConstants
-
- TRACE_SDK_DEPENDENCY_NAME - Static variable in class io.bitrise.trace.plugin.TraceConstants
-
The name of the dependency for the 'trace-sdk'.
- TRACE_TOKEN_KEY - Static variable in class io.bitrise.trace.plugin.configuration.BuildConfiguration
-
The key for the
BuildConfiguration token value to store in the BuildConfig of the
Android project.
- TRACE_TRACE_SENDER_CLASS_FULL_NAME - Static variable in class io.bitrise.trace.plugin.TraceConstants
-
The fully qualified name of the class that sends the Traces.
- TRACE_TRACE_SENDER_CLASS_NAME - Static variable in class io.bitrise.trace.plugin.TraceConstants
-
The name of the class that sends the Traces.
- TraceConfigFileInvalidException(String, String) - Constructor for exception io.bitrise.trace.plugin.util.TraceException.TraceConfigFileInvalidException
-
Constructor for class.
- TraceConfigFileNotFoundException(String, String) - Constructor for exception io.bitrise.trace.plugin.util.TraceException.TraceConfigFileNotFoundException
-
Constructor for class.
- TraceConstants - Class in io.bitrise.trace.plugin
-
Holds the SDK level constants.
- TraceException - Class in io.bitrise.trace.plugin.util
-
TraceExceptions are used to express and describe some kind of business type exceptions.
- TraceException() - Constructor for class io.bitrise.trace.plugin.util.TraceException
-
- TraceException.TraceConfigFileInvalidException - Exception in io.bitrise.trace.plugin.util
-
Used when the TraceConfig file has an issue being read.
- TraceException.TraceConfigFileNotFoundException - Exception in io.bitrise.trace.plugin.util
-
Used when the TraceConfig file is not found in the correct location.
- TraceGradlePlugin - Class in io.bitrise.trace.plugin
-
Gradle plugin for the Trace SDK.
- TraceGradlePlugin() - Constructor for class io.bitrise.trace.plugin.TraceGradlePlugin
-
- TraceTaskBuilder - Class in io.bitrise.trace.plugin.util
-
- TraceTaskBuilder(TaskContainer, String, Class<? extends BaseTraceTask>) - Constructor for class io.bitrise.trace.plugin.util.TraceTaskBuilder
-
Constructor for the class.
- TraceTransform - Class in io.bitrise.trace.plugin.modifier
-
Transform that executes the required code modifications for the Trace SDK during the
build.
- TraceTransform(BaseExtension, Project) - Constructor for class io.bitrise.trace.plugin.modifier.TraceTransform
-
Constructor for class.
- TraceVariantTaskBuilder - Class in io.bitrise.trace.plugin.util
-
- TraceVariantTaskBuilder(TaskContainer, String, Class<? extends BaseTraceVariantTask>, BaseVariant) - Constructor for class io.bitrise.trace.plugin.util.TraceVariantTaskBuilder
-
Constructor for the class.
- transform(TransformInvocation) - Method in class io.bitrise.trace.plugin.modifier.TraceTransform
-
- TransformHelper - Class in io.bitrise.trace.plugin.modifier
-
- type - Variable in class io.bitrise.trace.plugin.util.TraceTaskBuilder
-
The type of the task.