| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.atlassian.bitbucket.job.JobMessageSeverity | |
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| JobMessageSeverity | ERROR | ||||||||||
| JobMessageSeverity | INFO | ||||||||||
| JobMessageSeverity | WARN | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
| id | the unique identifier for the type (not its ordinal()) |
|---|
| IllegalArgumentException | if the specified ID does not match a type |
|---|