Uses of Class
com.atlassian.bamboo.plan.pullrequest.VcsPullRequestImpl
-
Packages that use VcsPullRequestImpl Package Description com.atlassian.bamboo.build com.atlassian.bamboo.plan.pullrequest -
-
Uses of VcsPullRequestImpl in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build with type parameters of type VcsPullRequestImpl Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<PlanBranchPullRequestEntity,VcsPullRequestImpl>
PlanBranchPullRequestEntity_. vcsPullRequest
-
Uses of VcsPullRequestImpl in com.atlassian.bamboo.plan.pullrequest
Fields in com.atlassian.bamboo.plan.pullrequest with type parameters of type VcsPullRequestImpl Modifier and Type Field Description static 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
Methods in com.atlassian.bamboo.plan.pullrequest that return VcsPullRequestImpl Modifier and Type Method Description static VcsPullRequestImpl
VcsPullRequestImpl. cloneForAnotherRootId(@NotNull VcsPullRequest pullRequest, long newRootVcsId)
-