jfullam.vfabric.jenkins.plugin.rest
Interface UpdateService

All Known Implementing Classes:
UpdateRestService

public interface UpdateService

Application Director service to update existing deployments

Author:
Jonathan Fullam

Method Summary
 void setRestProvider(RestProvider restProvider)
           
 ServiceResult updateDeployment(String deployment, String component, String updateProperty, String updatePropertyValue)
           
 

Method Detail

setRestProvider

void setRestProvider(RestProvider restProvider)

updateDeployment

ServiceResult updateDeployment(String deployment,
                               String component,
                               String updateProperty,
                               String updatePropertyValue)
                               throws ServiceException
Parameters:
deployment - - deploymentId of an existing deployment
component - - component to update
updateProperty - - propert to update
updatePropertyValue -
Returns:
ServiceResult - the result of making the call to Application Director
Throws:
ServiceException


Copyright © 2004-2012. All Rights Reserved.