public class RpdServerImpl extends Object implements Serializable
| Constructor and Description |
|---|
RpdServerImpl() |
RpdServerImpl(String serverProfileName,
String serverURL,
String userToken)
Instantiates a new BMC RPD Server Location.
|
public String getServerProfileName()
public void setServerProfileName(String serverProfileName)
public String getServerURL()
public String getDisplayName()
public void setServerURL(String serverURL)
serverURL - the new serverURLpublic String getUserToken()
public void setUserToken(String userToken)
userToken - the new userTokenpublic List<RPDXmlResponse> testConnection() throws Exception
Exceptionpublic List<RPDXmlResponse> packageListWithPartial(String partial) throws Exception
Exceptionpublic RPDXmlResponse executePackageInstanceCreate(String rpdPackage, String InstanceName) throws Exception
Exceptionpublic List<RPDXmlResponse> executeInstanceLog(String rpdInstance) throws Exception
Exceptionpublic List<RPDXmlResponse> executeDeploymentLog(String deploymentId) throws Exception
Exceptionpublic String executeInstanceCreateStatus(String packageInstanceId) throws Exception
Exceptionpublic String executeInstanceStatus(String id, String command) throws Exception
Exceptionpublic List<RPDXmlResponse> executeRouteList() throws Exception
Exceptionpublic List<RPDXmlResponse> executeRouteEnvironmentList(String rpdRoute) throws Exception
Exceptionpublic RPDXmlResponse executeInstanceDeploy(String packageInstanceId, String route, String environment) throws Exception
Exceptionpublic String executeInstanceDeployStatus(String deploymentInstanceId) throws Exception
ExceptionCopyright © 2016. All rights reserved.