Class HttpScmHostingChangedEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent<Boolean>
com.atlassian.bitbucket.event.server.HttpScmHostingChangedEvent
- All Implemented Interfaces:
- Serializable
@AsynchronousPreferred
public class HttpScmHostingChangedEvent
extends ApplicationConfigurationChangedEvent<Boolean>
Event that is raised when the HTTP(S) SCM hosting is enabled or disabled.
 
 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 SummaryConstructorsConstructorDescriptionHttpScmHostingChangedEvent(Object source, Boolean oldValue, Boolean newValue) 
- 
Method SummaryMethods inherited from class com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEventgetNewValue, getOldValue, getPropertyMethods inherited from class com.atlassian.bitbucket.event.ApplicationEventgetDate, getUserMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
HttpScmHostingChangedEvent
 
-