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 Summary
Nested classes/interfaces inherited from class com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent
ApplicationConfigurationChangedEvent.Property -
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent
getPropertyMethods inherited from class com.atlassian.bitbucket.event.ApplicationEvent
getDate, getUserMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ApplicationSetupEvent
-
-
Method Details
-
getOldValue
- Overrides:
getOldValuein classApplicationConfigurationChangedEvent<Boolean>
-
getNewValue
- Overrides:
getNewValuein classApplicationConfigurationChangedEvent<Boolean>
-