|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceException | |
|---|---|
| jfullam.vfabric.jenkins.plugin.rest | |
| jfullam.vfabric.rest.appdir | |
| Uses of ServiceException in jfullam.vfabric.jenkins.plugin.rest |
|---|
| Methods in jfullam.vfabric.jenkins.plugin.rest that throw ServiceException | |
|---|---|
static void |
ServiceManager.configureApplicationDirectorClient(String appDirBaseURI,
String userName,
String password)
Configures REST communication to Application Director and initializes all services. |
boolean |
ConnectionValidationService.connectionValid()
|
boolean |
ConnectionValidationRestService.connectionValid()
|
hudson.util.ListBoxModel |
UserInterfaceDataService.getApplications()
|
hudson.util.ListBoxModel |
UserInterfaceDataRestService.getApplications()
|
hudson.util.ListBoxModel |
UserInterfaceDataService.getComponents(String deploymentId)
|
hudson.util.ListBoxModel |
UserInterfaceDataRestService.getComponents(String deploymentId)
|
hudson.util.ListBoxModel |
UserInterfaceDataService.getDeploymentProfiles(String applicaitonId)
|
hudson.util.ListBoxModel |
UserInterfaceDataRestService.getDeploymentProfiles(String applicationId)
|
hudson.util.ListBoxModel |
UserInterfaceDataService.getDeployments()
|
hudson.util.ListBoxModel |
UserInterfaceDataRestService.getDeployments()
|
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)
|
| Uses of ServiceException in jfullam.vfabric.rest.appdir |
|---|
| Methods in jfullam.vfabric.rest.appdir that throw ServiceException | |
|---|---|
org.codehaus.jackson.JsonNode |
RestProvider.getApplications()
|
org.codehaus.jackson.JsonNode |
DefaultRestProvider.getApplications()
|
org.codehaus.jackson.JsonNode |
RestProvider.getDeploymentProfiles(String applicationId)
|
org.codehaus.jackson.JsonNode |
DefaultRestProvider.getDeploymentProfiles(String applicationId)
|
org.codehaus.jackson.JsonNode |
RestProvider.getDeployments()
|
org.codehaus.jackson.JsonNode |
DefaultRestProvider.getDeployments()
|
org.codehaus.jackson.JsonNode |
RestProvider.getDeploymentUpdateProperties(String deploymentId)
|
org.codehaus.jackson.JsonNode |
DefaultRestProvider.getDeploymentUpdateProperties(String deploymentId)
|
org.codehaus.jackson.JsonNode |
RestProvider.getDeployProperties(String deploymentProfileId)
|
org.codehaus.jackson.JsonNode |
DefaultRestProvider.getDeployProperties(String deploymentProfileId)
|
org.codehaus.jackson.JsonNode |
RestProvider.postScheduleDeployment(String deployemtProfileId,
org.codehaus.jackson.JsonNode deployRequest)
|
org.codehaus.jackson.JsonNode |
DefaultRestProvider.postScheduleDeployment(String deploymentProfileId,
org.codehaus.jackson.JsonNode deployRequest)
|
org.codehaus.jackson.JsonNode |
RestProvider.postTeardown(String deploymentId)
|
org.codehaus.jackson.JsonNode |
DefaultRestProvider.postTeardown(String deploymentId)
|
org.codehaus.jackson.JsonNode |
RestProvider.updateDeployment(String deployment,
org.codehaus.jackson.JsonNode updateRequest)
|
org.codehaus.jackson.JsonNode |
DefaultRestProvider.updateDeployment(String deployment,
org.codehaus.jackson.JsonNode updateRequest)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||