JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.atlassian.bitbucket.content
Interface DiffSegment
public interface
DiffSegment
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
DiffLine
>
getLines
()
DiffSegmentType
getType
()
boolean
isTruncated
()
Method Details
getLines
@Nonnull
List
<
DiffLine
>
getLines
()
getType
@Nonnull
DiffSegmentType
getType
()
isTruncated
boolean
isTruncated
()