|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.greenhopper.web.project.ProjectHelper
@Service public class ProjectHelper
| Constructor Summary | |
|---|---|
ProjectHelper()
|
|
| Method Summary | |
|---|---|
ServiceOutcome<java.util.List<ProjectModel>> |
getAllBrowseableProjects(com.atlassian.crowd.embedded.api.User user)
Blatantly ripping off JIRA's com.atlassian.jira.rest.v2.issue.ProjectResource because it doesn't do one
small thing that I want it to do. |
ServiceOutcome<com.atlassian.jira.project.Project> |
getProject(com.atlassian.crowd.embedded.api.User user,
java.lang.Long projectId)
Wrapping the project service method so that we can use the ServiceOutcome in our REST resource. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectHelper()
| Method Detail |
|---|
public ServiceOutcome<java.util.List<ProjectModel>> getAllBrowseableProjects(com.atlassian.crowd.embedded.api.User user)
com.atlassian.jira.rest.v2.issue.ProjectResource because it doesn't do one
small thing that I want it to do. If JIRA ever changes it's API to allow you to get projects with an option on
permissions, then we can remove this.
public ServiceOutcome<com.atlassian.jira.project.Project> getProject(com.atlassian.crowd.embedded.api.User user,
java.lang.Long projectId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||