com.atlassian.bamboo.plugins.rest.deployments.versions
Class DeploymentVersionResource

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.deployments.versions.DeploymentVersionResource

@Singleton
public class DeploymentVersionResource
extends Object


Constructor Summary
DeploymentVersionResource(DeploymentVersionService deploymentVersionService)
           
 
Method Summary
 RestDeploymentVersionStatus getLatestVersionStatus(String deploymentVersionId)
           
 RestDeploymentVersionStatus updateVersionStatus(String deploymentVersionId, String state, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentVersionResource

public DeploymentVersionResource(DeploymentVersionService deploymentVersionService)
Method Detail

getLatestVersionStatus

public RestDeploymentVersionStatus getLatestVersionStatus(String deploymentVersionId)

updateVersionStatus

public RestDeploymentVersionStatus updateVersionStatus(String deploymentVersionId,
                                                       String state,
                                                       @Context
                                                       com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.