|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BitbucketApiService
Method Summary | |
---|---|
java.util.List<BitbucketNodeEntity> |
getBranches(java.lang.String repositoryName,
java.lang.String username,
java.lang.String password)
Retrieve list of branches for given repository |
java.util.List<BitbucketNodeEntity> |
getBranches(java.lang.String owner,
java.lang.String slug,
java.lang.String username,
java.lang.String password)
Retrieve list of branches for given repository |
java.util.List<BitbucketResourceEntity> |
getPublicRepositories(java.lang.String username)
Return a list of public repositories that user has access to. |
java.util.List<BitbucketResourceEntity> |
getRepositories(java.lang.String username,
java.lang.String password)
Retrieve list of all repositories accessible to Bitbucket user |
Method Detail |
---|
@NotNull java.util.List<BitbucketResourceEntity> getPublicRepositories(@NotNull java.lang.String username) throws BitbucketApiException
username
-
BitbucketApiException
@NotNull java.util.List<BitbucketResourceEntity> getRepositories(@NotNull java.lang.String username, @NotNull java.lang.String password) throws BitbucketApiException
username
- password
-
BitbucketApiException
@NotNull java.util.List<BitbucketNodeEntity> getBranches(@NotNull java.lang.String owner, @NotNull java.lang.String slug, @NotNull java.lang.String username, @NotNull java.lang.String password) throws BitbucketApiException
owner
- slug
- username
- password
-
BitbucketApiException
@NotNull java.util.List<BitbucketNodeEntity> getBranches(@NotNull java.lang.String repositoryName, @NotNull java.lang.String username, @NotNull java.lang.String password) throws BitbucketApiException
repositoryName
- username
- password
-
BitbucketApiException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |