|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||