com.pyxis.greenhopper.gadget
Class WatchedFieldsResource
java.lang.Object
com.pyxis.greenhopper.gadget.AbstractResource
com.pyxis.greenhopper.gadget.WatchedFieldsResource
public class WatchedFieldsResource
- extends AbstractResource
Generation and validation resource for the watched field dropdown
in the configuration screen of the custom field burndown gadget.
Constructor Summary |
WatchedFieldsResource(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 projectIdStr,
boolean showSystem)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROJECT_ID
public static final java.lang.String PROJECT_ID
- See Also:
- Constant Field Values
SHOW_SYSTEM
public static final java.lang.String SHOW_SYSTEM
- See Also:
- Constant Field Values
PROJECT_PREFIX
public static final java.lang.String PROJECT_PREFIX
- See Also:
- Constant Field Values
WatchedFieldsResource
public WatchedFieldsResource(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)
generate
public javax.ws.rs.core.Response generate(java.lang.String projectIdStr,
boolean showSystem)
Copyright © 2007-2011 Atlassian. All Rights Reserved.