Uses of Interface
com.atlassian.bitbucket.jenkins.internal.credentials.GlobalCredentialsProvider
-
Packages that use GlobalCredentialsProvider Package Description com.atlassian.bitbucket.jenkins.internal.config Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.trigger Add package level annotations to indicate everything is non-null by default. -
-
Uses of GlobalCredentialsProvider in com.atlassian.bitbucket.jenkins.internal.config
Methods in com.atlassian.bitbucket.jenkins.internal.config that return GlobalCredentialsProvider Modifier and Type Method Description GlobalCredentialsProvider
BitbucketServerConfiguration. getGlobalCredentialsProvider(Item item)
For a given item, returns a global credential provider.GlobalCredentialsProvider
BitbucketServerConfiguration. getGlobalCredentialsProvider(String context)
Similar toBitbucketServerConfiguration.getGlobalCredentialsProvider(Item)
but without item. -
Uses of GlobalCredentialsProvider in com.atlassian.bitbucket.jenkins.internal.trigger
Methods in com.atlassian.bitbucket.jenkins.internal.trigger with parameters of type GlobalCredentialsProvider Modifier and Type Method Description BitbucketWebhook
RetryingWebhookHandler. register(String bitbucketBaseUrl, GlobalCredentialsProvider globalCredentialsProvider, BitbucketSCMRepository repository, Item context, boolean isPullRequestTrigger, boolean isRefTrigger)
-