org.octopusden.octopus.infrastructure.bitbucket.client.BitbucketCredentialProvider.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.CredentialProvider
import feign.RequestInterceptor
abstract class BitbucketCredentialProvider(func: () -> RequestInterceptor) : CredentialProvider(func)