Uses of Class
com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
-
Packages that use PullRequestSCMHead Package Description com.cloudbees.jenkins.plugins.bitbucket -
-
Uses of PullRequestSCMHead in com.cloudbees.jenkins.plugins.bitbucket
Subclasses of PullRequestSCMHead in com.cloudbees.jenkins.plugins.bitbucket Modifier and Type Class Description static class
PullRequestSCMHead.FixLegacy
Deprecated.used for data migration.static class
SCMHeadWithOwnerAndRepo.PR
Deprecated.Methods in com.cloudbees.jenkins.plugins.bitbucket that return PullRequestSCMHead Modifier and Type Method Description PullRequestSCMHead
PullRequestSCMHead.FixLegacyMigration1. migrate(BitbucketSCMSource source, PullRequestSCMHead.FixLegacy head)
Deprecated.PullRequestSCMHead
SCMHeadWithOwnerAndRepo.GitMigrationImpl. migrate(BitbucketSCMSource source, SCMHeadWithOwnerAndRepo.PR head)
Methods in com.cloudbees.jenkins.plugins.bitbucket with parameters of type PullRequestSCMHead Modifier and Type Method Description BitbucketApi
BitbucketSCMSource. buildBitbucketClient(PullRequestSCMHead head)
protected boolean
ForkPullRequestDiscoveryTrait.TrustEveryone. checkTrusted(BitbucketSCMSourceRequest request, PullRequestSCMHead head)
boolean
ForkPullRequestDiscoveryTrait.TrustNobody. checkTrusted(BitbucketSCMSourceRequest request, PullRequestSCMHead head)
protected boolean
ForkPullRequestDiscoveryTrait.TrustTeamForks. checkTrusted(BitbucketSCMSourceRequest request, PullRequestSCMHead head)
Constructors in com.cloudbees.jenkins.plugins.bitbucket with parameters of type PullRequestSCMHead Constructor Description PullRequestSCMRevision(PullRequestSCMHead head, R target, R pull)
Constructor.
-