com.atlassian.bamboo.plugins.hg.bitbucket.api.rest.entity
Class BitbucketUserResponse

java.lang.Object
  extended by com.atlassian.bamboo.plugins.hg.bitbucket.api.rest.entity.BitbucketUserResponse

public class BitbucketUserResponse
extends java.lang.Object

https://confluence.atlassian.com/display/BITBUCKET/Repositories curl https://api.bitbucket.org/1.0/users/jespern/


Nested Class Summary
static class BitbucketUserResponse.Builder
           
 
Constructor Summary
BitbucketUserResponse()
           
 
Method Summary
static BitbucketUserResponse.Builder builder()
           
 java.util.List<BitbucketResourceEntity> getRepositories()
           
 BitbucketUserEntity getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitbucketUserResponse

public BitbucketUserResponse()
Method Detail

builder

public static BitbucketUserResponse.Builder builder()

getUser

public BitbucketUserEntity getUser()

getRepositories

public java.util.List<BitbucketResourceEntity> getRepositories()


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.