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

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

public class BitbucketBranchesResponse
extends java.lang.Object

https://confluence.atlassian.com/display/BITBUCKET/Repositories curl --user username:password https://api.bitbucket.org/1.0/repositories/user/slug/branches/


Constructor Summary
BitbucketBranchesResponse()
           
 
Method Summary
 java.util.List<BitbucketNodeNamedEntity> getBranches()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitbucketBranchesResponse

public BitbucketBranchesResponse()
Method Detail

getBranches

public java.util.List<BitbucketNodeNamedEntity> getBranches()


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