|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.greenhopper.global.AbstractLoggable
com.atlassian.greenhopper.global.AbstractResultBuilder
com.atlassian.greenhopper.web.project.ProjectHelper
@Service public class ProjectHelper
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.atlassian.greenhopper.global.AbstractResultBuilder |
|---|
AbstractResultBuilder.SuccessBuilder<T> |
| Field Summary |
|---|
| Fields inherited from class com.atlassian.greenhopper.global.AbstractLoggable |
|---|
logger |
| Constructor Summary | |
|---|---|
ProjectHelper()
|
|
| Method Summary | |
|---|---|
ResultEntry<java.util.List<ProjectModel>> |
getAllBrowseableProjects()
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. |
| Methods inherited from class com.atlassian.greenhopper.global.AbstractResultBuilder |
|---|
buildCombinedResult, buildErrorOnlyResult, buildResult, buildResult |
| Methods inherited from class com.atlassian.greenhopper.global.AbstractLoggable |
|---|
logDebug, logError, logException, logInfo, logTrace, logWarn |
| 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 ResultEntry<java.util.List<ProjectModel>> getAllBrowseableProjects()
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||