Class BaseUrlChangedEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent<String>
com.atlassian.bitbucket.event.server.BaseUrlChangedEvent
- All Implemented Interfaces:
- Serializable
@AsynchronousPreferred
public class BaseUrlChangedEvent
extends ApplicationConfigurationChangedEvent<String>
Event that is raised when the application base url is changed.
 
 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.ApplicationConfigurationChangedEventgetOldValue, getPropertyMethods inherited from class com.atlassian.bitbucket.event.ApplicationEventgetDate, getUserMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
BaseUrlChangedEvent
 
- 
- 
Method Details- 
getNewValue- Overrides:
- getNewValuein class- ApplicationConfigurationChangedEvent<String>
 
 
-