java.lang.Object |
↳ |
com.atlassian.bitbucket.scm.bulk.BulkContentContext |
Class Overview
The context for a bulk content callback that is passed at the start.
Summary
Nested Classes |
class |
BulkContentContext.Builder |
|
[Expand]
Inherited Methods |
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(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Methods
@Nonnull
public
Optional<String>
getSinceCommitId
()
Returns
- optional ID of the "since" commit; if specified only contents that changed since that commit ID are streamed, otherwise all contents are streamed
@Nonnull
public
String
getUntilCommitId
()
Returns
- ID of the commit whose file contents are be streamed