BitbucketCloud
Constructors
Types
Link copied to clipboard
sealed class AuthType : CompoundParam<CommitStatusPublisher.Publisher.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: CommitStatusPublisher.Publisher.BitbucketCloud.AuthType.Password.() -> Unit = {}): CommitStatusPublisher.Publisher.BitbucketCloud.AuthType.Password
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun storedToken(init: CommitStatusPublisher.Publisher.BitbucketCloud.AuthType.StoredToken.() -> Unit = {}): CommitStatusPublisher.Publisher.BitbucketCloud.AuthType.StoredToken
Content copied to clipboard
Use token credentials stored in TeamCity
Link copied to clipboard
fun stringParameter(customName: String? = null): SingleDelegateProvider<String>
Content copied to clipboard
Link copied to clipboard