@Singleton public class DeploymentVersionResource extends Object
| Constructor and Description |
|---|
DeploymentVersionResource(DeploymentVersionService deploymentVersionService,
com.atlassian.sal.api.message.I18nResolver i18nResolver) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getLatestVersionStatus(long deploymentVersionId) |
RestDeploymentVersionAndPlanResult |
getVersionAndPlanResult(long deploymentVersionId) |
RestDeploymentVersionStatus |
updateVersionStatus(long deploymentVersionId,
String newStatus,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext) |
public DeploymentVersionResource(DeploymentVersionService deploymentVersionService, com.atlassian.sal.api.message.I18nResolver i18nResolver)
public javax.ws.rs.core.Response getLatestVersionStatus(long deploymentVersionId)
public RestDeploymentVersionStatus updateVersionStatus(long deploymentVersionId, String newStatus, @Context com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext) throws WebValidationException
WebValidationExceptionpublic RestDeploymentVersionAndPlanResult getVersionAndPlanResult(long deploymentVersionId)
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.