Modifier and Type | Method and Description |
---|---|
List<InternalLinkedJiraIssue> |
ViewDeploymentVersionJiraIssues.getFilteredResultsList(int firstResult,
int maxResults) |
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(MutableDeploymentVersion deploymentVersion,
InternalLinkedJiraIssue linkedJiraIssue) |
Modifier and Type | Method and Description |
---|---|
Pair<List<MutableDeploymentVersionVcsChangeset>,List<InternalLinkedJiraIssue>> |
DeploymentVersionChainResultDataCollector.findChangesetsAndJiraIssues(long deploymentProjectId,
MutableDeploymentVersion newVersion,
PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened
between the 2 versions.
|
Pair<List<MutableDeploymentVersionVcsChangeset>,List<InternalLinkedJiraIssue>> |
DeploymentVersionChainResultDataCollectorImpl.findChangesetsAndJiraIssues(long deploymentProjectId,
MutableDeploymentVersion newVersion,
PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened
between the 2 versions.
|
Pair<List<DeploymentVersionVcsChangeset>,List<InternalLinkedJiraIssue>> |
DeploymentVersionChainResultDataCollector.findImmutableChangesetsAndJiraIssues(long deploymentProjectId,
MutableDeploymentVersion newVersion,
PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened
between the 2 versions.
|
Pair<List<DeploymentVersionVcsChangeset>,List<InternalLinkedJiraIssue>> |
DeploymentVersionChainResultDataCollectorImpl.findImmutableChangesetsAndJiraIssues(long deploymentProjectId,
MutableDeploymentVersion newVersion,
PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened
between the 2 versions.
|
List<InternalLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey) |
List<InternalLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesService.getJiraIssuesForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey)
Finds the relevant jira issues if a new version would be created from planResultKey.
|
List<InternalLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
DeploymentVersion previousVersion) |
List<InternalLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesService.getJiraIssuesForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
DeploymentVersion previousVersion)
Same as above, but gets all issues between a specific version and the planResultKey.
|
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(Project bambooProject,
Iterable<T> linkedJiraIssues) |
<T extends InternalLinkedJiraIssue> |
JiraIssueManager.getJiraIssueDetails(Project bambooProject,
Iterable<T> linkedJiraIssues)
Get issue details from JIRA via XML Search.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<InternalLinkedJiraIssue> |
JiraIssuePredicates.allowUniqueLinkedJiraIssue()
Deprecated.
since 5.11, use
BambooPredicates.distinct(java.util.function.Function) |
static com.google.common.base.Function<InternalLinkedJiraIssue,String> |
JiraIssuePredicates.getLinkedJiraIssueKey()
Deprecated.
|
static com.google.common.base.Function<InternalLinkedJiraIssue,JiraIssueLinkType> |
JiraIssuePredicates.getLinkedJiraIssueType()
Deprecated.
|
static com.google.common.base.Predicate<InternalLinkedJiraIssue> |
JiraIssuePredicates.isIssueFixed()
Deprecated.
since 5.11, use
JiraIssuePredicates.isIssueFixed(InternalLinkedJiraIssue) |
static com.google.common.base.Predicate<InternalLinkedJiraIssue> |
JiraIssuePredicates.isIssueRelated()
Deprecated.
since 5.11, use
JiraIssuePredicates.isIssueRelated(InternalLinkedJiraIssue) |
static com.google.common.base.Function<InternalLinkedJiraIssue,String> |
JiraIssueUtils.transformJiraIssueToJiraIssueKey() |
Modifier and Type | Method and Description |
---|---|
int |
LinkedJiraIssueComparator.compare(InternalLinkedJiraIssue o1,
InternalLinkedJiraIssue o2) |
static String |
JiraIssuePredicates.getLinkedJiraIssueKey(InternalLinkedJiraIssue linkedJiraIssue) |
static JiraIssueLinkType |
JiraIssuePredicates.getLinkedJiraIssueType(InternalLinkedJiraIssue linkedJiraIssue) |
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(String issueKey,
JiraIssueLinkType issueLinkType) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.