@PublicApi public enum JiraIssueLinkType extends Enum<JiraIssueLinkType>
Enum Constant and Description |
---|
BUILD_CAUSES |
BUILD_FIXES |
BUILD_RELATES |
Modifier and Type | Method and Description |
---|---|
static JiraIssueLinkType |
fromInt(int intValue)
Get JiraIssueLinkType object by its int value.
|
String |
getLinkDescription()
Description of link for UI.
|
String |
getLinkType()
Returns a string representation of the link type
|
int |
intValue()
Return integer representing this enum.
|
static JiraIssueLinkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JiraIssueLinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JiraIssueLinkType BUILD_RELATES
public static final JiraIssueLinkType BUILD_FIXES
public static final JiraIssueLinkType BUILD_CAUSES
public static JiraIssueLinkType[] values()
for (JiraIssueLinkType c : JiraIssueLinkType.values()) System.out.println(c);
public static JiraIssueLinkType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getLinkType()
public String getLinkDescription()
public int intValue()
public static JiraIssueLinkType fromInt(int intValue)
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.