Uses of Interface
com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMHeadDiscoveryHandler
-
Packages that use BitbucketSCMHeadDiscoveryHandler Package Description com.atlassian.bitbucket.jenkins.internal.scm Add package level annotations to indicate everything is non-null by default. -
-
Uses of BitbucketSCMHeadDiscoveryHandler in com.atlassian.bitbucket.jenkins.internal.scm
Methods in com.atlassian.bitbucket.jenkins.internal.scm that return types with arguments of type BitbucketSCMHeadDiscoveryHandler Modifier and Type Method Description Collection<BitbucketSCMHeadDiscoveryHandler>
BitbucketSCMSourceContext. getDiscoveryHandlers()
Collection<BitbucketSCMHeadDiscoveryHandler>
BitbucketSCMSourceRequest. getDiscoveryHandlers()
Methods in com.atlassian.bitbucket.jenkins.internal.scm with parameters of type BitbucketSCMHeadDiscoveryHandler Modifier and Type Method Description void
BitbucketSCMSourceContext. withDiscoveryHandler(BitbucketSCMHeadDiscoveryHandler handler)
-