|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JiraServerDefinition
Defines a JIRA Server.
| Method Summary | |
|---|---|
String |
getEncryptedPassword()
|
String |
getHost()
|
long |
getId()
|
RemoteIssue |
getJiraIssueByKey(String key)
This gets an issue from JIRA via SOAP RPC. |
Collection |
getJiraIssuesByKeys(Collection keys)
Gets a collection of issues from JIRA via SOAP RPC given a collection of JIRA issue keys. |
String |
getName()
|
String |
getPassword()
|
String |
getUsername()
|
void |
setEncryptedPassword(String password)
|
void |
setHost(String host)
|
void |
setId(long id)
|
void |
setName(String name)
|
void |
setPassword(String password)
|
void |
setUsername(String username)
|
| Method Detail |
|---|
long getId()
getId in interface BambooObjectvoid setId(long id)
setId in interface BambooObjectString getName()
void setName(String name)
String getHost()
void setHost(String host)
String getUsername()
void setUsername(String username)
String getPassword()
void setPassword(String password)
String getEncryptedPassword()
void setEncryptedPassword(String password)
RemoteIssue getJiraIssueByKey(String key)
throws Exception
key - - JIRA issue key
RemoteIssue object representing the JIRA issue.
Exception
Collection getJiraIssuesByKeys(Collection keys)
throws Exception
keys -
Collection of RemoteIssues.
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||