Bitbucket Server Documentation
Bitbucket Server - API
Package Index
|
Class Index
com.atlassian.bitbucket
com.atlassian.bitbucket.activity
com.atlassian.bitbucket.audit
com.atlassian.bitbucket.auth
com.atlassian.bitbucket.avatar
com.atlassian.bitbucket.cluster
com.atlassian.bitbucket.comment
com.atlassian.bitbucket.commit
com.atlassian.bitbucket.commit.graph
com.atlassian.bitbucket.compare
com.atlassian.bitbucket.concurrent
com.atlassian.bitbucket.content
com.atlassian.bitbucket.env
com.atlassian.bitbucket.event
com.atlassian.bitbucket.event.annotation
com.atlassian.bitbucket.event.audit
com.atlassian.bitbucket.event.auth
com.atlassian.bitbucket.event.backup
com.atlassian.bitbucket.event.branch
com.atlassian.bitbucket.event.cluster
com.atlassian.bitbucket.event.commit
com.atlassian.bitbucket.event.hook
com.atlassian.bitbucket.event.license
com.atlassian.bitbucket.event.maintenance
com.atlassian.bitbucket.event.migration
com.atlassian.bitbucket.event.permission
com.atlassian.bitbucket.event.project
com.atlassian.bitbucket.event.pull
com.atlassian.bitbucket.event.repository
com.atlassian.bitbucket.event.request
com.atlassian.bitbucket.event.server
com.atlassian.bitbucket.event.tag
com.atlassian.bitbucket.event.task
com.atlassian.bitbucket.event.throttle
com.atlassian.bitbucket.event.user
com.atlassian.bitbucket.event.watch
com.atlassian.bitbucket.help
com.atlassian.bitbucket.hook
com.atlassian.bitbucket.hook.repository
com.atlassian.bitbucket.i18n
com.atlassian.bitbucket.idx
com.atlassian.bitbucket.io
com.atlassian.bitbucket.jira
com.atlassian.bitbucket.license
com.atlassian.bitbucket.log
com.atlassian.bitbucket.mail
com.atlassian.bitbucket.markup
com.atlassian.bitbucket.nav
com.atlassian.bitbucket.permission
com.atlassian.bitbucket.project
com.atlassian.bitbucket.property
com.atlassian.bitbucket.pull
com.atlassian.bitbucket.repository
com.atlassian.bitbucket.request
com.atlassian.bitbucket.scm
com.atlassian.bitbucket.scm.compare
com.atlassian.bitbucket.scm.mirror
com.atlassian.bitbucket.scm.pull
com.atlassian.bitbucket.scm.ref
com.atlassian.bitbucket.server
com.atlassian.bitbucket.setting
com.atlassian.bitbucket.task
com.atlassian.bitbucket.throttle
com.atlassian.bitbucket.topic
com.atlassian.bitbucket.user
com.atlassian.bitbucket.util
com.atlassian.bitbucket.validation
com.atlassian.bitbucket.validation.groups
com.atlassian.bitbucket.view
com.atlassian.bitbucket.watcher
Interfaces
CancelState
DateFormatter
NamedLink
Operation
<T, E extends
Throwable
>
Page
<T>
PagedCallback
PageRequest
Progress
ProgressReporter
UncheckedOperation
<T>
Classes
AbstractPagedSummary
AbstractPagedSummary.AbstractPagedBuilder
<B extends
AbstractPagedBuilder
<B, S extends
AbstractPagedSummary
>, S>
AbstractSummary
AbstractSummary.AbstractBuilder
<B extends
AbstractBuilder
<B, S extends
AbstractSummary
>, S>
BuilderSupport
CustomPreconditions
FilteredPageImpl
<T>
MoreCollectors
MoreStreams
PageImpl
<T>
PageRequestImpl
ProgressImpl
SimpleNamedLink
Version
Enums
DateFormatter.FormatType
Order
Exceptions
PageStartOutOfBoundsException
Package Index
|
Class Index
public interface
DateFormatter
com.atlassian.bitbucket.util.DateFormatter
Class Overview
Allows the formatting of a date according to predefined formats.
See Also
DateFormatter.FormatType
Summary
Nested Classes
enum
DateFormatter.FormatType
A predefined date format.
Constants
String
PROPERTY_KEY_PREFIX
Public Methods
String
formatDate
(
Date
date,
DateFormatter.FormatType
type)
String
getFormatString
(
String
key)
Constants
public static final
String
PROPERTY_KEY_PREFIX
Constant Value:
"bitbucket.date.format"
Public Methods
public
String
formatDate
(
Date
date,
DateFormatter.FormatType
type)
public
String
getFormatString
(
String
key)