Class PullRequestReopenedEvent

All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class PullRequestReopenedEvent extends PullRequestEvent
Event that is raised when a pull request is reopened.
See Also:
  • Constructor Details

    • PullRequestReopenedEvent

      public PullRequestReopenedEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull String previousFromHash, @Nonnull String previousToHash)
  • Method Details

    • getPreviousFromHash

      @Nonnull public String getPreviousFromHash()
    • getPreviousToHash

      @Nonnull public String getPreviousToHash()