com.atlassian.crucible.plugin.export
Class ReviewExporter.ReviewMap

java.lang.Object
  extended by com.atlassian.crucible.plugin.export.ReviewExporter.ReviewMap
Enclosing class:
ReviewExporter

public class ReviewExporter.ReviewMap
extends java.lang.Object

Mapping of VersionedLineCommentData and FisheyeReviewItemData instances.

Author:
Ross Rowe

Constructor Summary
ReviewExporter.ReviewMap(com.atlassian.crucible.spi.data.VersionedLineCommentData comment, com.atlassian.crucible.spi.data.FisheyeReviewItemData reviewItemData)
           
 
Method Summary
 com.atlassian.crucible.spi.data.VersionedLineCommentData getComment()
           
 com.atlassian.crucible.spi.data.FisheyeReviewItemData getReviewItemData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReviewExporter.ReviewMap

public ReviewExporter.ReviewMap(com.atlassian.crucible.spi.data.VersionedLineCommentData comment,
                                com.atlassian.crucible.spi.data.FisheyeReviewItemData reviewItemData)
Method Detail

getComment

public com.atlassian.crucible.spi.data.VersionedLineCommentData getComment()

getReviewItemData

public com.atlassian.crucible.spi.data.FisheyeReviewItemData getReviewItemData()


Copyright © 2008. All Rights Reserved.