Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.BitbucketPullRequestRef
-
Packages that use BitbucketPullRequestRef Package Description com.atlassian.bitbucket.jenkins.internal.model Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.scm Add package level annotations to indicate everything is non-null by default. -
-
Uses of BitbucketPullRequestRef in com.atlassian.bitbucket.jenkins.internal.model
Methods in com.atlassian.bitbucket.jenkins.internal.model that return BitbucketPullRequestRef Modifier and Type Method Description BitbucketPullRequestRef
BitbucketPullRequest. getFromRef()
BitbucketPullRequestRef
BitbucketPullRequest. getToRef()
Constructors in com.atlassian.bitbucket.jenkins.internal.model with parameters of type BitbucketPullRequestRef Constructor Description BitbucketPullRequest(long id, BitbucketPullRequestState state, BitbucketPullRequestRef fromRef, BitbucketPullRequestRef toRef, long updatedDate, String title, String description)
-
Uses of BitbucketPullRequestRef in com.atlassian.bitbucket.jenkins.internal.scm
Constructors in com.atlassian.bitbucket.jenkins.internal.scm with parameters of type BitbucketPullRequestRef Constructor Description BitbucketBranchSCMHead(BitbucketPullRequestRef prRef)
-