Uses of Class
com.cloudbees.jenkins.plugins.bitbucket.PullRequestSCMHead
Packages that use PullRequestSCMHead
-
Uses of PullRequestSCMHead in com.cloudbees.jenkins.plugins.bitbucket
Subclasses of PullRequestSCMHead in com.cloudbees.jenkins.plugins.bitbucketModifier and TypeClassDescriptionstatic class
Deprecated.used for data migration.static class
Deprecated.Methods in com.cloudbees.jenkins.plugins.bitbucket that return PullRequestSCMHeadModifier and TypeMethodDescriptionPullRequestSCMHead.FixLegacyMigration1.migrate
(BitbucketSCMSource source, PullRequestSCMHead.FixLegacy head) Deprecated.SCMHeadWithOwnerAndRepo.GitMigrationImpl.migrate
(BitbucketSCMSource source, SCMHeadWithOwnerAndRepo.PR head) Methods in com.cloudbees.jenkins.plugins.bitbucket with parameters of type PullRequestSCMHeadModifier and TypeMethodDescriptionBitbucketSCMSource.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 PullRequestSCMHeadModifierConstructorDescriptionPullRequestSCMRevision
(PullRequestSCMHead head, jenkins.plugins.git.AbstractGitSCMSource.SCMRevisionImpl target, jenkins.plugins.git.AbstractGitSCMSource.SCMRevisionImpl pull) Constructor.