Uses of Interface
com.atlassian.bamboo.jira.jiraissues.LinkedJiraIssue
Packages that use LinkedJiraIssue
Package
Description
-
Uses of LinkedJiraIssue in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return types with arguments of type LinkedJiraIssueModifier and TypeMethodDescription@NotNull List<LinkedJiraIssue>JiraIssueResultsManager.findJiraIssuesForBuildResults(@NotNull List<ResultsSummary> buildResults) Finds a list of jira issues linked to the given build results@NotNull List<LinkedJiraIssue>JiraIssueResultsManagerImpl.findJiraIssuesForBuildResults(@NotNull List<ResultsSummary> buildResults) @NotNull List<LinkedJiraIssue>JiraIssueResultsManager.findJiraIssuesForPlanKey(@NotNull PlanKey planKey) Finds a list of jira issues linked to a particular build key@NotNull List<LinkedJiraIssue>JiraIssueResultsManagerImpl.findJiraIssuesForPlanKey(@NotNull PlanKey planKey) protected Iterable<LinkedJiraIssue>PlanResultsAction.getIssueDetails(Iterable<LinkedJiraIssue> linkedIssues) PlanResultsAction.getJiraIssues()@NotNull Pair<LinkedJiraIssue,URI> PlanResultsAction.getLinkedJiraIssue(String issueKey) returns jira issue details for the given issueKey, or - in case of OAuth authentication required - URI for the login dancePlanResultsAction.getLinkedJiraIssues()PlanResultsAction.getShortJiraIssues()Returns a shortened (default length) list of jira issues and controls logic behind which are shown * Fixed issues are given preferencePlanResultsAction.getShortJiraIssues(int numberNeeded) Returns a required length list of jira issues and controls logic behind which are shown * Fixed issues are given preferencePlanResultsAction.getSizeBoundedLinkedJiraIssues(int size) Method parameters in com.atlassian.bamboo.build with type arguments of type LinkedJiraIssueModifier and TypeMethodDescriptionprotected Iterable<LinkedJiraIssue>PlanResultsAction.getIssueDetails(Iterable<LinkedJiraIssue> linkedIssues) -
Uses of LinkedJiraIssue in com.atlassian.bamboo.jira.jiraissues
Classes in com.atlassian.bamboo.jira.jiraissues that implement LinkedJiraIssueMethods in com.atlassian.bamboo.jira.jiraissues that return types with arguments of type LinkedJiraIssueModifier and TypeMethodDescription@NotNull List<LinkedJiraIssue>JiraIssueUtils.getFilteredFixedJiraIssues(@Nullable Collection<LinkedJiraIssue> possibleIssues, int numberNeeded) @NotNull List<LinkedJiraIssue>JiraIssueUtils.getFilteredJiraIssues(@Nullable Collection<LinkedJiraIssue> possibleIssues, int numberNeeded) Returns a required length list of jira issues and controls logic behind which are shown * Fixed issues are given preference@NotNull List<LinkedJiraIssue>JiraIssueUtils.getFilteredRelatedJiraIssues(@Nullable Collection<LinkedJiraIssue> possibleIssues, int numberNeeded) @NotNull Set<LinkedJiraIssue>JiraIssueUtils.getFixedJiraIssues(@NotNull Iterable<LinkedJiraIssue> allIssues) returns a set of all jira issues with link type 'fixed'@NotNull Set<LinkedJiraIssue>JiraIssueUtils.getRelatedJiraIssues(@NotNull Iterable<LinkedJiraIssue> allIssues) returns a set of all jira issues with link type 'related'Methods in com.atlassian.bamboo.jira.jiraissues with parameters of type LinkedJiraIssueMethod parameters in com.atlassian.bamboo.jira.jiraissues with type arguments of type LinkedJiraIssueModifier and TypeMethodDescription@NotNull List<LinkedJiraIssue>JiraIssueUtils.getFilteredFixedJiraIssues(@Nullable Collection<LinkedJiraIssue> possibleIssues, int numberNeeded) @NotNull List<LinkedJiraIssue>JiraIssueUtils.getFilteredJiraIssues(@Nullable Collection<LinkedJiraIssue> possibleIssues, int numberNeeded) Returns a required length list of jira issues and controls logic behind which are shown * Fixed issues are given preference@NotNull List<LinkedJiraIssue>JiraIssueUtils.getFilteredRelatedJiraIssues(@Nullable Collection<LinkedJiraIssue> possibleIssues, int numberNeeded) @NotNull Set<LinkedJiraIssue>JiraIssueUtils.getFixedJiraIssues(@NotNull Iterable<LinkedJiraIssue> allIssues) returns a set of all jira issues with link type 'fixed'@NotNull Set<LinkedJiraIssue>JiraIssueUtils.getRelatedJiraIssues(@NotNull Iterable<LinkedJiraIssue> allIssues) returns a set of all jira issues with link type 'related' -
Uses of LinkedJiraIssue in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream that return LinkedJiraIssueModifier and TypeMethodDescriptionprotected @NotNull LinkedJiraIssueLinkedJiraIssuesMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.migration.stream with parameters of type LinkedJiraIssueModifier and TypeMethodDescriptionvoidLinkedJiraIssueRootMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<LinkedJiraIssue> list, @NotNull LinkedJiraIssue object, long objectIndex, @NotNull org.hibernate.Session session) protected voidLinkedJiraIssueRootMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull LinkedJiraIssue issue, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidLinkedJiraIssuesMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull LinkedJiraIssue issue, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidLinkedJiraIssueRootMapper.importProperties(@NotNull LinkedJiraIssue object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) protected voidLinkedJiraIssuesMapper.importProperties(@NotNull LinkedJiraIssue issue, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type LinkedJiraIssueModifier and TypeMethodDescriptionvoidLinkedJiraIssueRootMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<LinkedJiraIssue> list, @NotNull LinkedJiraIssue object, long objectIndex, @NotNull org.hibernate.Session session) -
Uses of LinkedJiraIssue in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type LinkedJiraIssueModifier and TypeMethodDescription@NotNull Set<LinkedJiraIssue>ImmutableResultsSummaryImpl.getJiraIssues() -
Uses of LinkedJiraIssue in com.atlassian.bamboo.plugins.jiraPlugin.actions
Methods in com.atlassian.bamboo.plugins.jiraPlugin.actions that return types with arguments of type LinkedJiraIssueModifier and TypeMethodDescription@NotNull List<LinkedJiraIssue>ViewJiraIssueForPlan.getFilteredResultsList(int firstResult, int maxResults) ViewJiraIssueForPlan.getPager()ViewJiraIssues.getRelatedIssues()Method parameters in com.atlassian.bamboo.plugins.jiraPlugin.actions with type arguments of type LinkedJiraIssueModifier and TypeMethodDescriptionvoidViewJiraIssueForPlan.setPager(Pager<LinkedJiraIssue> pager) -
Uses of LinkedJiraIssue in com.atlassian.bamboo.plugins.rest.model.build.issue
Method parameters in com.atlassian.bamboo.plugins.rest.model.build.issue with type arguments of type LinkedJiraIssueModifier and TypeMethodDescriptionstatic com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestJiraIssue>RestJiraIssueListWrapperCallBacks.ofList(List<LinkedJiraIssue> items, int maxResults, Project project, JiraIssueManager jiraIssueManager, javax.ws.rs.core.UriInfo uriInfo) This ListWrapperCallback will read details of JIRA issues on demand -
Uses of LinkedJiraIssue in com.atlassian.bamboo.rest.model.build.issue
Methods in com.atlassian.bamboo.rest.model.build.issue with parameters of type LinkedJiraIssueModifier and TypeMethodDescriptionstatic RestJiraIssueRestJiraIssue.createFromLinkedJiraIssueFunction(LinkedJiraIssue jiraIssue) -
Uses of LinkedJiraIssue in com.atlassian.bamboo.resultsummary
Fields in com.atlassian.bamboo.resultsummary with type parameters of type LinkedJiraIssueModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SetAttribute<AbstractResultsSummary,LinkedJiraIssue> AbstractResultsSummary_.jiraIssuesMethods in com.atlassian.bamboo.resultsummary that return types with arguments of type LinkedJiraIssueModifier and TypeMethodDescription@NotNull List<LinkedJiraIssue>BuildResultsSummaryManagerImpl.findJiraIssuesForPlanKey(@NotNull PlanKey planKey) @NotNull List<LinkedJiraIssue>ResultsSummaryManager.findJiraIssuesForPlanKey(@NotNull PlanKey planKey) Retrieves a list ofLinkedJiraIssuelinked to the given plan key@NotNull List<LinkedJiraIssue>BuildResultsSummaryManagerImpl.findJiraIssuesForResults(@NotNull List<ResultsSummary> buildResults) @NotNull List<LinkedJiraIssue>ResultsSummaryManager.findJiraIssuesForResults(@NotNull List<ResultsSummary> buildResults) Retrieves a list ofLinkedJiraIssuelinked to the given build result summaries@NotNull Set<LinkedJiraIssue>BaseResultSummary.getFixingJiraIssues()@NotNull Set<LinkedJiraIssue>ImmutableResultsSummary.getFixingJiraIssues()Return JIRA issues that this build result summary fixes@NotNull Set<LinkedJiraIssue>AbstractResultsSummary.getJiraIssues()@NotNull Set<LinkedJiraIssue>ImmutableResultsSummary.getJiraIssues()Returns all the JIRA issues linked to this build result@NotNull List<LinkedJiraIssue>BuildResultsSummaryDao.getJiraIssuesForBuildResults(@NotNull List<ResultsSummary> buildResults) Retrieves a list ofLinkedJiraIssuelinked to the given build result summaries@NotNull List<LinkedJiraIssue>BuildResultsSummaryHibernateDao.getJiraIssuesForBuildResults(@NotNull List<ResultsSummary> buildResults) BuildResultsSummaryDao.getJiraIssuesForPlanKey(@NotNull PlanKey planKey) Retrieves a list ofLinkedJiraIssuethat are linked to the given build.@NotNull List<LinkedJiraIssue>BuildResultsSummaryHibernateDao.getJiraIssuesForPlanKey(@NotNull PlanKey planKey) LinkedJiraIssueDao.getLinkedJiraIssuesForBuildNumberRange(@NotNull PlanKey planKey, int firstBuildNumber, int currentBuildNumber) Find and retrieve all jira issues related to build results from specified range.LinkedJiraIssueHibernateDao.getLinkedJiraIssuesForBuildNumberRange(@NotNull PlanKey planKey, int firstBuildNumber, int lastBuildNumber) @NotNull Set<LinkedJiraIssue>BaseResultSummary.getRelatedJiraIssues()@NotNull Set<LinkedJiraIssue>ImmutableResultsSummary.getRelatedJiraIssues()Returns JIRA issues that are related to this build result.Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type LinkedJiraIssueModifier and TypeMethodDescriptionlongLinkedJiraIssueDao.scrollJiraIssuesForExport(@NotNull Consumer<LinkedJiraIssue> consumer) Scroll through and execute function for each of LinkedJiraIssue Objects passed to function are not fully initialized.longLinkedJiraIssueHibernateDao.scrollJiraIssuesForExport(@NotNull Consumer<LinkedJiraIssue> consumer) voidAbstractResultsSummary.setJiraIssues(Set<LinkedJiraIssue> jiraIssues) -
Uses of LinkedJiraIssue in com.atlassian.bamboo.ww2.actions.jira
Methods in com.atlassian.bamboo.ww2.actions.jira with parameters of type LinkedJiraIssueModifier and TypeMethodDescriptionstatic @NotNull com.opensymphony.webwork.dispatcher.json.JSONObjectLinkTestToJiraIssueAction.buildLinkedJiraIssueJson(@NotNull LinkedJiraIssue linkedJiraIssue)