public class LoggingUpdatedEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LoggingUpdatedEvent.LoggingConfig
Represents a logging configuration entry, corresponding to a Class or Package mapped to a Level.
|
Constructor and Description |
---|
LoggingUpdatedEvent(List<LoggingUpdatedEvent.LoggingConfig> oldConfiguration,
List<LoggingUpdatedEvent.LoggingConfig> newConfiguration) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<LoggingUpdatedEvent.LoggingConfig> |
getNewConfiguration() |
List<LoggingUpdatedEvent.LoggingConfig> |
getOldConfiguration() |
int |
hashCode() |
public LoggingUpdatedEvent(List<LoggingUpdatedEvent.LoggingConfig> oldConfiguration, List<LoggingUpdatedEvent.LoggingConfig> newConfiguration)
public List<LoggingUpdatedEvent.LoggingConfig> getOldConfiguration()
public List<LoggingUpdatedEvent.LoggingConfig> getNewConfiguration()
Copyright © 2020 Atlassian. All rights reserved.