Class FeaturesResource
java.lang.Object
com.atlassian.greenhopper.web.AbstractResource
com.atlassian.greenhopper.web.configuration.FeaturesResource
@Path("configuration/features")
@Consumes("application/json")
@Produces("application/json")
public class FeaturesResource
extends AbstractResource
REST resource for managing the features within GreenHopper's configuration.
-
Field Summary
Fields inherited from class com.atlassian.greenhopper.web.AbstractResource
authenticationContext, log -
Constructor Summary
ConstructorsConstructorDescriptionFeaturesResource(com.atlassian.jira.security.PermissionManager permissionManager, JiraSoftwareFeatureService featuresService) -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsetoggleReleasePlanningBetaFeature(com.atlassian.greenhopper.web.configuration.FeaturesResource.ToggleModel toggleModel) Methods inherited from class com.atlassian.greenhopper.web.AbstractResource
check, checkResult, createNoContentResponse, createOkResponse, createOkResponse, getUser, isGadgetRequest, nullSafe, response, responseWithoutAccessCheck
-
Constructor Details
-
FeaturesResource
@Inject public FeaturesResource(com.atlassian.jira.security.PermissionManager permissionManager, JiraSoftwareFeatureService featuresService)
-
-
Method Details
-
toggleReleasePlanningBetaFeature
@PUT @Path("/parallelSprints/toggle") public javax.ws.rs.core.Response toggleReleasePlanningBetaFeature(com.atlassian.greenhopper.web.configuration.FeaturesResource.ToggleModel toggleModel)
-