@ExperimentalApi public final class IssueConstants extends Object
IssueConstant
s.Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Function<IssueConstant,String> |
getId()
Return a function that will return the id of the passed
IssueConstant . |
static com.google.common.base.Function<IssueConstant,Long> |
getIdAsLong() |
static com.google.common.base.Function<IssueConstant,String> |
getIdFunc() |
static Iterable<String> |
getIds(Iterable<? extends IssueConstant> constants) |
static Comparator<IssueConstant> |
getSequenceComparator() |
static com.google.common.base.Function<IssueConstant,String> |
getTranslatedNameFunc()
Return a function that will return the translated name of the passed
IssueConstant . |
static Iterable<? extends String> |
toStringIds(Collection<? extends IssueConstant> issueConstants) |
static Iterable<? extends String> |
toStringIdsWithoutNulls(Collection<? extends IssueConstant> issueConstants) |
public static com.google.common.base.Function<IssueConstant,String> getId()
IssueConstant
.
The function does not accept null arguments.
IssueConstant
public static com.google.common.base.Function<IssueConstant,String> getIdFunc()
public static com.google.common.base.Function<IssueConstant,String> getTranslatedNameFunc()
IssueConstant
.
The function does not accept null arguments.
IssueConstant
public static Iterable<String> getIds(Iterable<? extends IssueConstant> constants)
public static com.google.common.base.Function<IssueConstant,Long> getIdAsLong()
public static Iterable<? extends String> toStringIds(Collection<? extends IssueConstant> issueConstants)
public static Iterable<? extends String> toStringIdsWithoutNulls(Collection<? extends IssueConstant> issueConstants)
public static Comparator<IssueConstant> getSequenceComparator()
Copyright © 2002-2021 Atlassian. All Rights Reserved.