Uses of Class
com.fortify.plugin.jenkins.bean.IssueBean
-
Packages that use IssueBean Package Description com.fortify.plugin.jenkins com.fortify.plugin.jenkins.fortifyclient com.fortify.plugin.jenkins.steps -
-
Uses of IssueBean in com.fortify.plugin.jenkins
Methods in com.fortify.plugin.jenkins that return types with arguments of type IssueBean Modifier and Type Method Description abstract Comparator<IssueBean>
TableAction.SortOrder. getIssueBeanComparator(boolean reverseSort)
List<IssueBean>
TableAction.View. getIssues()
-
Uses of IssueBean in com.fortify.plugin.jenkins.fortifyclient
Methods in com.fortify.plugin.jenkins.fortifyclient that return types with arguments of type IssueBean Modifier and Type Method Description Map<String,IssueBean>
FortifyClient. getIssuesByFolderId(Long projectVersionId, String folderId, int startPage, int pageSize, String filterSet, String groupingName, String sortOrder, Boolean ShowOnlyNewIssues, Boolean sortDownNotUp, PrintWriter log)
Returns all issues in the specified folder with their attributes. -
Uses of IssueBean in com.fortify.plugin.jenkins.steps
Methods in com.fortify.plugin.jenkins.steps that return types with arguments of type IssueBean 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
-