Summary
| Nested Classes |
|
class |
DiffRequest.Builder |
|
| Constants |
| int |
DEFAULT_CONTEXT_LINES |
Indicates the request should supply the default number of context lines for added and removed lines. |
|
[Expand]
Inherited Methods |
From class
com.atlassian.stash.content.AbstractDiffRequest
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
int
DEFAULT_CONTEXT_LINES
Indicates the request should supply the default number of context lines for added and removed lines. The
default is configurable, so it may be changed by a system administrator. The shipped setting is 10 lines.
Constant Value:
-1
(0xffffffff)
Public Methods
@Nullable
public
String
getSinceId
()
Returns
- the starting changeset for the diff or
null for the untilId's parent
@Nonnull
public
String
getUntilId
()
Returns
- the terminating changeset for the diff
public
boolean
isWithComments
()