com.atlassian.bamboo.plugins.rest.deployments.projects
Class DeploymentProjectVersioningResource

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.deployments.projects.DeploymentProjectVersioningResource

@Singleton
public class DeploymentProjectVersioningResource
extends Object


Constructor Summary
DeploymentProjectVersioningResource(VariableDefinitionManager variableDefinitionManager, DeploymentProjectService deploymentProjectService, DeploymentVersionService deploymentVersionService, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, CustomVariableContext customVariableContext, com.atlassian.sal.api.message.I18nResolver i18nResolver)
           
 
Method Summary
 com.atlassian.bamboo.plugins.rest.deployments.projects.DeploymentProjectVersioningResource.RestNamingPreview getDeploymentNamingPreview(long id, String nextVersionName, boolean incrementNumbers, String variablesToIncrementString)
           
 com.atlassian.bamboo.plugins.rest.deployments.projects.DeploymentProjectVersioningResource.VersionVariables getDeploymentProjectVariables(long id, boolean includePasswords, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders)
           
 com.atlassian.bamboo.plugins.rest.deployments.projects.DeploymentProjectVersioningResource.RestNamingPreview getNextDeploymentVersions(long id, String resultKey)
           
 Collection<String> getVariablesFromName(long id, String nextVersionName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentProjectVersioningResource

public DeploymentProjectVersioningResource(VariableDefinitionManager variableDefinitionManager,
                                           DeploymentProjectService deploymentProjectService,
                                           DeploymentVersionService deploymentVersionService,
                                           CachedPlanManager cachedPlanManager,
                                           ResultsSummaryManager resultsSummaryManager,
                                           CustomVariableContext customVariableContext,
                                           com.atlassian.sal.api.message.I18nResolver i18nResolver)
Method Detail

getDeploymentProjectVariables

public com.atlassian.bamboo.plugins.rest.deployments.projects.DeploymentProjectVersioningResource.VersionVariables getDeploymentProjectVariables(long id,
                                                                                                                                                 boolean includePasswords,
                                                                                                                                                 @Context
                                                                                                                                                 javax.ws.rs.core.UriInfo uriInfo,
                                                                                                                                                 @Context
                                                                                                                                                 javax.ws.rs.core.HttpHeaders httpHeaders)

getDeploymentNamingPreview

public com.atlassian.bamboo.plugins.rest.deployments.projects.DeploymentProjectVersioningResource.RestNamingPreview getDeploymentNamingPreview(long id,
                                                                                                                                               String nextVersionName,
                                                                                                                                               boolean incrementNumbers,
                                                                                                                                               String variablesToIncrementString)

getNextDeploymentVersions

public com.atlassian.bamboo.plugins.rest.deployments.projects.DeploymentProjectVersioningResource.RestNamingPreview getNextDeploymentVersions(long id,
                                                                                                                                              String resultKey)

getVariablesFromName

public Collection<String> getVariablesFromName(long id,
                                               String nextVersionName)


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