com.atlassian.bamboo.plugins.hg.rest.entity
Class ListBranchesResponse

java.lang.Object
  extended by com.atlassian.bamboo.rest.entity.RestResponse
      extended by com.atlassian.bamboo.plugins.hg.rest.entity.ListBranchesResponse

public class ListBranchesResponse
extends RestResponse


Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.bamboo.rest.entity.RestResponse
RestResponse.Builder
 
Constructor Summary
ListBranchesResponse()
           
 
Method Summary
 void setBranches(java.util.List<BitbucketNodeEntity> branches)
           
 
Methods inherited from class com.atlassian.bamboo.rest.entity.RestResponse
builder, setErrors, setFieldErrors, setMessages, setStatus, setWarnings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListBranchesResponse

public ListBranchesResponse()
Method Detail

setBranches

public void setBranches(java.util.List<BitbucketNodeEntity> branches)


Copyright © 2012 Atlassian. All Rights Reserved.