@Entity public class VcsPullRequestImpl extends com.atlassian.core.bean.EntityObject implements MutableVcsPullRequest
ORDERING| Constructor and Description |
|---|
VcsPullRequestImpl() |
VcsPullRequestImpl(VcsPullRequest pullRequest) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKey() |
String |
getSource() |
Long |
getSourceRepositoryId() |
String |
getTarget() |
long |
getTargetRepositoryId() |
int |
hashCode() |
boolean |
isOpen() |
void |
setKey(String vcsPullRequestKey) |
void |
setOpen(boolean open) |
void |
setSource(String source) |
void |
setSourceRepositoryId(Long sourceRepositoryId) |
void |
setTarget(String target) |
void |
setTargetRepositoryId(long targetRepositoryId) |
String |
toString() |
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDatefinalize, getClass, notify, notifyAll, wait, wait, waitgetLastModificationDate, isFromForkgetCreationDatesetIdgetIdpublic VcsPullRequestImpl()
public VcsPullRequestImpl(VcsPullRequest pullRequest)
public String getKey()
getKey in interface VcsPullRequestpublic void setKey(String vcsPullRequestKey)
setKey in interface MutableVcsPullRequestvcsPullRequestKey - VCS-specific id of pull requestpublic Long getSourceRepositoryId()
getSourceRepositoryId in interface VcsPullRequestpublic void setSourceRepositoryId(Long sourceRepositoryId)
setSourceRepositoryId in interface MutableVcsPullRequestsourceRepositoryId - source repository idpublic long getTargetRepositoryId()
getTargetRepositoryId in interface VcsPullRequestpublic void setTargetRepositoryId(long targetRepositoryId)
setTargetRepositoryId in interface MutableVcsPullRequesttargetRepositoryId - target repository id@NotNull public String getSource()
getSource in interface VcsPullRequestpublic void setSource(@NotNull
String source)
setSource in interface MutableVcsPullRequestsource - branch name or git ref@NotNull public String getTarget()
getTarget in interface VcsPullRequestpublic void setTarget(@NotNull
String target)
setTarget in interface MutableVcsPullRequesttarget - branch name or git refpublic boolean isOpen()
isOpen in interface VcsPullRequestpublic void setOpen(boolean open)
setOpen in interface MutableVcsPullRequestpublic boolean equals(Object o)
equals in class com.atlassian.core.bean.EntityObjectpublic int hashCode()
hashCode in class com.atlassian.core.bean.EntityObjectCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.