public static class

DashboardPageInfo.Operation

extends Object
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.dashboard.DashboardPageInfo.Operation

Summary

Fields
public static final List<DashboardPageInfo.Operation> ALL
public static DashboardPageInfo.Operation COPY
public static final List<DashboardPageInfo.Operation> COPY_ONLY
public static DashboardPageInfo.Operation DELETE
public static DashboardPageInfo.Operation EDIT
public static final List<DashboardPageInfo.Operation> NONE
Public Constructors
DashboardPageInfo.Operation(String linkName, String linkPrefix)
Public Methods
String getLinkName()
String getUrl(long id)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final List<DashboardPageInfo.Operation> ALL

public static DashboardPageInfo.Operation COPY

public static final List<DashboardPageInfo.Operation> COPY_ONLY

public static DashboardPageInfo.Operation DELETE

public static DashboardPageInfo.Operation EDIT

public static final List<DashboardPageInfo.Operation> NONE

Public Constructors

public DashboardPageInfo.Operation (String linkName, String linkPrefix)

Public Methods

public String getLinkName ()

public String getUrl (long id)

public String toString ()