Uses of Class
com.atlassian.bamboo.plan.pullrequest.VcsPullRequestImpl
-
Uses of VcsPullRequestImpl in com.atlassian.bamboo.build
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<PlanBranchPullRequestEntity,
VcsPullRequestImpl> PlanBranchPullRequestEntity_.vcsPullRequest
-
Uses of VcsPullRequestImpl in com.atlassian.bamboo.plan.pullrequest
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<VcsPullRequestImpl,
String> VcsPullRequestImpl_.key
static javax.persistence.metamodel.SingularAttribute<VcsPullRequestImpl,
Boolean> VcsPullRequestImpl_.open
static javax.persistence.metamodel.SingularAttribute<VcsPullRequestImpl,
String> VcsPullRequestImpl_.source
static javax.persistence.metamodel.SingularAttribute<VcsPullRequestImpl,
Long> VcsPullRequestImpl_.sourceRepositoryId
static javax.persistence.metamodel.SingularAttribute<VcsPullRequestImpl,
String> VcsPullRequestImpl_.target
static javax.persistence.metamodel.SingularAttribute<VcsPullRequestImpl,
Long> VcsPullRequestImpl_.targetRepositoryId
Modifier and TypeMethodDescriptionstatic VcsPullRequestImpl
VcsPullRequestImpl.cloneForAnotherRootId
(@NotNull VcsPullRequest pullRequest, long newRootVcsId)