| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.atlassian.bitbucket.codeinsights.report.InsightDataType | |
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| InsightDataType | BOOLEAN | Indicates that the data represents a boolean value
|
|||||||||
| InsightDataType | DATE | Indicates that the data is a number which represents a date in seconds since Unix epoch
|
|||||||||
| InsightDataType | DURATION | Indicates that the data is a number which represents a positive duration in milliseconds
|
|||||||||
| InsightDataType | LINK | Indicates that the data represents an HTTP(S) URL. |
|||||||||
| InsightDataType | NUMBER | Indicates that the data is a number
|
|||||||||
| InsightDataType | PERCENTAGE | Indicates that the data is number which represents a percentage (e.g. |
|||||||||
| InsightDataType | TEXT | Indicates that the data is plain text
|
|||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Indicates that the data is a number which represents a date in seconds since Unix epoch
Indicates that the data is a number which represents a positive duration in milliseconds
Indicates that the data is number which represents a percentage (e.g. 42.5 represents 42.5%)