Class StringApplicationPropertySetEvent
java.lang.Object
com.atlassian.jira.event.AbstractEvent
com.atlassian.jira.event.property.AbstractApplicationPropertySetEvent<String>
com.atlassian.jira.event.property.StringApplicationPropertySetEvent
- All Implemented Interfaces:
JiraEvent
@ExperimentalApi
public class StringApplicationPropertySetEvent
extends AbstractApplicationPropertySetEvent<String>
-
Field Summary
Fields inherited from class com.atlassian.jira.event.AbstractEvent
params, time -
Constructor Summary
ConstructorsConstructorDescriptionStringApplicationPropertySetEvent(String applicationPropertyKey, String value) -
Method Summary
Methods inherited from class com.atlassian.jira.event.property.AbstractApplicationPropertySetEvent
getPropertyKey, getPropertyValueMethods inherited from class com.atlassian.jira.event.AbstractEvent
equals, getParams, getTime, hashCode
-
Constructor Details
-
StringApplicationPropertySetEvent
-