@PublicApi public class

IssueUpdateBean

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.util.IssueUpdateBean

@PublicApi

This class is designed for plugins to consume (call its methods).

Clients of @PublicApi can expect that programs compiled against a given version will remain binary compatible with later versions of the @PublicApi as per each product's API policy as long as the client does not implement/extend @PublicApi interfaces or classes (refer to each product's API policy for the exact guarantee---usually binary compatibility is guaranteed at least across minor versions).

Note: since @PublicApi interfaces and classes are not designed to be implemented or extended by clients, we may perform certain types of binary-incompatible changes to these classes and interfaces, but these will not affect well-behaved clients that do not extend/implement these types (in general, only classes and interfaces annotated with @PublicSpi are safe to extend/implement).

Summary

Public Constructors
IssueUpdateBean(Issue changedIssue, Issue originalIssue, Long eventTypeId, User user)
IssueUpdateBean(GenericValue changedIssue, GenericValue originalIssue, Long eventTypeId, User user)
IssueUpdateBean(GenericValue changedIssue, GenericValue originalIssue, Long eventTypeId, User user, boolean sendMail, boolean subtasksUpdated)
IssueUpdateBean(Issue changedIssue, Issue originalIssue, Long eventTypeId, User user, boolean sendMail, boolean subtasksUpdated)
Public Methods
boolean equals(Object o)
Collection<ChangeItemBean> getChangeItems()
GenericValue getChangedIssue()
Comment getComment()
Long getEventTypeId()
GenericValue getOriginalIssue()
Map getParams()
User getUser()
Worklog getWorklog()
int hashCode()
boolean isDispatchEvent()
boolean isSendMail()
boolean isSubtasksUpdated()
void setChangeItems(Collection<ChangeItemBean> changeItems)
void setComment(Comment comment)
void setDispatchEvent(boolean dispatchEvent)
void setParams(Map params)
void setWorklog(Worklog worklog)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public IssueUpdateBean (Issue changedIssue, Issue originalIssue, Long eventTypeId, User user)

public IssueUpdateBean (GenericValue changedIssue, GenericValue originalIssue, Long eventTypeId, User user)

public IssueUpdateBean (GenericValue changedIssue, GenericValue originalIssue, Long eventTypeId, User user, boolean sendMail, boolean subtasksUpdated)

public IssueUpdateBean (Issue changedIssue, Issue originalIssue, Long eventTypeId, User user, boolean sendMail, boolean subtasksUpdated)

Public Methods

public boolean equals (Object o)

public Collection<ChangeItemBean> getChangeItems ()

public GenericValue getChangedIssue ()

public Comment getComment ()

public Long getEventTypeId ()

public GenericValue getOriginalIssue ()

public Map getParams ()

public User getUser ()

public Worklog getWorklog ()

public int hashCode ()

public boolean isDispatchEvent ()

public boolean isSendMail ()

public boolean isSubtasksUpdated ()

public void setChangeItems (Collection<ChangeItemBean> changeItems)

public void setComment (Comment comment)

public void setDispatchEvent (boolean dispatchEvent)

public void setParams (Map params)

public void setWorklog (Worklog worklog)