public class BitbucketCaller extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BitbucketCaller.CastableWrapper |
| Constructor and Description |
|---|
BitbucketCaller(String user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
download(File file,
String url) |
BitbucketCaller.CastableWrapper |
nextPage(String url) |
BitbucketCaller.CastableWrapper |
page(String url,
String fields) |
void |
upload(File file,
String url,
String fileName) |
public BitbucketCaller.CastableWrapper page(String url, String fields)
public BitbucketCaller.CastableWrapper nextPage(String url)
public void upload(File file, String url, String fileName) throws IOException, org.apache.maven.wagon.authorization.AuthorizationException, org.apache.maven.wagon.ResourceDoesNotExistException, org.apache.maven.wagon.TransferFailedException
IOExceptionorg.apache.maven.wagon.authorization.AuthorizationExceptionorg.apache.maven.wagon.ResourceDoesNotExistExceptionorg.apache.maven.wagon.TransferFailedExceptionpublic void download(File file, String url) throws IOException
IOExceptionCopyright © 2019 Codedoers.com. All rights reserved.