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

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

public class ListRepositoriesResponse
extends RestResponse


Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.bamboo.rest.entity.RestResponse
RestResponse.Builder
 
Constructor Summary
ListRepositoriesResponse()
           
 
Method Summary
 void setRepositories(java.util.List<BitbucketResourceEntity> repositories)
           
 
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

ListRepositoriesResponse

public ListRepositoriesResponse()
Method Detail

setRepositories

public void setRepositories(java.util.List<BitbucketResourceEntity> repositories)


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