BitbucketCloud
Constructors
Types
Link copied to clipboard
sealed class AuthType : CompoundParam<PullRequests.Provider.BitbucketCloud.AuthType>
Content copied to clipboard
Functions
Link copied to clipboard
fun booleanParameter( customName: String? = null, trueValue: String? = "true", falseValue: String? = "false"): SingleDelegateProvider<Boolean>
Content copied to clipboard
Link copied to clipboard
fun <T : CompoundParam<T>> compoundParameter(customName: String? = null): CompoundDelegateProvider<T>
Content copied to clipboard
Link copied to clipboard
Copies parameters of this object to the specified target
Link copied to clipboard
fun doubleParameter(customName: String? = null): SingleDelegateProvider<Double>
Content copied to clipboard
Link copied to clipboard
fun <E : Enum<E>> enumParameter(customName: String? = null, mapping: Map<E, String?>? = null): SingleDelegateProvider<E>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun intParameter(customName: String? = null): SingleDelegateProvider<Int>
Content copied to clipboard
Link copied to clipboard
fun password(init: PullRequests.Provider.BitbucketCloud.AuthType.Password.() -> Unit = {}): PullRequests.Provider.BitbucketCloud.AuthType.Password
Content copied to clipboard
Username and password
Link copied to clipboard
Link copied to clipboard
fun stringParameter(customName: String? = null): SingleDelegateProvider<String>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Use VCS root credentials