@AsynchronousPreferred public class

RepositoryDefaultBranchModifiedEvent

extends RepositoryEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.event.repository.RepositoryEvent
         ↳ com.atlassian.bitbucket.event.repository.RepositoryDefaultBranchModifiedEvent

Class Overview

Raised when the default branch of a repository is reconfigured (typically through repository settings).

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
RepositoryDefaultBranchModifiedEvent(Object source, Repository repository, String newValue)
Public Methods
@Nonnull String getNewValue()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.repository.RepositoryEvent
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public RepositoryDefaultBranchModifiedEvent (Object source, Repository repository, String newValue)

Public Methods

@Nonnull public String getNewValue ()