com.atlassian.bamboo.plugins.rest.model.build.test
Class RestTestErrorList

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestTestError>
      extended by com.atlassian.bamboo.plugins.rest.model.build.test.RestTestErrorList
All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestTestError>

public class RestTestErrorList
extends AbstractRestList<RestTestError>


Field Summary
 
Fields inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList
callback, maxResult, size, startIndex
 
Constructor Summary
RestTestErrorList()
           
RestTestErrorList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestTestError> callback)
           
 
Method Summary
 
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList
getCallback, getSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestTestErrorList

public RestTestErrorList()

RestTestErrorList

public RestTestErrorList(int size,
                         org.apache.commons.lang.math.IntRange range,
                         com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestTestError> callback)


Copyright © 2011 Atlassian. All Rights Reserved.