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

java.lang.Object
  extended by com.atlassian.jira.functest.framework.dashboard.DashboardPageInfo.Operation
Enclosing class:
DashboardPageInfo

public static class DashboardPageInfo.Operation
extends Object


Field Summary
static List<DashboardPageInfo.Operation> ALL
           
static DashboardPageInfo.Operation COPY
           
static List<DashboardPageInfo.Operation> COPY_ONLY
           
static DashboardPageInfo.Operation DELETE
           
static DashboardPageInfo.Operation EDIT
           
static List<DashboardPageInfo.Operation> NONE
           
 
Constructor Summary
DashboardPageInfo.Operation(String linkName, String linkPrefix)
           
 
Method Summary
 String getLinkName()
           
 String getUrl(long id)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EDIT

public static DashboardPageInfo.Operation EDIT

DELETE

public static DashboardPageInfo.Operation DELETE

COPY

public static DashboardPageInfo.Operation COPY

NONE

public static final List<DashboardPageInfo.Operation> NONE

ALL

public static final List<DashboardPageInfo.Operation> ALL

COPY_ONLY

public static final List<DashboardPageInfo.Operation> COPY_ONLY
Constructor Detail

DashboardPageInfo.Operation

public DashboardPageInfo.Operation(String linkName,
                                   String linkPrefix)
Method Detail

getUrl

public String getUrl(long id)

getLinkName

public String getLinkName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.