Class RestBuildLogEntryList

java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestList<RestBuildLogEntry>
com.atlassian.bamboo.rest.model.build.log.RestBuildLogEntryList
All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<RestBuildLogEntry>

public class RestBuildLogEntryList extends AbstractRestList<RestBuildLogEntry>
  • Field Details

    • expand

      protected String expand
  • Constructor Details

    • RestBuildLogEntryList

      public RestBuildLogEntryList()
    • RestBuildLogEntryList

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