Index
All Classes and Interfaces|All Packages
A
- AmazonUpdatePlugin - Class in com.brightdata
-
Amazon Update Plugin
- AmazonUpdatePlugin() - Constructor for class com.brightdata.AmazonUpdatePlugin
- AmazonUpdatePlugin.AmazonUpdatePluginExtension - Class in com.brightdata
-
The extension class for the Amazon Update Plugin.
- AmazonUpdatePluginExtension() - Constructor for class com.brightdata.AmazonUpdatePlugin.AmazonUpdatePluginExtension
- apply(Project) - Method in class com.brightdata.AmazonUpdatePlugin
-
The main method that applies the plugin to the project.
C
- com.brightdata - package com.brightdata
- commitEdit() - Method in class com.brightdata.AmazonUpdatePlugin
-
Commit the current edit to finalize the changes in the Amazon Appstore.
D
- deleteApk() - Method in class com.brightdata.AmazonUpdatePlugin
-
Delete the APK from the current edit in the Amazon Appstore.
G
- getAccessToken() - Method in class com.brightdata.AmazonUpdatePlugin
-
Fetches the access token for Amazon API authentication.
- getAccessTokenExpire() - Method in class com.brightdata.AmazonUpdatePlugin.AmazonUpdatePluginExtension
-
Get access token expiration time in seconds.
- getApkPath() - Method in class com.brightdata.AmazonUpdatePlugin.AmazonUpdatePluginExtension
-
Get path to the APK file.
- getCacheDir() - Method in class com.brightdata.AmazonUpdatePlugin.AmazonUpdatePluginExtension
-
Get cache directory for access token.
- getClientId() - Method in class com.brightdata.AmazonUpdatePlugin.AmazonUpdatePluginExtension
-
Get Amazon Appstore API Client ID.
- getClientSecret() - Method in class com.brightdata.AmazonUpdatePlugin.AmazonUpdatePluginExtension
-
Get Amazon Appstore API Client Secret.
- getConfigPath() - Method in class com.brightdata.AmazonUpdatePlugin.AmazonUpdatePluginExtension
-
Get path to the config file with preset values.
- getEdit() - Method in class com.brightdata.AmazonUpdatePlugin
-
Retrieve the current edit or create a new one if none exists.
- getFileId() - Method in class com.brightdata.AmazonUpdatePlugin
-
Retrieve the file ID of the APK from the edit.
- getLanguage() - Method in class com.brightdata.AmazonUpdatePlugin.AmazonUpdatePluginExtension
-
Get language for the APK listing.
- getListing() - Method in class com.brightdata.AmazonUpdatePlugin
-
Get the app listing details for the current edit.
- getMaxApiRetries() - Method in class com.brightdata.AmazonUpdatePlugin.AmazonUpdatePluginExtension
-
Get maximum number of retries for API requests.
- getReleaseNotes() - Method in class com.brightdata.AmazonUpdatePlugin.AmazonUpdatePluginExtension
-
Get release notes for the APK.
- getRequestDebug() - Method in class com.brightdata.AmazonUpdatePlugin.AmazonUpdatePluginExtension
-
Get debug flag for API requests.
P
- parseUpdateParams() - Method in class com.brightdata.AmazonUpdatePlugin
-
Parse the update parameters such as APK path, release notes, and other necessary details for the update.
R
- replaceApk() - Method in class com.brightdata.AmazonUpdatePlugin
-
Replace the APK in the current edit in the Amazon Appstore.
S
- setAccessTokenExpire(int) - Method in class com.brightdata.AmazonUpdatePlugin.AmazonUpdatePluginExtension
-
Set access token expiration time in seconds.
- setApkPath(String) - Method in class com.brightdata.AmazonUpdatePlugin.AmazonUpdatePluginExtension
-
Set path to the APK file.
- setCacheDir(File) - Method in class com.brightdata.AmazonUpdatePlugin.AmazonUpdatePluginExtension
-
Set cache directory for access token.
- setClientId(String) - Method in class com.brightdata.AmazonUpdatePlugin.AmazonUpdatePluginExtension
-
Set Amazon Appstore API Client ID.
- setClientSecret(String) - Method in class com.brightdata.AmazonUpdatePlugin.AmazonUpdatePluginExtension
-
Set Amazon Appstore API Client Secret.
- setConfigPath(String) - Method in class com.brightdata.AmazonUpdatePlugin.AmazonUpdatePluginExtension
-
Set path to the config file with preset values.
- setLanguage(String) - Method in class com.brightdata.AmazonUpdatePlugin.AmazonUpdatePluginExtension
-
Set language for the APK listing.
- setMaxApiRetries(int) - Method in class com.brightdata.AmazonUpdatePlugin.AmazonUpdatePluginExtension
-
Set maximum number of retries for API requests.
- setReleaseNotes(String) - Method in class com.brightdata.AmazonUpdatePlugin.AmazonUpdatePluginExtension
-
Set release notes for the APK.
- setRequestDebug(boolean) - Method in class com.brightdata.AmazonUpdatePlugin.AmazonUpdatePluginExtension
-
Set debug flag for API requests.
- setupAmazonUpdatePlugin() - Method in class com.brightdata.AmazonUpdatePlugin
-
Set up the Amazon update plugin by loading project properties and configuring tasks.
U
- updateListing() - Method in class com.brightdata.AmazonUpdatePlugin
-
Get the app listing details for the current edit.
- uploadApk() - Method in class com.brightdata.AmazonUpdatePlugin
-
Upload the APK to the current edit in the Amazon Appstore.
V
- validateEdit() - Method in class com.brightdata.AmazonUpdatePlugin
-
Validate the current edit before committing.
All Classes and Interfaces|All Packages