public interface

DiffCommentAnchor

com.atlassian.stash.comment.DiffCommentAnchor
Known Indirect Subclasses

Summary

Constants
int NO_LINE
Public Methods
@Nonnull Comment getComment()
@Nullable String getFromHash()
int getLine()
@Nullable DiffSegmentType getLineType()
@Nonnull String getPath()
@Nullable String getSrcPath()
@Nonnull String getToHash()
boolean isFileComment()
boolean isLineComment()

Constants

public static final int NO_LINE

Constant Value: 0 (0x00000000)

Public Methods

@Nonnull public Comment getComment ()

@Nullable public String getFromHash ()

public int getLine ()

@Nullable public DiffSegmentType getLineType ()

@Nonnull public String getPath ()

@Nullable public String getSrcPath ()

@Nonnull public String getToHash ()

public boolean isFileComment ()

public boolean isLineComment ()