com.atlassian.jira.functest.framework.parser
Interface SharedEntityItem

All Known Implementing Classes:
DashboardItem, FilterItem

public interface SharedEntityItem

Base interface for SharedEntityItem and DashboardItem

Since:
v4.4.1

Method Summary
 String getAuthor()
           
 String getDescription()
           
 Long getFavCount()
           
 Long getId()
           
 Long getIssues()
           
 String getName()
           
 List getOperations()
           
 List getSharing()
           
 Long getSubscriptions()
           
 Boolean isFav()
           
 

Method Detail

getName

String getName()

getDescription

String getDescription()

getAuthor

String getAuthor()

getIssues

Long getIssues()

getSharing

List getSharing()

isFav

Boolean isFav()

getSubscriptions

Long getSubscriptions()

getOperations

List getOperations()

getFavCount

Long getFavCount()

getId

Long getId()


Copyright © 2002-2012 Atlassian. All Rights Reserved.