Uses of Class
com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMHead
-
Packages that use BitbucketSCMHead Package Description com.atlassian.bitbucket.jenkins.internal.scm Add package level annotations to indicate everything is non-null by default. -
-
Uses of BitbucketSCMHead in com.atlassian.bitbucket.jenkins.internal.scm
Subclasses of BitbucketSCMHead in com.atlassian.bitbucket.jenkins.internal.scm Modifier and Type Class Description class
BitbucketBranchSCMHead
class
BitbucketPullRequestSCMHead
class
BitbucketTagSCMHead
Methods in com.atlassian.bitbucket.jenkins.internal.scm that return BitbucketSCMHead Modifier and Type Method Description BitbucketSCMHead
BitbucketPullRequestSCMHead. getTarget()
Constructors in com.atlassian.bitbucket.jenkins.internal.scm with parameters of type BitbucketSCMHead Constructor Description BitbucketSCMRevision(BitbucketSCMHead head, String commitHash)
-