com.atlassian.jira.rest.v2.issue.project
Class ProjectFinder

java.lang.Object
  extended by com.atlassian.jira.rest.v2.issue.project.ProjectFinder

@Component
public class ProjectFinder
extends Object

Since:
v6.1

Constructor Summary
ProjectFinder(ProjectService projectService)
           
 
Method Summary
 ProjectService.GetProjectResult getGetProjectForActionByIdOrKey(ApplicationUser user, String projectIdOrKey, ProjectAction action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectFinder

public ProjectFinder(ProjectService projectService)
Method Detail

getGetProjectForActionByIdOrKey

public ProjectService.GetProjectResult getGetProjectForActionByIdOrKey(ApplicationUser user,
                                                                       String projectIdOrKey,
                                                                       ProjectAction action)


Copyright © 2002-2014 Atlassian. All Rights Reserved.