|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.urbancode.ds.jenkins.plugins.serenarapublisher.UrbanDeploySite
public class UrbanDeploySite
| Constructor Summary | |
|---|---|
UrbanDeploySite()
Instantiates a new UrbanDeploy site. |
|
UrbanDeploySite(String profileName,
String url,
String user,
String password)
|
|
| Method Summary | |
|---|---|
String |
executeJSONGet(URI uri)
|
String |
executeJSONPost(URI uri)
|
String |
executeJSONPut(URI uri,
String putContents)
|
String |
getDisplayName()
Gets the display name. |
String |
getPassword()
Gets the password. |
String |
getProfileName()
Gets the profile name. |
String |
getUrl()
Gets the url. |
String |
getUser()
Gets the username. |
void |
setPassword(String password)
Sets the password. |
void |
setProfileName(String profileName)
Sets the profile name. |
void |
setUrl(String url)
Sets the url. |
void |
setUser(String user)
Sets the username. |
void |
verifyApplicationExists(String applicationName)
|
void |
verifyApplicationProcessExists(String applicationProcess,
String applicationName)
|
void |
verifyComponentExists(String componentName)
|
void |
verifyConnection()
|
void |
verifyEnvironmentExists(String environmentName,
String applicationName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UrbanDeploySite()
profileName - the profile nameurl - the url of the UrbanDeploy instanceusername - the usernamepassword - the password
public UrbanDeploySite(String profileName,
String url,
String user,
String password)
| Method Detail |
|---|
public String getDisplayName()
public String getProfileName()
public void setProfileName(String profileName)
profileName - the new profile namepublic String getUrl()
public void setUrl(String url)
url - the new urlpublic String getUser()
public void setUser(String user)
username - the new usernamepublic String getPassword()
public void setPassword(String password)
password - the new password
public void verifyConnection()
throws Exception
Exception
public void verifyComponentExists(String componentName)
throws Exception
Exception
public void verifyApplicationExists(String applicationName)
throws Exception
Exception
public void verifyEnvironmentExists(String environmentName,
String applicationName)
throws Exception
Exception
public void verifyApplicationProcessExists(String applicationProcess,
String applicationName)
throws Exception
Exception
public String executeJSONGet(URI uri)
throws Exception
Exception
public String executeJSONPut(URI uri,
String putContents)
throws Exception
Exception
public String executeJSONPost(URI uri)
throws Exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||