@AsynchronousPreferred public class

PullRequestReopenedEvent

extends PullRequestEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.event.pull.PullRequestEvent
         ↳ com.atlassian.bitbucket.event.pull.PullRequestReopenedEvent

Class Overview

Event that is raised when a pull request is reopened.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
PullRequestReopenedEvent(Object source, PullRequest pullRequest, String previousFromHash, String previousToHash)
Public Methods
@Nonnull String getPreviousFromHash()
@Nonnull String getPreviousToHash()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.pull.PullRequestEvent
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public PullRequestReopenedEvent (Object source, PullRequest pullRequest, String previousFromHash, String previousToHash)

Public Methods

@Nonnull public String getPreviousFromHash ()

@Nonnull public String getPreviousToHash ()