public class

OpsbarBean

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v2.issue.OpsbarBean

Class Overview

Models the operations bar of a view issue page. It contains a link group for issue operations (including workflow transitions) and issue tools (sharing and issue views).

Any other web-items that are in the

view.issue.opsbar
or
jira.issue.tools
web-sections will also be added to these link groups.

Summary

Public Constructors
OpsbarBean(List<LinkGroupBean> linkGroups)
Public Methods
List<LinkGroupBean> getLinkGroups()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public OpsbarBean (List<LinkGroupBean> linkGroups)

Public Methods

public List<LinkGroupBean> getLinkGroups ()