com.atlassian.bamboo.plugins.hg.bitbucket.api.rest.entity
Class BitbucketUserResponse
java.lang.Object
com.atlassian.bamboo.plugins.hg.bitbucket.api.rest.entity.BitbucketUserResponse
public class BitbucketUserResponse
- extends Object
https://confluence.atlassian.com/display/BITBUCKET/Repositories
curl https://api.bitbucket.org/1.0/users/jespern/
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BitbucketUserResponse
public BitbucketUserResponse()
builder
public static BitbucketUserResponse.Builder builder()
getUser
public BitbucketUserEntity getUser()
getRepositories
public List<BitbucketResourceEntity> getRepositories()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.