Uses of Interface
com.atlassian.bamboo.jira.jiraissues.InternalLinkedJiraIssue
Packages that use InternalLinkedJiraIssue
Package
Description
-
Uses of InternalLinkedJiraIssue in com.atlassian.bamboo.deployments.versions.actions
Methods in com.atlassian.bamboo.deployments.versions.actions that return types with arguments of type InternalLinkedJiraIssueModifier and TypeMethodDescription@NotNull List<InternalLinkedJiraIssue>
ViewDeploymentVersionJiraIssues.getFilteredResultsList
(int firstResult, int maxResults) ViewDeploymentVersionJiraIssues.getPager()
Method parameters in com.atlassian.bamboo.deployments.versions.actions with type arguments of type InternalLinkedJiraIssueModifier and TypeMethodDescriptionvoid
ViewDeploymentVersionJiraIssues.setPager
(Pager<InternalLinkedJiraIssue> pager) -
Uses of InternalLinkedJiraIssue in com.atlassian.bamboo.deployments.versions.history.issues
Subinterfaces of InternalLinkedJiraIssue in com.atlassian.bamboo.deployments.versions.history.issuesClasses in com.atlassian.bamboo.deployments.versions.history.issues that implement InternalLinkedJiraIssue -
Uses of InternalLinkedJiraIssue in com.atlassian.bamboo.deployments.versions.persistence.issues
Subinterfaces of InternalLinkedJiraIssue in com.atlassian.bamboo.deployments.versions.persistence.issuesClasses in com.atlassian.bamboo.deployments.versions.persistence.issues that implement InternalLinkedJiraIssueConstructors in com.atlassian.bamboo.deployments.versions.persistence.issues with parameters of type InternalLinkedJiraIssueModifierConstructorDescriptionMutableDeploymentVersionLinkedJiraIssueImpl
(@NotNull MutableDeploymentVersion deploymentVersion, @NotNull InternalLinkedJiraIssue linkedJiraIssue) -
Uses of InternalLinkedJiraIssue in com.atlassian.bamboo.deployments.versions.service
Methods in com.atlassian.bamboo.deployments.versions.service that return types with arguments of type InternalLinkedJiraIssueModifier 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
Subinterfaces of InternalLinkedJiraIssue in com.atlassian.bamboo.jira.jiraissuesModifier and TypeInterfaceDescriptioninterface
A JIRA issue and how it is linked to the corresponding build result summaryClasses in com.atlassian.bamboo.jira.jiraissues that implement InternalLinkedJiraIssueFields in com.atlassian.bamboo.jira.jiraissues with type parameters of type InternalLinkedJiraIssueModifier and TypeFieldDescriptionstatic final Comparator<InternalLinkedJiraIssue>
LinkedJiraIssueComparator.COMPARATOR
static final com.google.common.collect.Ordering<InternalLinkedJiraIssue>
LinkedJiraIssueComparator.ORDERING
Methods in com.atlassian.bamboo.jira.jiraissues with type parameters of type InternalLinkedJiraIssueModifier 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) Methods in com.atlassian.bamboo.jira.jiraissues that return types with arguments of type InternalLinkedJiraIssueModifier and TypeMethodDescriptionstatic Function<InternalLinkedJiraIssue,
String> JiraIssueUtils.transformJiraIssueToJiraIssueKey()
Methods in com.atlassian.bamboo.jira.jiraissues with parameters of type InternalLinkedJiraIssueModifier 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
Classes in com.atlassian.bamboo.jira.jiraissues.matcher with type parameters of type InternalLinkedJiraIssueMethods in com.atlassian.bamboo.jira.jiraissues.matcher with type parameters of type InternalLinkedJiraIssueModifier and TypeMethodDescriptionstatic <T extends InternalLinkedJiraIssue>
org.hamcrest.Matcher<T>IsLinkedJiraIssueEq.equalToLinkedJiraIssue
(T reference) -
Uses of InternalLinkedJiraIssue in com.atlassian.bamboo.matcher
Methods in com.atlassian.bamboo.matcher with type parameters of type InternalLinkedJiraIssueModifier and TypeMethodDescriptionstatic <T extends InternalLinkedJiraIssue>
org.hamcrest.Matcher<T>BambooTestMatchers.equalToLinkedJiraIssue
(T reference) -
Uses of InternalLinkedJiraIssue in com.atlassian.bamboo.mock
Methods in com.atlassian.bamboo.mock that return InternalLinkedJiraIssueModifier and TypeMethodDescriptionstatic InternalLinkedJiraIssue
BambooMocks.mockLinkedJiraIssue
(@NotNull String issueKey, @NotNull JiraIssueLinkType issueLinkType)
getIssueKey()
directly