com.atlassian.bamboo.plugins.rest.model.build.change
Class VcsRevisionList

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

public class VcsRevisionList
extends AbstractRestList<VcsRevision>


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

Constructor Detail

VcsRevisionList

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


Copyright © 2012 Atlassian. All Rights Reserved.