public class FisheyeReviewItemData extends ReviewItemData
| Modifier and Type | Class and Description |
|---|---|
static class |
FisheyeReviewItemData.CommitType |
static class |
FisheyeReviewItemData.FileType |
ReviewItemData.ParticipantStatuspermId| Constructor and Description |
|---|
FisheyeReviewItemData() |
FisheyeReviewItemData(java.lang.String repositoryName,
java.lang.String fromPath,
java.lang.String fromRevision,
java.lang.String fromContentUrl,
java.lang.String toPath,
java.lang.String toRevision,
java.lang.String toContentUrl,
FisheyeReviewItemAttibutes attrs,
java.lang.String permId,
java.lang.String patchUrl,
AnchorData anchorData,
FisheyeReviewItemData.FileType fileType,
java.lang.String authorName,
java.util.Date commitDate,
java.lang.Boolean showAsDiff,
java.util.Set<ReviewItemData.ParticipantStatus> participants,
java.util.Collection<ReviewItemRevisionData> revisions) |
FisheyeReviewItemData(java.lang.String repositoryName,
java.lang.String fromPath,
java.lang.String fromRevision,
java.lang.String fromContentUrl,
java.lang.String toPath,
java.lang.String toRevision,
java.lang.String toContentUrl,
FisheyeReviewItemAttibutes attrs,
java.lang.String permId,
java.lang.String patchUrl,
FisheyeReviewItemData.FileType fileType,
java.lang.String authorName,
java.util.Date commitDate,
java.lang.Boolean showAsDiff,
java.util.Set<ReviewItemData.ParticipantStatus> participants) |
| Modifier and Type | Method and Description |
|---|---|
AnchorData |
getAnchorData() |
java.lang.String |
getAuthorName() |
java.util.Date |
getCommitDate() |
FisheyeReviewItemData.CommitType |
getCommitType() |
java.util.Collection<ReviewItemRevisionData> |
getExpandedRevisions() |
FisheyeReviewItemData.FileType |
getFileType() |
java.lang.String |
getFromContentUrl()
Returns the URI that points to the location of the raw content for the previous revision of this item.
|
java.lang.String |
getFromPath() |
java.lang.String |
getFromRevision() |
java.lang.String |
getPatchUrl() |
java.lang.String |
getRepositoryName() |
java.lang.String |
getToContentUrl()
Returns the URI that points to the location of the raw content for the current revision of this item.
|
java.lang.String |
getToPath() |
java.lang.String |
getToRevision() |
java.lang.Boolean |
isShowAsDiff() |
void |
setAnchorData(AnchorData anchorData) |
void |
setAuthorName(java.lang.String authorName) |
void |
setCommitDate(java.util.Date commitDate) |
void |
setCommitType(FisheyeReviewItemData.CommitType commitType) |
void |
setExpandedRevisions(java.util.Collection<ReviewItemRevisionData> revisions) |
void |
setFileType(FisheyeReviewItemData.FileType fileType) |
void |
setFromContentUrl(java.lang.String fromContentUrl)
Sets the URI that points to the location of the raw content for the previous revision of this item.
|
void |
setFromPath(java.lang.String fromPath) |
void |
setFromRevision(java.lang.String fromRevision) |
void |
setPatchUrl(java.lang.String patchUrl) |
void |
setRepositoryName(java.lang.String repositoryName) |
void |
setShowAsDiff(java.lang.Boolean showAsDiff) |
void |
setToContentUrl(java.lang.String toContentUrl)
Sets the URI that points to the location of the raw content for the current revision of this item.
|
void |
setToPath(java.lang.String toPath) |
void |
setToRevision(java.lang.String toRevision) |
getParticipants, getPermId, setParticipants, setPermId, setPermIdAsStringpublic FisheyeReviewItemData()
public FisheyeReviewItemData(java.lang.String repositoryName,
java.lang.String fromPath,
java.lang.String fromRevision,
java.lang.String fromContentUrl,
java.lang.String toPath,
java.lang.String toRevision,
java.lang.String toContentUrl,
FisheyeReviewItemAttibutes attrs,
java.lang.String permId,
java.lang.String patchUrl,
FisheyeReviewItemData.FileType fileType,
java.lang.String authorName,
java.util.Date commitDate,
java.lang.Boolean showAsDiff,
java.util.Set<ReviewItemData.ParticipantStatus> participants)
public FisheyeReviewItemData(java.lang.String repositoryName,
java.lang.String fromPath,
java.lang.String fromRevision,
java.lang.String fromContentUrl,
java.lang.String toPath,
java.lang.String toRevision,
java.lang.String toContentUrl,
FisheyeReviewItemAttibutes attrs,
java.lang.String permId,
java.lang.String patchUrl,
AnchorData anchorData,
FisheyeReviewItemData.FileType fileType,
java.lang.String authorName,
java.util.Date commitDate,
java.lang.Boolean showAsDiff,
java.util.Set<ReviewItemData.ParticipantStatus> participants,
java.util.Collection<ReviewItemRevisionData> revisions)
anchorData - the anchor for the patch, if this is a patch review. Otherwise, null.revisions - the revisions in the review item.public AnchorData getAnchorData()
public void setAnchorData(AnchorData anchorData)
public void setExpandedRevisions(java.util.Collection<ReviewItemRevisionData> revisions)
public java.util.Collection<ReviewItemRevisionData> getExpandedRevisions()
public java.lang.String getRepositoryName()
public java.lang.String getFromPath()
public java.lang.String getFromRevision()
public java.lang.String getToPath()
public void setRepositoryName(java.lang.String repositoryName)
public void setFromPath(java.lang.String fromPath)
public void setFromRevision(java.lang.String fromRevision)
public void setToPath(java.lang.String toPath)
public void setToRevision(java.lang.String toRevision)
public java.lang.String getToRevision()
public java.lang.String getPatchUrl()
public void setPatchUrl(java.lang.String patchUrl)
public FisheyeReviewItemData.FileType getFileType()
public void setFileType(FisheyeReviewItemData.FileType fileType)
public FisheyeReviewItemData.CommitType getCommitType()
public void setCommitType(FisheyeReviewItemData.CommitType commitType)
public java.lang.String getAuthorName()
public void setAuthorName(java.lang.String authorName)
public java.util.Date getCommitDate()
public void setCommitDate(java.util.Date commitDate)
public java.lang.Boolean isShowAsDiff()
public void setShowAsDiff(java.lang.Boolean showAsDiff)
public java.lang.String getFromContentUrl()
public void setFromContentUrl(java.lang.String fromContentUrl)
fromContentUrl - the URI that points to the location of the raw content for the previous revision of this item.public java.lang.String getToContentUrl()
public void setToContentUrl(java.lang.String toContentUrl)
toContentUrl - the URI that points to the location of the raw content for the current revision of this item.