Uses of Enum Class
com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent.Property
Packages that use ApplicationConfigurationChangedEvent.Property
-
Uses of ApplicationConfigurationChangedEvent.Property in com.atlassian.bitbucket.event.server
Methods in com.atlassian.bitbucket.event.server that return ApplicationConfigurationChangedEvent.PropertyModifier and TypeMethodDescriptionApplicationConfigurationChangedEvent.getProperty()
Returns the enum constant of this class with the specified name.ApplicationConfigurationChangedEvent.Property.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.bitbucket.event.server with parameters of type ApplicationConfigurationChangedEvent.PropertyModifierConstructorDescriptionApplicationConfigurationChangedEvent
(Object source, ApplicationConfigurationChangedEvent.Property property, T oldValue, T newValue)