| Modifier and Type | Method and Description |
|---|---|
JiraIssueLinkType |
DeploymentVersionLinkedJiraIssueImpl.getIssueType() |
| Modifier and Type | Method and Description |
|---|---|
JiraIssueLinkType |
MutableDeploymentVersionLinkedJiraIssueImpl.getIssueType() |
JiraIssueLinkType |
MutableDeploymentVersionLinkedJiraIssue.getIssueType() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableDeploymentVersionLinkedJiraIssueImpl.setIssueType(JiraIssueLinkType issueLinkType) |
void |
MutableDeploymentVersionLinkedJiraIssue.setIssueType(JiraIssueLinkType issueLinkType) |
| Modifier and Type | Method and Description |
|---|---|
static JiraIssueLinkType |
JiraIssueLinkType.fromInt(int intValue)
Get JiraIssueLinkType object by its int value.
|
JiraIssueLinkType |
LinkedJiraIssueImpl.getIssueType() |
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 |
|---|---|
static com.google.common.base.Function<InternalLinkedJiraIssue,JiraIssueLinkType> |
JiraIssuePredicates.getLinkedJiraIssueType() |
| Modifier and Type | Method and Description |
|---|---|
void |
LinkedJiraIssueImpl.setIssueType(JiraIssueLinkType issueLinkType) |
void |
LinkedJiraIssue.setIssueType(JiraIssueLinkType issueLinkType)
Set how build relates to JIRA issue
|
| Constructor and Description |
|---|
LinkedJiraIssueImpl(String issueKey,
JiraIssueLinkType issueLinkType) |
| Modifier and Type | Method and Description |
|---|---|
static InternalLinkedJiraIssue |
BambooMocks.mockLinkedJiraIssue(String issueKey,
JiraIssueLinkType issueLinkType) |
| Modifier and Type | Method and Description |
|---|---|
List<JiraIssueLinkType> |
EditJiraIssues.getAvailableIssueTypes() |
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.