java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestList<RestComment>
com.atlassian.bamboo.plugins.rest.model.build.comment.RestCommentList
All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<RestComment>

public class RestCommentList extends AbstractRestList<RestComment>
  • Field Details

    • expand

      protected String expand
  • Constructor Details

    • RestCommentList

      public RestCommentList()
    • RestCommentList

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