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
Exception
public List<RPDXmlResponse> packageListWithPartial(String partial) throws Exception
Exception
public RPDXmlResponse executePackageInstanceCreate(String rpdPackage, String InstanceName) throws Exception
Exception
public List<RPDXmlResponse> executeInstanceLog(String rpdInstance) throws Exception
Exception
public List<RPDXmlResponse> executeDeploymentLog(String deploymentId) throws Exception
Exception
public String executeInstanceCreateStatus(String packageInstanceId) throws Exception
Exception
public String executeInstanceStatus(String id, String command) throws Exception
Exception
public List<RPDXmlResponse> executeRouteList() throws Exception
Exception
public List<RPDXmlResponse> executeRouteEnvironmentList(String rpdRoute) throws Exception
Exception
public RPDXmlResponse executeInstanceDeploy(String packageInstanceId, String route, String environment) throws Exception
Exception
public String executeInstanceDeployStatus(String deploymentInstanceId) throws Exception
Exception
Copyright © 2016. All rights reserved.