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
setRestProvider
void setRestProvider(RestProvider restProvider)
updateDeployment
ServiceResult updateDeployment(String deployment,
String component,
String updateProperty,
String updatePropertyValue)
throws ServiceException
- Parameters:
deployment - - deploymentId of an existing deploymentcomponent - - component to updateupdateProperty - - propert to updateupdatePropertyValue -
- Returns:
- ServiceResult - the result of making the call to Application Director
- Throws:
ServiceException
Copyright © 2004-2012. All Rights Reserved.