com.atlassian.bamboo.build
Interface JiraIssueResultsManager

All Known Implementing Classes:
JiraIssueResultsManagerImpl

public interface JiraIssueResultsManager


Method Summary
 BuildResultsSummary findBuildResultsByIdandBuildNumber(long buildId, int buildNumber)
          Finds a build result given the buildkey and build number.
 java.util.List findBuildResultsByJiraIssueKey(java.lang.String key)
          Finds a list of Build Results
 

Method Detail

findBuildResultsByJiraIssueKey

java.util.List findBuildResultsByJiraIssueKey(java.lang.String key)
Finds a list of Build Results

Parameters:
key -
Returns:
List of BuildResultsSummary

findBuildResultsByIdandBuildNumber

BuildResultsSummary findBuildResultsByIdandBuildNumber(long buildId,
                                                       int buildNumber)
Finds a build result given the buildkey and build number.

Parameters:
buildId -
buildNumber -
Returns:


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.