com.atlassian.jira.issue
Class IssueConstants

java.lang.Object
  extended by com.atlassian.jira.issue.IssueConstants

@ExperimentalApi
public final class IssueConstants
extends Object

Utility methods for IssueConstants.

Since:
v6.2

Method Summary
static com.google.common.base.Function<IssueConstant,String> getIdFunc()
          Return a function that will return the id of the passed IssueConstant.
static com.google.common.base.Function<IssueConstant,String> getTranslatedNameFunc()
          Return a function that will return the translated name of the passed IssueConstant.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIdFunc

public static com.google.common.base.Function<IssueConstant,String> getIdFunc()
Return a function that will return the id of the passed IssueConstant. The function does not accept null arguments.

Returns:
a function that returns the id of the passed IssueConstant

getTranslatedNameFunc

public static com.google.common.base.Function<IssueConstant,String> getTranslatedNameFunc()
Return a function that will return the translated name of the passed IssueConstant. The function does not accept null arguments.

Returns:
a function that returns the translated name of the passed IssueConstant


Copyright © 2002-2014 Atlassian. All Rights Reserved.