Uses of Class
com.atlassian.jira.functest.framework.parser.filter.WebTestSharePermission

Packages that use WebTestSharePermission
com.atlassian.jira.functest.framework.parser.dashboard   
com.atlassian.jira.functest.framework.parser.filter   
 

Uses of WebTestSharePermission in com.atlassian.jira.functest.framework.parser.dashboard
 

Method parameters in com.atlassian.jira.functest.framework.parser.dashboard with type arguments of type WebTestSharePermission
 DashboardItem.Builder DashboardItem.Builder.sharedWith(List<WebTestSharePermission> sharePermissions)
           
 

Constructor parameters in com.atlassian.jira.functest.framework.parser.dashboard with type arguments of type WebTestSharePermission
DashboardItem(long id, String name, String description, String author, long issues, List<WebTestSharePermission> sharing, Boolean fav, long subscriptions, List<String> operations, long favCount)
           
 

Uses of WebTestSharePermission in com.atlassian.jira.functest.framework.parser.filter
 

Method parameters in com.atlassian.jira.functest.framework.parser.filter with type arguments of type WebTestSharePermission
 FilterItem.Builder FilterItem.Builder.sharedWith(List<WebTestSharePermission> sharePermissions)
           
 

Constructor parameters in com.atlassian.jira.functest.framework.parser.filter with type arguments of type WebTestSharePermission
FilterItem(long id, String name, String description, String author, List<WebTestSharePermission> sharing, Boolean fav, long subscriptions, List<String> operations, long favCount)
           
FilterItem(long id, String name, String description, String author, long issues, List<WebTestSharePermission> sharing, Boolean fav, long subscriptions, List<String> operations, long favCount)
          Deprecated. JRADEV-14514 - The issues column has been removed from the filter list
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.