Uses of Class
jfullam.vfabric.jenkins.plugin.rest.ServiceResult

Packages that use ServiceResult
jfullam.vfabric.jenkins.plugin.rest   
 

Uses of ServiceResult in jfullam.vfabric.jenkins.plugin.rest
 

Methods in jfullam.vfabric.jenkins.plugin.rest that return ServiceResult
static ServiceResult ServiceResult.parseJson(org.codehaus.jackson.JsonNode jsonResult)
          Parses the JsonNode into a ServiceResult object
 ServiceResult ProvisioningService.scheduleDeployment(String deploymentProfielId)
          Schedule the deployment of an application based on a deployment profile.
 ServiceResult ProvisioningRestService.scheduleDeployment(String deploymentProfileId)
           
 ServiceResult ProvisioningService.tearDown(String applicationName, String deploymentProfileName)
          Schedule the teardown an existing deployment
 ServiceResult ProvisioningRestService.tearDown(String appName, String profileName)
           
 ServiceResult UpdateService.updateDeployment(String deployment, String component, String updateProperty, String updatePropertyValue)
           
 ServiceResult UpdateRestService.updateDeployment(String deployment, String component, String updateProperty, String updatePropertyValue)
           
 



Copyright © 2004-2012. All Rights Reserved.