|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
---|---|
com.atlassian.crucible.spi.data.VersionedLineCommentData.getFromLineRange()
returns the line range on the oldest revision only (pre-iterative reviewing). Use VersionedLineCommentData.getLineRanges() instead. |
|
com.atlassian.crucible.spi.data.GeneralCommentData.getPermId()
Replaced by GeneralCommentData.getPermaId() . |
|
com.atlassian.crucible.spi.data.VersionedLineCommentData.getToLineRange()
returns the line range on the newest revision only (pre-iterative reviewing). Use VersionedLineCommentData.getLineRanges() instead. |
|
com.atlassian.crucible.spi.data.VersionedLineCommentData.setFromLineRange(String)
use VersionedLineCommentData.setLineRanges(java.util.List) instead. |
|
com.atlassian.crucible.spi.data.GeneralCommentData.setPermId(PermId Replaced by GeneralCommentData.setPermaId(com.atlassian.crucible.spi.PermId) . |
|
com.atlassian.crucible.spi.data.VersionedLineCommentData.setToLineRange(String)
use VersionedLineCommentData.setLineRanges(java.util.List) instead. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |