Uses of Interface
com.atlassian.bamboo.jira.jiraissues.InternalLinkedJiraIssue
Package
Description
-
Uses of InternalLinkedJiraIssue in com.atlassian.bamboo.deployments.versions.actions
Modifier and TypeMethodDescription@NotNull List<InternalLinkedJiraIssue>
ViewDeploymentVersionJiraIssues.getFilteredResultsList
(int firstResult, int maxResults) ViewDeploymentVersionJiraIssues.getPager()
Modifier and TypeMethodDescriptionvoid
ViewDeploymentVersionJiraIssues.setPager
(Pager<InternalLinkedJiraIssue> pager) -
Uses of InternalLinkedJiraIssue in com.atlassian.bamboo.deployments.versions.history.issues
-
Uses of InternalLinkedJiraIssue in com.atlassian.bamboo.deployments.versions.persistence.issues
ModifierConstructorDescriptionMutableDeploymentVersionLinkedJiraIssueImpl
(@NotNull MutableDeploymentVersion deploymentVersion, @NotNull InternalLinkedJiraIssue linkedJiraIssue) -
Uses of InternalLinkedJiraIssue in com.atlassian.bamboo.deployments.versions.service
Modifier and TypeMethodDescriptionDeploymentVersionChainResultDataCollector.findChangesetsAndJiraIssues
(long deploymentProjectId, @Nullable MutableDeploymentVersion newVersion, @NotNull 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.DeploymentVersionChainResultDataCollectorImpl.findChangesetsAndJiraIssues
(long deploymentProjectId, @Nullable MutableDeploymentVersion newVersion, @NotNull 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.@NotNull Pair<List<DeploymentVersionVcsChangeset>,
List<InternalLinkedJiraIssue>> DeploymentVersionChainResultDataCollector.findImmutableChangesetsAndJiraIssues
(long deploymentProjectId, @Nullable MutableDeploymentVersion newVersion, @NotNull 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.@NotNull Pair<List<DeploymentVersionVcsChangeset>,
List<InternalLinkedJiraIssue>> DeploymentVersionChainResultDataCollectorImpl.findImmutableChangesetsAndJiraIssues
(long deploymentProjectId, @Nullable MutableDeploymentVersion newVersion, @NotNull 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.@NotNull List<InternalLinkedJiraIssue>
DeploymentVersionLinkedJiraIssuesService.getJiraIssuesForNewDeploymentVersion
(long deploymentProjectId, PlanResultKey planResultKey) Finds the relevant jira issues if a new version would be created from planResultKey.@NotNull List<InternalLinkedJiraIssue>
DeploymentVersionLinkedJiraIssuesService.getJiraIssuesForNewDeploymentVersion
(long deploymentProjectId, PlanResultKey planResultKey, DeploymentVersion previousVersion) Same as above, but gets all issues between a specific version and the planResultKey.@NotNull List<InternalLinkedJiraIssue>
DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForNewDeploymentVersion
(long deploymentProjectId, PlanResultKey planResultKey) @NotNull List<InternalLinkedJiraIssue>
DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForNewDeploymentVersion
(long deploymentProjectId, PlanResultKey planResultKey, DeploymentVersion previousVersion) -
Uses of InternalLinkedJiraIssue in com.atlassian.bamboo.jira.jiraissues
Modifier and TypeInterfaceDescriptioninterface
A JIRA issue and how it is linked to the corresponding build result summaryModifier and TypeFieldDescriptionstatic final Comparator<InternalLinkedJiraIssue>
LinkedJiraIssueComparator.COMPARATOR
static final com.google.common.collect.Ordering<InternalLinkedJiraIssue>
LinkedJiraIssueComparator.ORDERING
Modifier and TypeMethodDescription<T extends InternalLinkedJiraIssue>
@NotNull Iterable<T>JiraIssueManager.getJiraIssueDetails
(@Nullable Project bambooProject, @NotNull Iterable<T> linkedJiraIssues) Get issue details from JIRA via XML Search.<T extends InternalLinkedJiraIssue>
@NotNull Iterable<T>JiraIssueManagerImpl.getJiraIssueDetails
(@Nullable Project bambooProject, @NotNull Iterable<T> linkedJiraIssues) Modifier and TypeMethodDescriptionstatic Function<InternalLinkedJiraIssue,
String> JiraIssueUtils.transformJiraIssueToJiraIssueKey()
Modifier and TypeMethodDescriptionint
LinkedJiraIssueComparator.compare
(InternalLinkedJiraIssue o1, InternalLinkedJiraIssue o2) static String
JiraIssuePredicates.getLinkedJiraIssueKey
(InternalLinkedJiraIssue linkedJiraIssue) Deprecated.static JiraIssueLinkType
JiraIssuePredicates.getLinkedJiraIssueType
(InternalLinkedJiraIssue linkedJiraIssue) Deprecated.since 6.10, usegetIssueType()
directlystatic boolean
JiraIssuePredicates.isIssueFixed
(InternalLinkedJiraIssue linkedJiraIssue) static boolean
JiraIssuePredicates.isIssueRelated
(InternalLinkedJiraIssue linkedJiraIssue) -
Uses of InternalLinkedJiraIssue in com.atlassian.bamboo.jira.jiraissues.matcher
Modifier and TypeMethodDescriptionstatic <T extends InternalLinkedJiraIssue>
org.hamcrest.Matcher<T>IsLinkedJiraIssueEq.equalToLinkedJiraIssue
(T reference) -
Uses of InternalLinkedJiraIssue in com.atlassian.bamboo.matcher
Modifier and TypeMethodDescriptionstatic <T extends InternalLinkedJiraIssue>
org.hamcrest.Matcher<T>BambooTestMatchers.equalToLinkedJiraIssue
(T reference) -
Uses of InternalLinkedJiraIssue in com.atlassian.bamboo.mock
Modifier and TypeMethodDescriptionstatic InternalLinkedJiraIssue
BambooMocks.mockLinkedJiraIssue
(@NotNull String issueKey, @NotNull JiraIssueLinkType issueLinkType)
getIssueKey()
directly