Properties

Link copied to clipboard
abstract val androidStudioUrl: Property<String>

The URL to the resource containing the XML with all available Android Studio releases.

Link copied to clipboard
@get:Input
@get:Optional
abstract val channels: ListProperty<ProductRelease.Channel>

A list of Channel types of binary releases to search in.

Link copied to clipboard
abstract val jetbrainsIdesUrl: Property<String>

The URL to the resource containing the XML with all available JetBrains IDEs releases.

Link copied to clipboard
@get:Input
@get:Optional
abstract val sinceBuild: Property<String>

The build number from which the binary IDE releases will be matched.

Link copied to clipboard
@get:Input
@get:Optional
abstract val types: ListProperty<IntelliJPlatformType>

A list of IntelliJPlatformType types to match.

Link copied to clipboard
@get:Input
@get:Optional
abstract val untilBuild: Property<String>

Build number until which the binary IDE releases will be matched.