Class 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:
  • Constructor Details

    • HttpScmHostingChangedEvent

      public HttpScmHostingChangedEvent(@Nonnull Object source, @Nonnull Boolean oldValue, @Nonnull Boolean newValue)