Class CrowdLifecycle
java.lang.Object
com.atlassian.confluence.impl.user.crowd.CrowdLifecycle
- Since:
- 7.11.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onStart
(ApplicationStartedEvent event) void
setup()
void
tearDown()
-
Constructor Details
-
CrowdLifecycle
@Autowired public CrowdLifecycle(com.atlassian.event.api.EventPublisher eventPublisher)
-
-
Method Details
-
setup
@PostConstruct public void setup() -
tearDown
@PreDestroy public void tearDown() -
onStart
-