@AsynchronousPreferred public class

RefRestrictionDeletedEvent

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.RefRestrictionDeletedEvent

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
@Deprecated RefRestrictionDeletedEvent(Object source, Repository repository, RefRestriction restriction)
This constructor is deprecated. in 5.1 for removal in 6.0. Use RefRestrictionDeletedEvent(Object, Scope , RefRestriction) instead
RefRestrictionDeletedEvent(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 RefRestrictionDeletedEvent (Object source, Repository repository, RefRestriction restriction)

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

public RefRestrictionDeletedEvent (Object source, RefRestriction restriction)