com.atlassian.jira.plugin.headernav.legacy
Class StudioTab

java.lang.Object
  extended by com.atlassian.jira.plugin.headernav.legacy.StudioTab

Deprecated.

@Deprecated
public class StudioTab
extends Object

Copied from the jira-ondemand-theme-plugin, used only for migration


Constructor Summary
StudioTab()
          Deprecated.  
StudioTab(String id, com.atlassian.jira.plugin.headernav.legacy.StudioTab.StudioTabType type, String name, String url, boolean displayed)
          Deprecated.  
StudioTab(com.atlassian.jira.plugin.headernav.legacy.StudioTab.StudioTabType type, String name, String url, boolean displayed)
          Deprecated.  
 
Method Summary
static StudioTab displayedTabFromType(com.atlassian.jira.plugin.headernav.legacy.StudioTab.StudioTabType type)
          Deprecated.  
 boolean equals(Object o)
          Deprecated. This implementation uses just the type if it's anything but custom, as only one of each type should exist, except for custom.
static StudioTab fromString(String value)
          Deprecated.  
 String getId()
          Deprecated.  
 String getName()
          Deprecated.  
 com.atlassian.jira.plugin.headernav.legacy.StudioTab.StudioTabType getType()
          Deprecated.  
 String getUrl()
          Deprecated.  
 int hashCode()
          Deprecated.  
 boolean isDisplayed()
          Deprecated.  
 void setDisplayed(boolean displayed)
          Deprecated.  
 void setId(String id)
          Deprecated.  
 void setName(String name)
          Deprecated.  
 void setType(com.atlassian.jira.plugin.headernav.legacy.StudioTab.StudioTabType type)
          Deprecated.  
 void setUrl(String url)
          Deprecated.  
static String toString(StudioTab studioTab)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StudioTab

public StudioTab()
Deprecated. 

StudioTab

public StudioTab(com.atlassian.jira.plugin.headernav.legacy.StudioTab.StudioTabType type,
                 String name,
                 String url,
                 boolean displayed)
Deprecated. 

StudioTab

public StudioTab(String id,
                 com.atlassian.jira.plugin.headernav.legacy.StudioTab.StudioTabType type,
                 String name,
                 String url,
                 boolean displayed)
Deprecated. 
Method Detail

displayedTabFromType

public static StudioTab displayedTabFromType(com.atlassian.jira.plugin.headernav.legacy.StudioTab.StudioTabType type)
Deprecated. 

fromString

public static StudioTab fromString(String value)
Deprecated. 

toString

public static String toString(StudioTab studioTab)
Deprecated. 

equals

public boolean equals(Object o)
Deprecated. 
This implementation uses just the type if it's anything but custom, as only one of each type should exist, except for custom. It's used to help ensure that one of each custom one exists in the list of tabs configured.

Overrides:
equals in class Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

getName

public String getName()
Deprecated. 

setName

public void setName(String name)
Deprecated. 

getUrl

public String getUrl()
Deprecated. 

setUrl

public void setUrl(String url)
Deprecated. 

getType

public com.atlassian.jira.plugin.headernav.legacy.StudioTab.StudioTabType getType()
Deprecated. 

setType

public void setType(com.atlassian.jira.plugin.headernav.legacy.StudioTab.StudioTabType type)
Deprecated. 

isDisplayed

public boolean isDisplayed()
Deprecated. 

setDisplayed

public void setDisplayed(boolean displayed)
Deprecated. 

getId

public String getId()
Deprecated. 

setId

public void setId(String id)
Deprecated. 


Copyright © 2002-2013 Atlassian. All Rights Reserved.