Class RepositoryDefaultBranchModifiedEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.repository.RepositoryEvent
com.atlassian.bitbucket.event.repository.RepositoryDefaultBranchModifiedEvent
- All Implemented Interfaces:
Serializable
Raised when the default branch of a repository is reconfigured (typically through repository settings).
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionRepositoryDefaultBranchModifiedEvent
(Object source, Repository repository, String newValue, String oldValue) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.event.repository.RepositoryEvent
getRepository
Methods inherited from class com.atlassian.bitbucket.event.ApplicationEvent
getDate, getUser
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
RepositoryDefaultBranchModifiedEvent
public RepositoryDefaultBranchModifiedEvent(@Nonnull Object source, @Nonnull Repository repository, @Nonnull String newValue, @Nonnull String oldValue) - Since:
- 7.4
-
-
Method Details
-
getNewValue
-
getOldValue
-