Class ApplicationSetupEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent<Boolean>
com.atlassian.bitbucket.event.server.ApplicationSetupEvent
- All Implemented Interfaces:
- Serializable
@AsynchronousPreferred
public class ApplicationSetupEvent
extends ApplicationConfigurationChangedEvent<Boolean>
Event that is published when the application setup is completed.
 
 This event is internally audited with CoverageLevel.BASE level.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEventApplicationConfigurationChangedEvent.Property
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEventgetPropertyMethods inherited from class com.atlassian.bitbucket.event.ApplicationEventgetDate, getUserMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
ApplicationSetupEvent
 
- 
- 
Method Details- 
getOldValue- Overrides:
- getOldValuein class- ApplicationConfigurationChangedEvent<Boolean>
 
- 
getNewValue- Overrides:
- getNewValuein class- ApplicationConfigurationChangedEvent<Boolean>
 
 
-