AndroidStudioDownloadLinkValueSource

Fetches the Android Studio releases list from GradleProperties.ProductsReleasesAndroidStudioUrl and finds the release matching the Parameters.androidStudioVersion. From the resolved AndroidStudioReleases.Item, filters out the AndroidStudioReleases.Item.Download.link matching current OS and architecture.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
interface Parameters : ValueSourceParameters

Functions

Link copied to clipboard
Link copied to clipboard
open override fun obtain(): String?