| com.atlassian.bitbucket.server.ApplicationStatusService | 
Monitor for the state of the server. Used by conditions to determine when to display warning banners to the user.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Retrieves a flag indicating whether a recent request has failed. | |||||||||||
| Retrieves a flag indicating whether a recent request has been queued for longer than the timeout. | |||||||||||
Retrieves a flag indicating whether a recent request has failed. The definition of "recent" is left to the implementation, but should be within the last few minutes.
true if acquiring a ticket has been rejected; otherwise, false
Retrieves a flag indicating whether a recent request has been queued for longer than the timeout.
true if acquiring a ticket has been queued for more than the timeout otherwise, false