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 |
getCodeBeamerRepoUrlForGit(String repoUrl) |
String |
getCodeBeamerRepoUrlForSVN(String remote) |
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
IOExceptionpublic String getCodeBeamerRepoUrlForGit(String repoUrl) throws IOException
IOExceptionCopyright © 2016–2019. All rights reserved.