| Package | Description |
|---|---|
| com.atlassian.bamboo.jira.jiraissues |
| Modifier and Type | Method and Description |
|---|---|
static JiraIssueLinkType |
JiraIssueLinkType.fromInt(int intValue)
Get JiraIssueLinkType object by its int value.
|
JiraIssueLinkType |
InternalLinkedJiraIssue.getIssueType()
Return information how Bamboo object relates to JIRA issue (DB field)
|
static JiraIssueLinkType |
JiraIssueLinkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JiraIssueLinkType[] |
JiraIssueLinkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinkedJiraIssue.setIssueType(JiraIssueLinkType issueLinkType)
Set how build relates to JIRA issue
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.