Package com.atlassian.bitbucket.content
Interface DiffLine
public interface DiffLine
-
Method Summary
-
Method Details
-
getCommentIds
-
getConflictMarker
-
getDestination
int getDestination() -
getLine
-
getSource
int getSource() -
isConflicting
boolean isConflicting() -
isTruncated
boolean isTruncated()
-