com.atlassian.jira.issue
Interface ActionManager

All Known Implementing Classes:
DefaultActionManager

public interface ActionManager


Method Summary
 java.util.List getActions(GenericValue issue, User remoteUser)
          Get all actions for a particular issue
 java.util.List getChangeHistory(GenericValue issue, User remoteUser)
          Get all change groups as action objects
 java.util.List getComments(GenericValue issue, User user)
          Get the appropriate comments for a particular user
 java.util.List getCommits(GenericValue issue, User remoteUser)
          Retrieves all of the commits for this issue from ALL of the repositories associated with the issue's project
 java.util.List getWorkflow(GenericValue issue, User remoteUser)
          Get all the workflow steps as action objects
 java.util.List getWorklog(GenericValue issue, User user)
          Get the appropriate worklog for a particular user
 

Method Detail

getComments

public java.util.List getComments(GenericValue issue,
                                  User user)
                           throws GenericEntityException
Get the appropriate comments for a particular user

Throws:
GenericEntityException

getWorklog

public java.util.List getWorklog(GenericValue issue,
                                 User user)
                          throws GenericEntityException
Get the appropriate worklog for a particular user

Throws:
GenericEntityException

getChangeHistory

public java.util.List getChangeHistory(GenericValue issue,
                                       User remoteUser)
                                throws GenericEntityException
Get all change groups as action objects

Throws:
GenericEntityException

getWorkflow

public java.util.List getWorkflow(GenericValue issue,
                                  User remoteUser)
                           throws GenericEntityException
Get all the workflow steps as action objects

Throws:
GenericEntityException

getActions

public java.util.List getActions(GenericValue issue,
                                 User remoteUser)
                          throws GenericEntityException,
                                 RepositoryException
Get all actions for a particular issue

Throws:
GenericEntityException
RepositoryException

getCommits

public java.util.List getCommits(GenericValue issue,
                                 User remoteUser)
                          throws GenericEntityException,
                                 RepositoryException
Retrieves all of the commits for this issue from ALL of the repositories associated with the issue's project

Throws:
GenericEntityException
RepositoryException