com.pyxis.greenhopper.gadget
Class TaskBoardGadgetResource

java.lang.Object
  extended by com.pyxis.greenhopper.gadget.AbstractGadgetResource
      extended by com.pyxis.greenhopper.gadget.TaskBoardGadgetResource

public class TaskBoardGadgetResource
extends AbstractGadgetResource

Generation and validation resource for the task board gadget

Since:
v6.0

Nested Class Summary
static class TaskBoardGadgetResource.TaskBoardGadget
           
 
Field Summary
 
Fields inherited from class com.pyxis.greenhopper.gadget.AbstractGadgetResource
PROJECT_PREFIX
 
Constructor Summary
TaskBoardGadgetResource(IssueService issueService, com.atlassian.jira.issue.search.SearchProvider searchProvider, GHAvatarService avatarService, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, ConfigurationService configurationService, CapacityService2 capacityService, I18nFactoryService i18nFactoryService, ViewDefinitionFactory viewDefinitionFactory, WatchedFieldService watchedFieldService, TeamAllocationService teamAllocationService, IssueFieldManager issueFieldManager, com.atlassian.jira.project.ProjectManager projectManager, com.atlassian.jira.security.JiraAuthenticationContext authenticationContext, GreenHopperLicenseManager ghLicense, com.atlassian.jira.security.PermissionManager permissionManager, com.atlassian.jira.project.version.VersionManager versionManager)
           
 
Method Summary
 javax.ws.rs.core.Response generate(java.lang.String projectIdString, java.lang.String selectedBoardId, java.lang.String contexts, java.lang.String tbMappings, java.lang.String selectedWatchedField, int width)
           
 javax.ws.rs.core.Response validate(java.lang.String projectIdStr, java.lang.String selectedBoardId, java.lang.String contexts, java.lang.String tbMappings, int width)
           
 
Methods inherited from class com.pyxis.greenhopper.gadget.AbstractGadgetResource
createErrorResponse, createIndexingUnavailableResponse, createOkResponse, createValidationResponse, response
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskBoardGadgetResource

public TaskBoardGadgetResource(IssueService issueService,
                               com.atlassian.jira.issue.search.SearchProvider searchProvider,
                               GHAvatarService avatarService,
                               com.atlassian.plugin.webresource.WebResourceManager webResourceManager,
                               ConfigurationService configurationService,
                               CapacityService2 capacityService,
                               I18nFactoryService i18nFactoryService,
                               ViewDefinitionFactory viewDefinitionFactory,
                               WatchedFieldService watchedFieldService,
                               TeamAllocationService teamAllocationService,
                               IssueFieldManager issueFieldManager,
                               com.atlassian.jira.project.ProjectManager projectManager,
                               com.atlassian.jira.security.JiraAuthenticationContext authenticationContext,
                               GreenHopperLicenseManager ghLicense,
                               com.atlassian.jira.security.PermissionManager permissionManager,
                               com.atlassian.jira.project.version.VersionManager versionManager)
Method Detail

validate

public javax.ws.rs.core.Response validate(java.lang.String projectIdStr,
                                          java.lang.String selectedBoardId,
                                          java.lang.String contexts,
                                          java.lang.String tbMappings,
                                          int width)

generate

public javax.ws.rs.core.Response generate(java.lang.String projectIdString,
                                          java.lang.String selectedBoardId,
                                          java.lang.String contexts,
                                          java.lang.String tbMappings,
                                          java.lang.String selectedWatchedField,
                                          int width)


Copyright © 2007-2014 Atlassian. All Rights Reserved.