Package | Description |
---|---|
com.atlassian.jira.functest.framework.dashboard |
Modifier and Type | Field and Description |
---|---|
static DashboardPageInfo.Operation |
DashboardPageInfo.Operation.COPY |
static DashboardPageInfo.Operation |
DashboardPageInfo.Operation.DELETE |
static DashboardPageInfo.Operation |
DashboardPageInfo.Operation.EDIT |
Modifier and Type | Field and Description |
---|---|
static List<DashboardPageInfo.Operation> |
DashboardPageInfo.Operation.ALL |
static List<DashboardPageInfo.Operation> |
DashboardPageInfo.Operation.COPY_ONLY |
static List<DashboardPageInfo.Operation> |
DashboardPageInfo.Operation.NONE |
Modifier and Type | Method and Description |
---|---|
List<DashboardPageInfo.Operation> |
DashboardPageInfo.getOperations() |
Modifier and Type | Method and Description |
---|---|
DashboardPageInfo |
DashboardPageInfo.setOperations(List<DashboardPageInfo.Operation> operations) |
Constructor and Description |
---|
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-2022 Atlassian. All Rights Reserved.