Uses of Class
com.fortify.plugin.jenkins.TableAction.SortOrder
-
Packages that use TableAction.SortOrder Package Description com.fortify.plugin.jenkins com.fortify.plugin.jenkins.steps -
-
Uses of TableAction.SortOrder in com.fortify.plugin.jenkins
Methods in com.fortify.plugin.jenkins that return TableAction.SortOrder Modifier and Type Method Description static TableAction.SortOrder
TableAction.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static TableAction.SortOrder[]
TableAction.SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fortify.plugin.jenkins with parameters of type TableAction.SortOrder Modifier and Type Method Description void
TableAction.View. setSortOrder(TableAction.SortOrder order)
-
Uses of TableAction.SortOrder in com.fortify.plugin.jenkins.steps
Methods in com.fortify.plugin.jenkins.steps with parameters of type TableAction.SortOrder Modifier and Type Method Description List<IssueBean>
FortifyUpload. getIssuesByFolder(String folderId, int startPage, int pageSize, TableAction.SortOrder sortOrder, boolean downNotUp, boolean showingAllNotNew, String selectedGrouping, TaskListener taskListener)
Downloads issues from one of folders on Fortify SSC server
-