java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.atlassian.bitbucket.markup.UrlMode |
A formatting mode for URLs. Used to specify to MarkupService
method what to do with generated URLs.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
UrlMode | ABSOLUTE | Absolute URL format, with URL scheme, hostname, port (if non-standard for the scheme), and context path. | |||||||||
UrlMode | CONFIGURED | Configured URL format, always uses the system settings. | |||||||||
UrlMode | RELATIVE | Relative URL format, containing just the context path. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Absolute URL format, with URL scheme, hostname, port (if non-standard for the scheme), and context path.