Class RestChangeFileList

java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestList<RestChangeFile>
com.atlassian.bamboo.plugins.rest.model.build.change.RestChangeFileList
All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<RestChangeFile>

public class RestChangeFileList extends AbstractRestList<RestChangeFile>
  • Constructor Details

    • RestChangeFileList

      public RestChangeFileList()
    • RestChangeFileList

      public RestChangeFileList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestChangeFile> callback)
  • Method Details