Class RepositoryDefaultBranchModifiedEvent

All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class RepositoryDefaultBranchModifiedEvent extends RepositoryEvent
Raised when the default branch of a repository is reconfigured (typically through repository settings).
See Also:
  • Constructor Details

    • RepositoryDefaultBranchModifiedEvent

      public RepositoryDefaultBranchModifiedEvent(@Nonnull Object source, @Nonnull Repository repository, @Nonnull String newValue, @Nonnull String oldValue)
      Since:
      7.4
  • Method Details

    • getNewValue

      @Nonnull public String getNewValue()
    • getOldValue

      @Nullable public String getOldValue()