Uses of Interface
com.atlassian.bamboo.jira.jiraissues.InternalLinkedJiraIssue

Packages that use InternalLinkedJiraIssue
com.atlassian.bamboo.deployments.versions.actions   
com.atlassian.bamboo.deployments.versions.history.issues   
com.atlassian.bamboo.deployments.versions.persistence.issues   
com.atlassian.bamboo.deployments.versions.service   
com.atlassian.bamboo.jira.jiraissues   
com.atlassian.bamboo.jira.jiraissues.matcher   
com.atlassian.bamboo.matcher   
com.atlassian.bamboo.mock   
 

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 InternalLinkedJiraIssue
 java.util.List<InternalLinkedJiraIssue> ViewDeploymentVersionJiraIssues.getFilteredResultsList(int firstResult, int maxResults)
           
 Pager<InternalLinkedJiraIssue> ViewDeploymentVersionJiraIssues.getPager()
           
 

Method parameters in com.atlassian.bamboo.deployments.versions.actions with type arguments of type InternalLinkedJiraIssue
 void 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.issues
 interface DeploymentVersionLinkedJiraIssue
          JIRA issue connected with a DeploymentVersion
 

Classes in com.atlassian.bamboo.deployments.versions.history.issues that implement InternalLinkedJiraIssue
 class DeploymentVersionLinkedJiraIssueImpl
           
 

Uses of InternalLinkedJiraIssue in com.atlassian.bamboo.deployments.versions.persistence.issues
 

Subinterfaces of InternalLinkedJiraIssue in com.atlassian.bamboo.deployments.versions.persistence.issues
 interface MutableDeploymentVersionLinkedJiraIssue
           
 

Classes in com.atlassian.bamboo.deployments.versions.persistence.issues that implement InternalLinkedJiraIssue
 class MutableDeploymentVersionLinkedJiraIssueImpl
           
 

Constructors in com.atlassian.bamboo.deployments.versions.persistence.issues with parameters of type InternalLinkedJiraIssue
MutableDeploymentVersionLinkedJiraIssueImpl(MutableDeploymentVersion deploymentVersion, 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 InternalLinkedJiraIssue
 Pair<java.util.List<MutableDeploymentVersionVcsChangeset>,java.util.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<java.util.List<MutableDeploymentVersionVcsChangeset>,java.util.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<java.util.List<DeploymentVersionVcsChangeset>,java.util.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.
 Pair<java.util.List<DeploymentVersionVcsChangeset>,java.util.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.
 java.util.List<InternalLinkedJiraIssue> DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForNewDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey)
           
 java.util.List<InternalLinkedJiraIssue> DeploymentVersionLinkedJiraIssuesService.getJiraIssuesForNewDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey)
          Finds the relevant jira issues if a new version would be created from planResultKey.
 java.util.List<InternalLinkedJiraIssue> DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForNewDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey, DeploymentVersion previousVersion)
           
 java.util.List<InternalLinkedJiraIssue> DeploymentVersionLinkedJiraIssuesService.getJiraIssuesForNewDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey, DeploymentVersion previousVersion)
          Same as above, but gets all issues between a specific version and the planResultKey.
 

Uses of InternalLinkedJiraIssue in com.atlassian.bamboo.jira.jiraissues
 

Subinterfaces of InternalLinkedJiraIssue in com.atlassian.bamboo.jira.jiraissues
 interface LinkedJiraIssue
          A JIRA issue and how it is linked to the corresponding build result summary
 

Classes in com.atlassian.bamboo.jira.jiraissues that implement InternalLinkedJiraIssue
 class LinkedJiraIssueImpl
           
 

Fields in com.atlassian.bamboo.jira.jiraissues with type parameters of type InternalLinkedJiraIssue
static java.util.Comparator<InternalLinkedJiraIssue> LinkedJiraIssueComparator.COMPARATOR
           
static com.google.common.collect.Ordering<InternalLinkedJiraIssue> LinkedJiraIssueComparator.ORDERING
           
 

Methods in com.atlassian.bamboo.jira.jiraissues with type parameters of type InternalLinkedJiraIssue
<T extends InternalLinkedJiraIssue>
java.lang.Iterable<T>
JiraIssueManager.getJiraIssueDetails(Project bambooProject, java.lang.Iterable<T> linkedJiraIssues)
          Get issue details from JIRA via XML Search.
<T extends InternalLinkedJiraIssue>
java.lang.Iterable<T>
JiraIssueManagerImpl.getJiraIssueDetails(Project bambooProject, java.lang.Iterable<T> linkedJiraIssues)
           
 

Methods in com.atlassian.bamboo.jira.jiraissues that return types with arguments of type InternalLinkedJiraIssue
static com.google.common.base.Predicate<InternalLinkedJiraIssue> JiraIssuePredicates.allowUniqueLinkedJiraIssue()
           
static com.google.common.base.Function<InternalLinkedJiraIssue,java.lang.String> JiraIssuePredicates.getJiraIssueDetailsKey()
           
static com.google.common.base.Function<InternalLinkedJiraIssue,java.lang.String> JiraIssuePredicates.getLinkedJiraIssueKey()
           
static com.google.common.base.Function<InternalLinkedJiraIssue,JiraIssueLinkType> JiraIssuePredicates.getLinkedJiraIssueType()
           
static com.google.common.base.Predicate<InternalLinkedJiraIssue> JiraIssuePredicates.isIssueFixed()
           
static com.google.common.base.Predicate<InternalLinkedJiraIssue> JiraIssuePredicates.isIssueRelated()
           
static com.google.common.base.Function<InternalLinkedJiraIssue,java.lang.String> JiraIssueUtils.transformJiraIssueToJiraIssueKey()
           
 

Methods in com.atlassian.bamboo.jira.jiraissues with parameters of type InternalLinkedJiraIssue
 int LinkedJiraIssueComparator.compare(InternalLinkedJiraIssue o1, InternalLinkedJiraIssue o2)
           
 

Uses of InternalLinkedJiraIssue in com.atlassian.bamboo.jira.jiraissues.matcher
 

Classes in com.atlassian.bamboo.jira.jiraissues.matcher with type parameters of type InternalLinkedJiraIssue
 class IsLinkedJiraIssueEq<T extends InternalLinkedJiraIssue>
           
 

Methods in com.atlassian.bamboo.jira.jiraissues.matcher with type parameters of type InternalLinkedJiraIssue
static
<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 InternalLinkedJiraIssue
static
<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 InternalLinkedJiraIssue
static InternalLinkedJiraIssue BambooMocks.mockLinkedJiraIssue(java.lang.String issueKey, JiraIssueLinkType issueLinkType)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.