Class SecretGuardRootAction.PagedResults

java.lang.Object
io.jenkins.plugins.secretguard.action.SecretGuardRootAction.PagedResults
Enclosing class:
SecretGuardRootAction

public static final class SecretGuardRootAction.PagedResults extends Object
  • Method Details

    • getItems

      public List<SecretScanResult> 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()