public interface

DiffLine

com.atlassian.bitbucket.content.DiffLine

Summary

Public Methods
@Nonnull List<Long> getCommentIds()
@Nullable ConflictMarker getConflictMarker()
int getDestination()
@Nonnull String getLine()
int getSource()
boolean isConflicting()
boolean isTruncated()

Public Methods

@Nonnull public List<Long> getCommentIds ()

@Nullable public ConflictMarker getConflictMarker ()

public int getDestination ()

@Nonnull public String getLine ()

public int getSource ()

public boolean isConflicting ()

public boolean isTruncated ()