| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.atlassian.bitbucket.server.ApplicationMode | |
Identifies what mode the application is in. Currently there are only two modes: the default mode
which causes the product to behave like a general-purpose code hosting platform and the mirror mode
which causes the product to behave like a code mirror for projects and repositories hosted in another server.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ApplicationMode | DEFAULT | Signifies the application should behave in the default mode - a general-purpose code hosting platform | |||||||||
| ApplicationMode | MIRROR | Signifies the application should behave like a code mirror for projects and repositories hosted in another server | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Coerces a string to an
ApplicationMode or returns the supplied default value if this is not possible | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Signifies the application should behave in the default mode - a general-purpose code hosting platform
Signifies the application should behave like a code mirror for projects and repositories hosted in another server
Coerces a string to an ApplicationMode or returns the supplied default value if this is not possible
| value | the ID of the application mode |
|---|
ApplicationMode value