| Modifier and Type | Method and Description |
|---|---|
Map<String,Pair<Runnable,Date>> |
ExecutorStats.getThreadToRunnableMappings()
A mapping of a ThreadName to a pair of Runnable and the date the runnable started running.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Pair<K,V>> |
XStreamObjectPersister.loadAndRemoveAll()
Lazily loads all stored objects and removes files from storage.
|
| Modifier and Type | Method and Description |
|---|---|
List<Pair<Number,Number>> |
PlanDao.getBranchesCount()
Returns the number of branches that exist for master plans in Bamboo.
|
| Modifier and Type | Method and Description |
|---|---|
List<Pair<ArtifactLink,BuildResultsSummary>> |
BuildResultsSummaryDao.findBuildResultsWithArtifacts(String planKey)
Find all build results which have matching artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ResultsSummary> |
ResultsSummaryManager.getResultSummariesByChangeSetIds(Iterable<Pair<String,RepositoryData>> changeSetIds,
Class<T> discriminator)
Get a list of all build results containing a commit with any of the given change set IDs and which are in the supplied list of repository datas.
|
| Modifier and Type | Method and Description |
|---|---|
List<Pair<TestCaseResult,Integer>> |
TestsManager.getLastNFailingResults(TestCase testCase,
int number)
Retrieve the last n failing testResults for this given test case, latest first.
|
List<Pair<TestCaseResult,Integer>> |
TestsManager.getLastNFailingResults(TestCase testCase,
List<BuildResultsSummary> buildResults,
int number)
Retrieve the last n failing testResults for this given test case, but only those that occurred within the provided
build results.
|
List<Pair<TestCaseResult,Integer>> |
TestCaseResultDao.getLastNFailingResultsForTestCase(TestCase testCase,
int number)
Retrieve the last n failing testResults for this given test case, latest first.
|
List<Pair<TestCaseResult,Integer>> |
TestCaseResultDao.getLastNFailingResultsForTestCaseAndBuildResults(TestCase testCase,
List<BuildResultsSummary> buildResults,
int number)
Retrieve the last n failing testResults for this given test case, but only those that occurred within the provided
build results.
|
List<Pair<TestCase,Float>> |
TestsManager.getLongestToFixTestCases(ImmutablePlan plan)
Retrieve a list of the test cases that have taken the longest amount of time to fix.
|
List<Pair<TestCase,Float>> |
TestsManager.getLongestToFixTestCases(List<BuildResultsSummary> buildResults)
Retrieve a list of the test cases that have taken the longest amount of time to fix.
|
List<Pair<Long,Float>> |
TestCaseDao.getLongestToFixTestCasesForBuildResults(List<BuildResultsSummary> buildResults)
Retrieve a list of the test cases that have taken the longest amount of time to fix.
|
List<Pair<Long,Float>> |
TestCaseDao.getLongestToFixTestCasesForPlan(PlanIdentifier plan)
Retrieve a list of the test cases that have taken the longest amount of time to fix.
|
List<Pair<TestCase,Integer>> |
TestsManager.getMostFailingTestCases(ImmutablePlan plan)
Provide a list of the top 10 most failing test cases for a plan.
|
List<Pair<TestCase,Integer>> |
TestsManager.getMostFailingTestCases(List<BuildResultsSummary> buildResults)
Provide a list of the top 10 most failing test cases for a plan.
|
List<Pair<Long,Integer>> |
TestCaseDao.getMostFailingTestCasesForBuildResults(List<BuildResultsSummary> buildResults)
Provide a list of the top 10 most failing test cases for a plan.
|
List<Pair<Long,Integer>> |
TestCaseDao.getMostFailingTestCasesForPlan(PlanIdentifier plan)
Provide a list of the top 10 most failing test cases for a plan.
|
List<Pair<TestCase,Integer>> |
TestsManager.getTopBrokenTests(PlanKey planKey,
BuildResultsFilter filter)
Returns a pai of the top 10 tests that's broken + the count for a given filter period
|
List<Pair<Long,Integer>> |
TestCaseDao.getTopBrokenTests(PlanKey planKey,
BuildResultsFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Pair<Iterable<T>,Iterable<T>> |
BambooIterables.split(Iterable<T> unfiltered,
com.google.common.base.Predicate<T> predicate)
Splits iterable into a pair of two iterables, one fulfilling the predicate and one not fulfillling it.
|
static <T> Pair<Iterable<T>,Iterable<T>> |
BambooIterables.split(List<T> unfiltered,
com.google.common.base.Predicate<T> predicate)
Deprecated.
since 5.7 use the Iterable variant
|
| Modifier and Type | Method and Description |
|---|---|
static <A,B> Pair<A,B> |
Pair.make(A first,
B second) |
| Modifier and Type | Method and Description |
|---|---|
int |
Pair.compareTo(Pair obj) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.