@ExperimentalApi public class BooleanApplicationPropertySetEvent extends AbstractApplicationPropertySetEvent<Boolean>
params, time
Constructor and Description |
---|
BooleanApplicationPropertySetEvent(String applicationPropertyKey,
boolean value,
boolean previousValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
wasChanged()
Deprecated.
Always returns `true`. The event is emitted only if the value changes.
|
getPropertyKey, getPropertyValue
equals, getParams, getTime, hashCode
public BooleanApplicationPropertySetEvent(String applicationPropertyKey, boolean value, boolean previousValue)
@Deprecated public boolean wasChanged()
Copyright © 2002-2021 Atlassian. All Rights Reserved.