| Modifier and Type | Method and Description |
|---|---|
Pager<InternalLinkedJiraIssue> |
ViewDeploymentVersionJiraIssues.getPager() |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewDeploymentVersionJiraIssues.setPager(Pager<InternalLinkedJiraIssue> pager) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeploymentVersionLinkedJiraIssue
JIRA issue connected with a
DeploymentVersion |
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentVersionLinkedJiraIssueImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableDeploymentVersionLinkedJiraIssue |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableDeploymentVersionLinkedJiraIssueImpl |
| Constructor and Description |
|---|
MutableDeploymentVersionLinkedJiraIssueImpl(@NotNull MutableDeploymentVersion deploymentVersion,
@NotNull InternalLinkedJiraIssue linkedJiraIssue) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LinkedJiraIssue
A JIRA issue and how it is linked to the corresponding build result summary
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinkedJiraIssueImpl |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<InternalLinkedJiraIssue> |
LinkedJiraIssueComparator.COMPARATOR |
static com.google.common.collect.Ordering<InternalLinkedJiraIssue> |
LinkedJiraIssueComparator.ORDERING |
| Modifier and Type | Method and Description |
|---|---|
<T extends InternalLinkedJiraIssue> |
JiraIssueManagerImpl.getJiraIssueDetails(@Nullable Project bambooProject,
@NotNull Iterable<T> linkedJiraIssues) |
<T extends InternalLinkedJiraIssue> |
JiraIssueManager.getJiraIssueDetails(@Nullable Project bambooProject,
@NotNull Iterable<T> linkedJiraIssues)
Get issue details from JIRA via XML Search.
|
| Modifier and Type | Method and Description |
|---|---|
static Function<InternalLinkedJiraIssue,String> |
JiraIssueUtils.transformJiraIssueToJiraIssueKey() |
| Modifier and Type | Method and Description |
|---|---|
int |
LinkedJiraIssueComparator.compare(InternalLinkedJiraIssue o1,
InternalLinkedJiraIssue o2) |
static String |
JiraIssuePredicates.getLinkedJiraIssueKey(InternalLinkedJiraIssue linkedJiraIssue)
Deprecated.
since 6.10, use
getIssueKey() directly |
static JiraIssueLinkType |
JiraIssuePredicates.getLinkedJiraIssueType(InternalLinkedJiraIssue linkedJiraIssue)
Deprecated.
since 6.10, use
getIssueType() directly |
static boolean |
JiraIssuePredicates.isIssueFixed(InternalLinkedJiraIssue linkedJiraIssue) |
static boolean |
JiraIssuePredicates.isIssueRelated(InternalLinkedJiraIssue linkedJiraIssue) |
| Modifier and Type | Class and Description |
|---|---|
class |
IsLinkedJiraIssueEq<T extends InternalLinkedJiraIssue> |
| Modifier and Type | Method and Description |
|---|---|
static <T extends InternalLinkedJiraIssue> |
IsLinkedJiraIssueEq.equalToLinkedJiraIssue(T reference) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends InternalLinkedJiraIssue> |
BambooTestMatchers.equalToLinkedJiraIssue(T reference) |
| Modifier and Type | Method and Description |
|---|---|
static InternalLinkedJiraIssue |
BambooMocks.mockLinkedJiraIssue(@NotNull String issueKey,
@NotNull JiraIssueLinkType issueLinkType) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.