org.octopusden.octopus.infrastructure.bitbucket.client.BitbucketBasicCredentialProvider.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bitbucket-client Show documentation
Show all versions of bitbucket-client Show documentation
Octopus module: bitbucket-client
package org.octopusden.octopus.infrastructure.bitbucket.client
class BitbucketBasicCredentialProvider(username: String, password: String) :
BitbucketCredentialProvider({ BitbucketBasicCredTokenRequestInterceptor(username, password) })