BuildTypeRefs

open class BuildTypeRefs(prefix: String, buildType: BuildType)

Provides methods for creating references to buildType parameters

Constructors

Link copied to clipboard
fun BuildTypeRefs(prefix: String, buildType: BuildType)

Functions

Link copied to clipboard
operator fun get(ref: ParameterRef): ParameterRef
operator fun get(paramName: String): ParameterRef

Return reference to the specified parameter in build configuration

Properties

Link copied to clipboard
val buildNumber: ParameterRef