- className(String) - Method in class com.rollbar.api.payload.data.body.ExceptionInfo.Builder
-
The name of the exception class.
- className(String) - Method in class com.rollbar.api.payload.data.body.Frame.Builder
-
The name of the class in which the error occurred.
- Client - Class in com.rollbar.api.payload.data
-
Represents the client info to send to Rollbar.
- client(Client) - Method in class com.rollbar.api.payload.data.Data.Builder
-
Data about the client device this event occurred on.
- Client.Builder - Class in com.rollbar.api.payload.data
-
Constructor.
- code(String) - Method in class com.rollbar.api.payload.data.body.Frame.Builder
-
The line of code that triggered the error.
- CodeContext - Class in com.rollbar.api.payload.data.body
-
Represents the context around the code where the error occurred (lines before, 'pre', and after,
'post').
- CodeContext.Builder - Class in com.rollbar.api.payload.data.body
-
- codeVersion(String) - Method in class com.rollbar.api.payload.data.Data.Builder
-
The currently running version of the code.
- codeVersion(String) - Method in class com.rollbar.api.payload.data.Server.Builder
-
The current source control version (SHA, or name).
- columnNumber(Integer) - Method in class com.rollbar.api.payload.data.body.Frame.Builder
-
The column number (if available in your language) on which the error occurred.
- com.rollbar.api.annotations - package com.rollbar.api.annotations
-
- com.rollbar.api.json - package com.rollbar.api.json
-
- com.rollbar.api.payload - package com.rollbar.api.payload
-
- com.rollbar.api.payload.data - package com.rollbar.api.payload.data
-
- com.rollbar.api.payload.data.body - package com.rollbar.api.payload.data.body
-
- com.rollbar.api.truncation - package com.rollbar.api.truncation
-
- context(CodeContext) - Method in class com.rollbar.api.payload.data.body.Frame.Builder
-
Extra context around the line of code that triggered the error.
- context(String) - Method in class com.rollbar.api.payload.data.Data.Builder
-
Custom identifier to help find where the error came from, Controller class name, for
instance.
- CrashReport - Class in com.rollbar.api.payload.data.body
-
Represents a crash report (currently only for iOS, eventually Android, and maybe (if possible)
core and memory dumps).
- CrashReport.Builder - Class in com.rollbar.api.payload.data.body
-
- custom(Map<String, Object>) - Method in class com.rollbar.api.payload.data.Data.Builder
-
Custom data that will aid in debugging the error.
- timestamp(Long) - Method in class com.rollbar.api.payload.data.Data.Builder
-
The moment the bug happened, visible in ui as client_timestamp.
- title(String) - Method in class com.rollbar.api.payload.data.Data.Builder
-
The title, max length 255 characters, overrides the default and custom ones set by Rollbar.
- toString() - Method in class com.rollbar.api.payload.data.body.Body
-
- toString() - Method in class com.rollbar.api.payload.data.body.CodeContext
-
- toString() - Method in class com.rollbar.api.payload.data.body.CrashReport
-
- toString() - Method in class com.rollbar.api.payload.data.body.ExceptionInfo
-
- toString() - Method in class com.rollbar.api.payload.data.body.Frame
-
- toString() - Method in class com.rollbar.api.payload.data.body.Message
-
- toString() - Method in class com.rollbar.api.payload.data.body.Trace
-
- toString() - Method in class com.rollbar.api.payload.data.body.TraceChain
-
- toString() - Method in class com.rollbar.api.payload.data.Client
-
- toString() - Method in class com.rollbar.api.payload.data.Data
-
- toString() - Method in class com.rollbar.api.payload.data.Notifier
-
- toString() - Method in class com.rollbar.api.payload.data.Person
-
- toString() - Method in class com.rollbar.api.payload.data.Request
-
- toString() - Method in class com.rollbar.api.payload.data.Server
-
- toString() - Method in class com.rollbar.api.payload.Payload
-
- Trace - Class in com.rollbar.api.payload.data.body
-
Represent a Stack Trace to send to Rollbar.
- Trace.Builder - Class in com.rollbar.api.payload.data.body
-
- TraceChain - Class in com.rollbar.api.payload.data.body
-
Represents a chain of errors (typically from Exceptions with Throwable.getCause()
returning some value).
- TraceChain(TraceChain.Builder) - Constructor for class com.rollbar.api.payload.data.body.TraceChain
-
- TraceChain.Builder - Class in com.rollbar.api.payload.data.body
-
- traces(List<Trace>) - Method in class com.rollbar.api.payload.data.body.TraceChain.Builder
-
The traces making up this trace chain.
- truncateString(String, int) - Static method in class com.rollbar.api.truncation.TruncationHelper
-
Truncates the string to the specified maximum length.
- truncateStrings(int) - Method in class com.rollbar.api.payload.data.body.Body
-
- truncateStrings(int) - Method in class com.rollbar.api.payload.data.body.CodeContext
-
- truncateStrings(int) - Method in class com.rollbar.api.payload.data.body.CrashReport
-
- truncateStrings(int) - Method in class com.rollbar.api.payload.data.body.ExceptionInfo
-
- truncateStrings(int) - Method in class com.rollbar.api.payload.data.body.Frame
-
- truncateStrings(int) - Method in class com.rollbar.api.payload.data.body.Message
-
- truncateStrings(int) - Method in class com.rollbar.api.payload.data.body.Trace
-
- truncateStrings(int) - Method in class com.rollbar.api.payload.data.body.TraceChain
-
- truncateStrings(int) - Method in class com.rollbar.api.payload.data.Client
-
- truncateStrings(int) - Method in class com.rollbar.api.payload.data.Data
-
- truncateStrings(int) - Method in class com.rollbar.api.payload.data.Notifier
-
- truncateStrings(int) - Method in class com.rollbar.api.payload.data.Person
-
- truncateStrings(int) - Method in class com.rollbar.api.payload.data.Request
-
- truncateStrings(int) - Method in class com.rollbar.api.payload.data.Server
-
- truncateStrings(int) - Method in class com.rollbar.api.payload.Payload
-
- truncateStrings(int) - Method in interface com.rollbar.api.truncation.StringTruncatable
-
- truncateStringsInList(List<String>, int) - Static method in class com.rollbar.api.truncation.TruncationHelper
-
Truncates all the strings in the list to the specified maximum length.
- truncateStringsInMap(Map<String, Object>, int) - Static method in class com.rollbar.api.truncation.TruncationHelper
-
Truncates strings found in a map of objects.
- truncateStringsInNestedMap(Map<String, Map<String, Object>>, int) - Static method in class com.rollbar.api.truncation.TruncationHelper
-
Truncates strings found in a map of maps of objects.
- truncateStringsInObject(T, int) - Static method in class com.rollbar.api.truncation.TruncationHelper
-
Truncates the strings in the object implementing StringTruncatable.
- truncateStringsInObjectList(List<Object>, int) - Static method in class com.rollbar.api.truncation.TruncationHelper
-
Truncates any strings in the list to the specified maximum length.
- truncateStringsInStringListMap(Map<String, List<String>>, int) - Static method in class com.rollbar.api.truncation.TruncationHelper
-
Truncates strings found in a map of lists of strings.
- truncateStringsInStringMap(Map<String, String>, int) - Static method in class com.rollbar.api.truncation.TruncationHelper
-
Truncates strings found in a map of strings.
- TruncationHelper - Class in com.rollbar.api.truncation
-
- TruncationHelper() - Constructor for class com.rollbar.api.truncation.TruncationHelper
-