| Package | Description |
|---|---|
| com.atlassian.johnson.config | |
| com.atlassian.johnson.event |
| Modifier and Type | Method and Description |
|---|---|
EventCheck |
XmlJohnsonConfig.getEventCheck(int id) |
EventCheck |
DefaultJohnsonConfig.getEventCheck(int id)
Always
null. |
EventCheck |
JohnsonConfig.getEventCheck(int id) |
| Modifier and Type | Method and Description |
|---|---|
List<EventCheck> |
XmlJohnsonConfig.getEventChecks() |
List<EventCheck> |
DefaultJohnsonConfig.getEventChecks()
Always empty but non-
null. |
List<EventCheck> |
JohnsonConfig.getEventChecks() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ApplicationEventCheck
A check that is run every time the application is started.
|
interface |
RequestEventCheck
A check that is run every HTTP request
|
Copyright © 2018 Atlassian. All rights reserved.