Bitbucket Server Documentation
Bitbucket Server - REST API
Package Index
|
Class Index
com.atlassian.bitbucket.rest
com.atlassian.bitbucket.rest.content
com.atlassian.bitbucket.rest.enrich
com.atlassian.bitbucket.rest.exception
com.atlassian.bitbucket.rest.util
Interfaces
StreamingResponse
Classes
CachePolicies
JsonStreamingOutput
ResourcePatterns
ResponseFactory
RestUtils
StatefulJsonWriter
StatefulJsonWriter.WritingState
Enums
StatefulJsonWriter.WritingContext
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public static class
StatefulJsonWriter.WritingState
extends Object
java.lang.Object
↳
com.atlassian.bitbucket.rest.util.StatefulJsonWriter.WritingState
Summary
Public Constructors
WritingState
(
StatefulJsonWriter.WritingContext
context, int entryCount)
Public Methods
StatefulJsonWriter.WritingContext
getContext
()
int
getEntryCount
()
[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 Constructors
public
WritingState
(
StatefulJsonWriter.WritingContext
context, int entryCount)
Public Methods
public
StatefulJsonWriter.WritingContext
getContext
()
public int
getEntryCount
()