object
DiffRenderer
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
_getCommitId(thread: CommentThread): String
-
def
_renderEventsOnPullRequest(pull: PullRequest, events: List[PullRequestEvent], html: Html): Html
-
def
_renderLines(progress: String, lines: List[DiffLine], comments: Map[String, List[CodeCommentThread]], isEndOfLineMissing: (DiffLine) ⇒ Boolean): String
-
def
addedWord(word: String): String
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
eolMissingChecker(diff: FileDiff)(line: DiffLine): Boolean
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
-
def
hashCode(): Int
-
def
indicator(line: DiffLine): String
-
def
isAuthorComment(commentId: String): Any
-
final
def
isInstanceOf[T0]: Boolean
-
def
mergeList(a: List[String], b: List[String]): List[String]
-
final
def
ne(arg0: AnyRef): Boolean
-
val
noNewlineAtEof: String
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
removedWord(word: String): String
-
def
renderEventsOnPullRequest(pull: PullRequest): Html
-
def
renderLine(line: DiffLine, threads: Map[String, List[CodeCommentThread]], isEndOfLineMissing: (DiffLine) ⇒ Boolean): String
-
def
renderLine(line: DiffLine, num: Integer, numA: Integer, numB: Integer, threads: List[CodeCommentThread], isEndOfLineMissing: (DiffLine) ⇒ Boolean): String
-
def
renderLines(lines: List[DiffLine], comments: Map[String, List[CodeCommentThread]], isEndOfLineMissing: (DiffLine) ⇒ Boolean): String
-
def
renderNonRangedThreads(threads: List[CommentThread], commitId: String, html: Html): Html
-
def
renderTwoLines(lineA: DiffLine, lineB: DiffLine, comments: Map[String, List[CodeCommentThread]], isEndOfLineMissing: (DiffLine) ⇒ Boolean): String
-
def
renderWordDiff(lineA: DiffLine, lineB: DiffLine, comments: Map[String, List[CodeCommentThread]], isEndOfLineMissing: (DiffLine) ⇒ Boolean): String
-
def
shortId(commitId: String): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
threadKey(path: String, side: Side, lineNum: Integer): String
-
-
-
-
-
def
toString(): String
-
def
urlToCommentThread(thread: CommentThread): String
-
def
urlToCommit(thread: CommentThread, project: Project): Serializable
-
def
urlToContainer(thread: CommentThread): Serializable
-
def
urlToPostNewComment(thread: CommentThread): Call
-
def
urlToPullRequest(thread: CommentThread, pullRequest: PullRequest, project: Project): Serializable
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any