Uses of Class
com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMSourceContext
-
Packages that use BitbucketSCMSourceContext Package Description com.atlassian.bitbucket.jenkins.internal.scm Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.scm.trait Add package level annotations to indicate everything is non-null by default. -
-
Uses of BitbucketSCMSourceContext in com.atlassian.bitbucket.jenkins.internal.scm
Constructors in com.atlassian.bitbucket.jenkins.internal.scm with parameters of type BitbucketSCMSourceContext Constructor Description BitbucketSCMSourceRequest(jenkins.scm.api.SCMSource source, BitbucketSCMSourceContext context, TaskListener listener)
-
Uses of BitbucketSCMSourceContext in com.atlassian.bitbucket.jenkins.internal.scm.trait
Methods in com.atlassian.bitbucket.jenkins.internal.scm.trait with parameters of type BitbucketSCMSourceContext Modifier and Type Method Description Optional<BitbucketClientFactory>
BitbucketBranchDiscoveryTrait.DescriptorImpl. getClientFactory(BitbucketSCMSourceContext bitbucketContext)
Optional<BitbucketClientFactory>
BitbucketPullRequestDiscoveryTrait.DescriptorImpl. getClientFactory(BitbucketSCMSourceContext bitbucketContext)
Optional<BitbucketClientFactory>
BitbucketTagDiscoveryTrait.DescriptorImpl. getClientFactory(BitbucketSCMSourceContext bitbucketContext)
-