Summary
Nested Classes |
class |
DiffRequest.Builder |
|
Public Methods
@Nullable
public
String
getSinceId
()
Returns
- the "since" commit for the diff or
null
for the untilId
's parent
@Nonnull
public
String
getUntilId
()
Returns
- the "until" commit for the diff
public
boolean
isWithAutoSrcPath
()
Returns
true
if attempting to resolve the source path in case of a rename, false
otherwise.
Only valid for a single path.
public
boolean
isWithComments
()
Returns
true
if the comment associated with the diff should be included in the response to this request.
false
otherwise