Uses of Class
com.atlassian.jira.functest.framework.dashboard.DashboardPageInfo.Operation

Packages that use DashboardPageInfo.Operation
com.atlassian.jira.functest.framework.dashboard   
 

Uses of DashboardPageInfo.Operation in com.atlassian.jira.functest.framework.dashboard
 

Fields in com.atlassian.jira.functest.framework.dashboard declared as DashboardPageInfo.Operation
static DashboardPageInfo.Operation DashboardPageInfo.Operation.COPY
           
static DashboardPageInfo.Operation DashboardPageInfo.Operation.DELETE
           
static DashboardPageInfo.Operation DashboardPageInfo.Operation.EDIT
           
 

Fields in com.atlassian.jira.functest.framework.dashboard with type parameters of type DashboardPageInfo.Operation
static List<DashboardPageInfo.Operation> DashboardPageInfo.Operation.ALL
           
static List<DashboardPageInfo.Operation> DashboardPageInfo.Operation.COPY_ONLY
           
static List<DashboardPageInfo.Operation> DashboardPageInfo.Operation.NONE
           
 

Methods in com.atlassian.jira.functest.framework.dashboard that return types with arguments of type DashboardPageInfo.Operation
 List<DashboardPageInfo.Operation> DashboardPageInfo.getOperations()
           
 

Method parameters in com.atlassian.jira.functest.framework.dashboard with type arguments of type DashboardPageInfo.Operation
 DashboardPageInfo DashboardPageInfo.setOperations(List<DashboardPageInfo.Operation> operations)
           
 

Constructor parameters in com.atlassian.jira.functest.framework.dashboard with type arguments of type DashboardPageInfo.Operation
DashboardPageInfo(Long id, String name, String description, boolean favourite, Set<TestSharingPermission> sharingPermissions, String owner, Integer favCount, List<DashboardPageInfo.Operation> operations)
           
DashboardPageInfo(long id, String name, String description, boolean favourite, Set<TestSharingPermission> permissions, String owner, int favCount, List<DashboardPageInfo.Operation> operations)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.