@AsynchronousPreferred public class

RefRestrictionAddedEvent

extends RefRestrictionEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.repository.ref.restriction.RefRestrictionEvent
         ↳ com.atlassian.bitbucket.repository.ref.restriction.RefRestrictionAddedEvent

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
@Deprecated RefRestrictionAddedEvent(Object source, Repository repository, RefRestriction restriction)
This constructor is deprecated. in 5.1 for removal in 6.0. Use RefRestrictionAddedEvent(Object, Scope , RefRestriction) instead
RefRestrictionAddedEvent(Object source, RefRestriction restriction)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.repository.ref.restriction.RefRestrictionEvent
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

@Deprecated public RefRestrictionAddedEvent (Object source, Repository repository, RefRestriction restriction)

This constructor is deprecated.
in 5.1 for removal in 6.0. Use RefRestrictionAddedEvent(Object, Scope , RefRestriction) instead

public RefRestrictionAddedEvent (Object source, RefRestriction restriction)