Uses of Class
com.atlassian.jira.vcs.RepositoryException

Packages that use RepositoryException
com.atlassian.jira.issue   
com.atlassian.jira.issue.managers   
com.atlassian.jira.vcs   
com.atlassian.jira.vcs.cvsimpl   
 

Uses of RepositoryException in com.atlassian.jira.issue
 

Methods in com.atlassian.jira.issue that throw RepositoryException
 List ActionManager.getActions(org.ofbiz.core.entity.GenericValue issue, User remoteUser)
          Gets a list of action types available for this issue
 List ActionManager.getCommits(org.ofbiz.core.entity.GenericValue issue, User remoteUser)
          Retrieves all of the commits for this issue from ALL of the repositories associated with the issue's project
 

Uses of RepositoryException in com.atlassian.jira.issue.managers
 

Methods in com.atlassian.jira.issue.managers that throw RepositoryException
 List DefaultActionManager.getCommits(org.ofbiz.core.entity.GenericValue issue, User remoteUser)
          Retrieves all of the commits for this issue from ALL of the repositories associated with the issue's project
 List DefaultActionManager.getActions(org.ofbiz.core.entity.GenericValue issue, User remoteUser)
           
 

Uses of RepositoryException in com.atlassian.jira.vcs
 

Methods in com.atlassian.jira.vcs that throw RepositoryException
 List Repository.getCommitsForIssue(String issueKey)
          Get a list of commits for a particular issue
 

Uses of RepositoryException in com.atlassian.jira.vcs.cvsimpl
 

Methods in com.atlassian.jira.vcs.cvsimpl that throw RepositoryException
 List CvsRepository.getCommitsForIssue(String issueKey)
          Return a list of Commit objects
 



Copyright © 2002-2006 Atlassian. All Rights Reserved.