org.octopusden.octopus.infrastructure.bitbucket.client.BitbucketClientParametersProvider.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
import org.octopusden.octopus.infrastructure.client.commons.ClientParametersProvider
interface BitbucketClientParametersProvider : ClientParametersProvider {
override fun getAuth(): BitbucketCredentialProvider
}