@ExperimentalApi public class

BooleanApplicationPropertySetEvent

extends AbstractApplicationPropertySetEvent<T>
java.lang.Object
   ↳ com.atlassian.jira.event.AbstractEvent
     ↳ com.atlassian.jira.event.property.AbstractApplicationPropertySetEvent<T>
       ↳ com.atlassian.jira.event.property.BooleanApplicationPropertySetEvent

@ExperimentalApi

This class is considered usable by external developers but its contracts have not stabilized.

Experimental APIs may be changed at any time before being marked @Internal or @PublicApi.

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.event.AbstractEvent
Public Constructors
BooleanApplicationPropertySetEvent(String applicationPropertyKey, Boolean value)
[Expand]
Inherited Methods
From class com.atlassian.jira.event.property.AbstractApplicationPropertySetEvent
From class com.atlassian.jira.event.AbstractEvent
From class java.lang.Object
From interface com.atlassian.jira.event.JiraEvent

Public Constructors

public BooleanApplicationPropertySetEvent (String applicationPropertyKey, Boolean value)