Uses of Interface
com.atlassian.bamboo.jira.jiraissues.LinkedJiraIssue
-
-
Uses of LinkedJiraIssue in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return types with arguments of type LinkedJiraIssue Modifier and Type Method Description @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)
List<LinkedJiraIssue>
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 danceCollection<LinkedJiraIssue>
PlanResultsAction. getLinkedJiraIssues()
List<LinkedJiraIssue>
PlanResultsAction. getShortJiraIssues()
Returns a shortened (default length) list of jira issues and controls logic behind which are shown * Fixed issues are given preferenceList<LinkedJiraIssue>
PlanResultsAction. getShortJiraIssues(int numberNeeded)
Returns a required length list of jira issues and controls logic behind which are shown * Fixed issues are given preferenceCollection<LinkedJiraIssue>
PlanResultsAction. getSizeBoundedLinkedJiraIssues(int size)
Method parameters in com.atlassian.bamboo.build with type arguments of type LinkedJiraIssue Modifier and Type Method Description protected 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 LinkedJiraIssue Modifier and Type Class Description class
LinkedJiraIssueImpl
Methods in com.atlassian.bamboo.jira.jiraissues that return types with arguments of type LinkedJiraIssue Modifier and Type Method Description @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 LinkedJiraIssue Modifier and Type Method Description int
LinkedJiraIssueImpl. compareTo(LinkedJiraIssue o)
Method parameters in com.atlassian.bamboo.jira.jiraissues with type arguments of type LinkedJiraIssue Modifier and Type Method Description @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 LinkedJiraIssue Modifier and Type Method Description protected @NotNull LinkedJiraIssue
LinkedJiraIssuesMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.migration.stream with parameters of type LinkedJiraIssue Modifier and Type Method Description void
LinkedJiraIssueRootMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<LinkedJiraIssue> list, @NotNull LinkedJiraIssue object, long objectIndex, @NotNull org.hibernate.Session session)
protected void
LinkedJiraIssueRootMapper. exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull LinkedJiraIssue issue, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean)
protected void
LinkedJiraIssuesMapper. exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull LinkedJiraIssue issue, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean)
protected void
LinkedJiraIssueRootMapper. importProperties(@NotNull LinkedJiraIssue object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session)
protected void
LinkedJiraIssuesMapper. 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 LinkedJiraIssue Modifier and Type Method Description void
LinkedJiraIssueRootMapper. 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 LinkedJiraIssue Modifier and Type Method Description @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 LinkedJiraIssue Modifier and Type Method Description @NotNull List<LinkedJiraIssue>
ViewJiraIssueForPlan. getFilteredResultsList(int firstResult, int maxResults)
Pager<LinkedJiraIssue>
ViewJiraIssueForPlan. getPager()
List<LinkedJiraIssue>
ViewJiraIssues. getRelatedIssues()
Method parameters in com.atlassian.bamboo.plugins.jiraPlugin.actions with type arguments of type LinkedJiraIssue Modifier and Type Method Description void
ViewJiraIssueForPlan. 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 LinkedJiraIssue Modifier and Type Method Description static com.atlassian.plugins.rest.common.expand.entity.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 LinkedJiraIssue Modifier and Type Method Description static RestJiraIssue
RestJiraIssue. createFromLinkedJiraIssueFunction(LinkedJiraIssue jiraIssue)
-
Uses of LinkedJiraIssue in com.atlassian.bamboo.resultsummary
Fields in com.atlassian.bamboo.resultsummary with type parameters of type LinkedJiraIssue Modifier and Type Field Description static javax.persistence.metamodel.SetAttribute<AbstractResultsSummary,LinkedJiraIssue>
AbstractResultsSummary_. jiraIssues
Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type LinkedJiraIssue Modifier and Type Method Description @NotNull List<LinkedJiraIssue>
BuildResultsSummaryManagerImpl. findJiraIssuesForPlanKey(@NotNull PlanKey planKey)
@NotNull List<LinkedJiraIssue>
ResultsSummaryManager. findJiraIssuesForPlanKey(@NotNull PlanKey planKey)
Retrieves a list ofLinkedJiraIssue
linked 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 ofLinkedJiraIssue
linked 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 ofLinkedJiraIssue
linked to the given build result summaries@NotNull List<LinkedJiraIssue>
BuildResultsSummaryHibernateDao. getJiraIssuesForBuildResults(@NotNull List<ResultsSummary> buildResults)
List<LinkedJiraIssue>
BuildResultsSummaryDao. getJiraIssuesForPlanKey(@NotNull PlanKey planKey)
Retrieves a list ofLinkedJiraIssue
that are linked to the given build.@NotNull List<LinkedJiraIssue>
BuildResultsSummaryHibernateDao. getJiraIssuesForPlanKey(@NotNull PlanKey planKey)
Collection<LinkedJiraIssue>
LinkedJiraIssueDao. getLinkedJiraIssuesForBuildNumberRange(@NotNull PlanKey planKey, int firstBuildNumber, int currentBuildNumber)
Find and retrieve all jira issues related to build results from specified range.Collection<LinkedJiraIssue>
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 LinkedJiraIssue Modifier and Type Method Description long
LinkedJiraIssueDao. scrollJiraIssuesForExport(@NotNull Consumer<LinkedJiraIssue> consumer)
Scroll through and execute function for each of LinkedJiraIssue Objects passed to function are not fully initialized.long
LinkedJiraIssueHibernateDao. scrollJiraIssuesForExport(@NotNull Consumer<LinkedJiraIssue> consumer)
void
AbstractResultsSummary. 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 LinkedJiraIssue Modifier and Type Method Description static @NotNull com.opensymphony.webwork.dispatcher.json.JSONObject
LinkTestToJiraIssueAction. buildLinkedJiraIssueJson(@NotNull LinkedJiraIssue linkedJiraIssue)
-