public class CodebeamerApiClient extends Object
| Constructor and Description |
|---|
CodebeamerApiClient(String username,
String password,
String url,
String wikiIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
createOrUpdateAttachment(String attachmentName,
String newAttachmentContent) |
String |
getUserId(String author) |
String |
getWikiMarkup() |
void |
updateWikiMarkup(String url,
String wikiId,
String markup) |
public void createOrUpdateAttachment(String attachmentName, String newAttachmentContent) throws IOException
IOExceptionpublic String getWikiMarkup() throws IOException
IOExceptionpublic void updateWikiMarkup(String url, String wikiId, String markup) throws IOException
IOExceptionpublic String getUserId(String author) throws IOException
IOExceptionCopyright © 2004-2015. All Rights Reserved.