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
IOException
public String getWikiMarkup() throws IOException
IOException
public void updateWikiMarkup(String url, String wikiId, String markup) throws IOException
IOException
public String getUserId(String author) throws IOException
IOException
public String getCodeBeamerRepoUrlForGit(String repoUrl) throws IOException
IOException
Copyright © 2016–2019. All rights reserved.