public class

SshConfigurationChangedEvent

extends ApplicationEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.ssh.event.SshConfigurationChangedEvent

Class Overview

Signals when the configuration of the SSH server as changed.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
SshConfigurationChangedEvent(Object source, SshConfiguration oldConfiguration, SshConfiguration newConfiguration)
Public Methods
@Nonnull SshConfiguration getNewConfiguration()
@Nonnull SshConfiguration getOldConfiguration()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public SshConfigurationChangedEvent (Object source, SshConfiguration oldConfiguration, SshConfiguration newConfiguration)

Public Methods

@Nonnull public SshConfiguration getNewConfiguration ()

@Nonnull public SshConfiguration getOldConfiguration ()