com.atlassian.jira.web.ui.header
Interface CurrentHeader

All Known Implementing Classes:
CurrentHeaderImpl

public interface CurrentHeader

Represents the JIRA header that is currently configured for the logged in user.

Since:
v5.2

Nested Class Summary
static class CurrentHeader.Header
          Represents the headers that can be displayed by this JIRA instance.
 
Method Summary
 CurrentHeader.Header get()
          Retrieves the current header set for this JIRA instance.
 

Method Detail

get

CurrentHeader.Header get()
Retrieves the current header set for this JIRA instance.

Returns:
A Header value that indicates the current header set for this JIRA instance.


Copyright © 2002-2013 Atlassian. All Rights Reserved.