Class SecretGuardRootAction.PagedResults
java.lang.Object
io.jenkins.plugins.secretguard.action.SecretGuardRootAction.PagedResults
- Enclosing class:
SecretGuardRootAction
-
Method Details
-
getItems
-
getTotalCount
public int getTotalCount() -
getPage
public int getPage() -
getPageSize
public int getPageSize() -
getStartIndex
public int getStartIndex() -
getEndIndex
public int getEndIndex() -
getTotalPages
public int getTotalPages() -
hasPreviousPage
public boolean hasPreviousPage() -
hasNextPage
public boolean hasNextPage()
-