Uses of Class
com.atlassian.bamboo.utils.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in com.atlassian.bamboo.agent.ephemeral
Methods in com.atlassian.bamboo.agent.ephemeral that return PairModifier and TypeMethodDescription@NotNull Pair<List<EphemeralAgentLaunchRequest>,Integer> EphemeralAgentsLaunchRequestRegistry.findEphemeralAgentsToLaunch(int numberOfExtraReservedSlots) Find unhandled launch requests.@NotNull Pair<List<EphemeralAgentLaunchRequest>,Integer> EphemeralAgentsLaunchRequestRegistryImpl.findEphemeralAgentsToLaunch(int numberOfExtraReservedSlots) protected @Nullable Pair<EphemeralAgentLaunchRequest,Boolean> EphemeralAgentsLaunchRequestRegistryImpl.getRequestForKey(@NotNull ResultKey typedResultKey) -
Uses of Pair in com.atlassian.bamboo.agent.managed.schedule
Methods in com.atlassian.bamboo.agent.managed.schedule that return PairModifier and TypeMethodDescriptionManagedAgentContainersOptimizer.findAgentContainersToStart(boolean elasticsEnabled, boolean ephemeralsEnabled) Which and how many elastic images should be started.ManagedAgentContainersOptimizerImpl.findAgentContainersToStart(boolean elasticsEnabled, boolean ephemeralsEnabled) -
Uses of Pair in com.atlassian.bamboo.author
Methods in com.atlassian.bamboo.author that return PairModifier and TypeMethodDescriptionAuthorDuplicateNameHelper.getAuthorIdFromNameMarkerPattern(@NotNull String authorName) Decode original and duplicate author ids from the fake author name -
Uses of Pair in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return PairModifier and TypeMethodDescription@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 danceMethods in com.atlassian.bamboo.build with parameters of type PairModifier and TypeMethodDescription@NotNull BuildDefinitionBuildDefinitionManager.getBuildDefinition(@NotNull Pair<EnrichedPlanDto, ImmutablePlan> dtoWithImmutableEntity, @Nullable ImmutablePlan masterImmutablePlan) @NotNull BuildDefinitionDefaultBuildDefinitionManager.getBuildDefinition(@NotNull Pair<EnrichedPlanDto, ImmutablePlan> dtoWithImmutableEntity, @Nullable ImmutablePlan masterImmutablePlan) @NotNull BuildDefinitionDefaultBuildDefinitionManagerTx.getBuildDefinition(@NotNull Pair<EnrichedPlanDto, ImmutablePlan> dtoWithImmutableEntity, @Nullable ImmutablePlan masterImmutablePlan) -
Uses of Pair in com.atlassian.bamboo.build.artifact
Method parameters in com.atlassian.bamboo.build.artifact with type arguments of type PairModifier and TypeMethodDescriptionArtifactHandlerPublishingResultImpl.fromSuccessFlag(boolean isSuccessful, @NotNull Supplier<Pair<Integer, Long>> uploadStatsSupplier) -
Uses of Pair in com.atlassian.bamboo.build.tests
Methods in com.atlassian.bamboo.build.tests that return types with arguments of type PairModifier and TypeMethodDescriptionViewTestsSummary.getLongestTimeToFixTests()ViewTestsSummaryForPlan.getLongestTimeToFixTests()ViewTestsSummary.getRecentFailures(TestCase testCase, int number) ViewTestsSummaryForPlan.getRecentFailures(TestCase testCase, int number) -
Uses of Pair in com.atlassian.bamboo.capability
Methods in com.atlassian.bamboo.capability that return types with arguments of type PairModifier and TypeMethodDescription@NotNull List<Pair<Requirement,PlanKey>> CapabilityDao.getImmutablePlansKeysByRequirementKey(@NotNull String requirementKey) @NotNull List<Pair<Requirement,PlanKey>> CapabilityDaoImpl.getImmutablePlansKeysByRequirementKey(@NotNull String requirementKey) -
Uses of Pair in com.atlassian.bamboo.chains.execution
Methods in com.atlassian.bamboo.chains.execution that return types with arguments of type PairModifier and TypeMethodDescription@NotNull List<Pair<PlanResultKey,ChainState>> ChainStatePersister.loadAndReplayAll(@NotNull Set<PlanResultKey> chainResultsToRestore) Loads stored objects matching provided keys and replays the journal on them.@NotNull List<Pair<PlanResultKey,ChainState>> ChainStatePersisterImpl.loadAndReplayAll(@NotNull Set<PlanResultKey> chainResultsToRestore) -
Uses of Pair in com.atlassian.bamboo.configuration
Methods in com.atlassian.bamboo.configuration that return types with arguments of type Pair -
Uses of Pair in com.atlassian.bamboo.configuration.agent
Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type PairModifier and TypeMethodDescriptionOfflineAgentRemovalAction.getAvailableOfflineElasticAgentRemovalPolicies()OfflineAgentRemovalAction.getAvailableOfflineRemoteAgentRemovalPolicies() -
Uses of Pair in com.atlassian.bamboo.configuration.external.exporters
Methods in com.atlassian.bamboo.configuration.external.exporters that return PairModifier and TypeMethodDescription@NotNull Pair<com.atlassian.bamboo.specs.api.builders.repository.VcsRepository,com.atlassian.bamboo.specs.api.builders.repository.VcsRepositoryBranch> RepositoryExporter.toSpecsEntityAndBranchOverride(@NotNull PartialVcsRepositoryData repositoryData, @NotNull VcsRepositoryContext repositoryContext) Export repository to pair of repository specs objects and (optionally) branch override object.@NotNull Pair<com.atlassian.bamboo.specs.api.builders.repository.VcsRepository,com.atlassian.bamboo.specs.api.builders.repository.VcsRepositoryBranch> RepositoryExporterImpl.toSpecsEntityAndBranchOverride(@NotNull PartialVcsRepositoryData repositoryData, @NotNull VcsRepositoryContext repositoryContext) -
Uses of Pair in com.atlassian.bamboo.configuration.external.yaml.properties.plan
Methods in com.atlassian.bamboo.configuration.external.yaml.properties.plan that return types with arguments of type PairConstructor parameters in com.atlassian.bamboo.configuration.external.yaml.properties.plan with type arguments of type PairModifierConstructorDescriptionArtifactSubscription(@NotNull List<Pair<String, String>> artifactToDestination) -
Uses of Pair in com.atlassian.bamboo.deployments.cache
Methods in com.atlassian.bamboo.deployments.cache that return types with arguments of type PairModifier and TypeMethodDescriptionCachedEnvironmentService.getDashboardPageUnrestricted(int offset, int limit, @Nullable String filter) Retrieves a list of environment IDs and their corresponding deployment project IDs for the dashboard page.CachedEnvironmentServiceImpl.getDashboardPageUnrestricted(int offset, int limit, @Nullable String filter) -
Uses of Pair in com.atlassian.bamboo.deployments.environments.actions
Fields in com.atlassian.bamboo.deployments.environments.actions with type parameters of type PairMethods in com.atlassian.bamboo.deployments.environments.actions that return types with arguments of type Pair -
Uses of Pair in com.atlassian.bamboo.deployments.environments.persistence
Methods in com.atlassian.bamboo.deployments.environments.persistence that return types with arguments of type PairModifier and TypeMethodDescription@NotNull List<Pair<Requirement,Long>> EnvironmentDao.findEnvironmentIdsByRequirementKey(@NotNull String requirementKey) Get requirements to environment id mapping by requirement key.@NotNull List<Pair<Requirement,Long>> EnvironmentDaoImpl.findEnvironmentIdsByRequirementKey(@NotNull String requirementKey) @NotNull List<Pair<Requirement,MutableEnvironment>> EnvironmentDao.findEnvironmentsByRequirementKey(@NotNull String requirementKey) Get requirements to environment mapping by requirement key.@NotNull List<Pair<Requirement,MutableEnvironment>> EnvironmentDaoImpl.findEnvironmentsByRequirementKey(@NotNull String requirementKey) -
Uses of Pair in com.atlassian.bamboo.deployments.execution.actions
Methods in com.atlassian.bamboo.deployments.execution.actions that return types with arguments of type Pair -
Uses of Pair in com.atlassian.bamboo.deployments.projects.actions
Methods in com.atlassian.bamboo.deployments.projects.actions that return types with arguments of type Pair -
Uses of Pair in com.atlassian.bamboo.deployments.projects.persistence
Methods in com.atlassian.bamboo.deployments.projects.persistence that return types with arguments of type PairModifier and TypeMethodDescriptionDeploymentProjectDao.getPaginatedDeploymentsWithEnvironments(int start, int limit, String filter) Deprecated.DeploymentProjectDaoImpl.getPaginatedDeploymentsWithEnvironments(int start, int limit, String filter) DeploymentProjectDao.getPaginatedDeploymentsWithEnvironmentsOnlyIds(int start, int limit, String filter) Retrieves paginated list of pairs of MutableDeploymentProject.id and MutableEnvironment.id ordered byInternalDeploymentProject.getName()andInternalEnvironment.getPosition().DeploymentProjectDaoImpl.getPaginatedDeploymentsWithEnvironmentsOnlyIds(int start, int limit, String filter) -
Uses of Pair in com.atlassian.bamboo.deployments.versions
Methods in com.atlassian.bamboo.deployments.versions that return types with arguments of type PairModifier and TypeMethodDescriptionDeploymentExecutionResolver.canExecute(@Nullable List<? extends InternalEnvironment> environments, @Nullable DeploymentVersion deploymentVersion) -
Uses of Pair in com.atlassian.bamboo.deployments.versions.actions
Methods in com.atlassian.bamboo.deployments.versions.actions that return PairModifier and TypeMethodDescriptionprotected @NotNull Pair<DeploymentVersion,PlanResultKey> AbstractCreateDeploymentVersion.getLatestVersionWithPlanResultKey(@NotNull PlanKey sourcePlanKey, long deploymentProjectId) Methods in com.atlassian.bamboo.deployments.versions.actions that return types with arguments of type Pair -
Uses of Pair in com.atlassian.bamboo.deployments.versions.persistence
Methods in com.atlassian.bamboo.deployments.versions.persistence that return types with arguments of type PairModifier and TypeMethodDescriptionDeploymentVersionDao.findVersionIdentifiersAssociatedWithJiraIssue(@NotNull String issueKey) Find all the version identifiers that are associated with a JIRA issue, grouped byDeploymentProjectNote: this API is in its intermittent form and is subject to change.DeploymentVersionDaoImpl.findVersionIdentifiersAssociatedWithJiraIssue(@NotNull String issueKey) -
Uses of Pair in com.atlassian.bamboo.deployments.versions.service
Methods in com.atlassian.bamboo.deployments.versions.service that return PairModifier and TypeMethodDescriptionDeploymentVersionChainResultDataCollector.findChangesetsAndJiraIssues(long deploymentProjectId, @Nullable MutableDeploymentVersion newVersion, @NotNull 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.DeploymentVersionChainResultDataCollectorImpl.findChangesetsAndJiraIssues(long deploymentProjectId, @Nullable MutableDeploymentVersion newVersion, @NotNull 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.@NotNull Pair<List<DeploymentVersionVcsChangeset>,List<InternalLinkedJiraIssue>> DeploymentVersionChainResultDataCollector.findImmutableChangesetsAndJiraIssues(long deploymentProjectId, @Nullable MutableDeploymentVersion newVersion, @NotNull 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.@NotNull Pair<List<DeploymentVersionVcsChangeset>,List<InternalLinkedJiraIssue>> DeploymentVersionChainResultDataCollectorImpl.findImmutableChangesetsAndJiraIssues(long deploymentProjectId, @Nullable MutableDeploymentVersion newVersion, @NotNull 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.Methods in com.atlassian.bamboo.deployments.versions.service that return types with arguments of type PairModifier and TypeMethodDescription@NotNull Multimap<DeploymentProject,Pair<Long, PlanResultKey>> DeploymentVersionService.findVersionIdentifiersAssociatedWithJiraIssue(@NotNull String issueKey) Find all the version identifiers that are associated with a JIRA issue, grouped byDeploymentProjectNote: this API is in its intermittent form and is subject to change.@NotNull Multimap<DeploymentProject,Pair<Long, PlanResultKey>> DeploymentVersionServiceImpl.findVersionIdentifiersAssociatedWithJiraIssue(@NotNull String issueKey) -
Uses of Pair in com.atlassian.bamboo.event.spi
Methods in com.atlassian.bamboo.event.spi that return types with arguments of type PairModifier and TypeMethodDescriptionEventLoggingThreadPoolExecutor.getThreadToRunnableMappings()ExecutorStats.getThreadToRunnableMappings()A mapping of a ThreadName to a pair of Runnable and the date the runnable started running.ExecutorStatsImpl.getThreadToRunnableMappings() -
Uses of Pair in com.atlassian.bamboo.fieldvalue
Methods in com.atlassian.bamboo.fieldvalue with parameters of type PairModifier and TypeMethodDescription@NotNull BuildDefinitionBuildDefinitionConverter.fillBuildDefinition(@NotNull Pair<EnrichedPlanDto, ImmutablePlan> dtoWithImmutableEntity, @Nullable ImmutablePlan masterImmutablePlan) @NotNull BuildDefinitionBuildDefinitionConverterImpl.fillBuildDefinition(@NotNull Pair<EnrichedPlanDto, ImmutablePlan> dtoWithImmutableEntity, @Nullable ImmutablePlan masterImmutablePlan) -
Uses of Pair in com.atlassian.bamboo.grpc
Fields in com.atlassian.bamboo.grpc with type parameters of type PairModifier and TypeFieldDescriptionprotected final LinkedBlockingQueue<Pair<Supplier<Runnable>,Integer>> DeadLetterQueue.deadLetterQueueMethods in com.atlassian.bamboo.grpc that return Pair -
Uses of Pair in com.atlassian.bamboo.grpc.receiver
Method parameters in com.atlassian.bamboo.grpc.receiver with type arguments of type PairModifier and TypeMethodDescriptionEventsReceiverServiceAdditions.reduceResultsToStatus(List<Pair<Long, Long>> input) -
Uses of Pair in com.atlassian.bamboo.grpc.util
Methods in com.atlassian.bamboo.grpc.util that return PairModifier and TypeMethodDescriptionstatic Pair<X509Certificate,PrivateKey> GrpcCertificateUtils.getCertAndKeyFromPemFile(File file, String keyPassword) -
Uses of Pair in com.atlassian.bamboo.pageobjects.pages.admin.elastic
Methods in com.atlassian.bamboo.pageobjects.pages.admin.elastic that return types with arguments of type Pair -
Uses of Pair in com.atlassian.bamboo.persister
Methods in com.atlassian.bamboo.persister that return types with arguments of type Pair -
Uses of Pair in com.atlassian.bamboo.persister.xstream
Methods in com.atlassian.bamboo.persister.xstream that return types with arguments of type Pair -
Uses of Pair in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that return types with arguments of type PairModifier and TypeMethodDescriptionPlanDao.getBranchesCount()Returns the number of branches that exist for master plans in Bamboo.PlanHibernateDao.getBranchesCount() -
Uses of Pair in com.atlassian.bamboo.plan.branch.cache
Methods in com.atlassian.bamboo.plan.branch.cache with parameters of type PairModifier and TypeMethodDescriptionstatic ImmutableChainBranchImplImmutableChainBranchImpl.createImmutableChainBranchBasedOnFlatData(EnrichedPlanDto dto, List<FlatChainStageDto> chainStages, Map<Long, List<EnrichedPlanDto>> jobsGroupedByStageId, Pair<ImmutableChain, EnrichedPlanDto> masterWithMasterDto, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsSourceDao bambooSpecsSourceDao, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager) -
Uses of Pair in com.atlassian.bamboo.plan.cache
Constructors in com.atlassian.bamboo.plan.cache with parameters of type PairModifierConstructorDescriptionprotectedAbstractImmutableChain(EnrichedPlanDto dto, Pair<ImmutableChain, EnrichedPlanDto> masterWithMasterDto, List<FlatChainStageDto> chainStages, Map<Long, List<EnrichedPlanDto>> jobsGroupedByStageId, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsSourceDao bambooSpecsSourceDao, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager) -
Uses of Pair in com.atlassian.bamboo.plugins.bitbucket
Methods in com.atlassian.bamboo.plugins.bitbucket that return PairModifier and TypeMethodDescriptionBitbucketConfigUtils.getUsernameAndPassword(@NotNull VcsRepositoryData repositoryData, @NotNull CredentialsAccessor credentialsAccessor) -
Uses of Pair in com.atlassian.bamboo.plugins.git
Methods in com.atlassian.bamboo.plugins.git that return PairModifier and TypeMethodDescriptionGitCommandProcessor.getPossibleBranchNameForCheckout(File workingDirectory, String revision, String configuredBranchName) GitOperationHelper.mergeAndReturnHead(@NotNull File workspaceDir, @NotNull String currentRevision, @NotNull String targetRevision, @NotNull String committerName, @NotNull String committerEmail) JGitOperationHelper.mergeAndReturnHead(@NotNull File workspaceDir, @NotNull String currentRevision, @NotNull String targetRevision, @NotNull String committerName, @NotNull String committerEmail) NativeGitOperationHelper.mergeAndReturnHead(@NotNull File workspaceDir, @NotNull String currentRevision, @NotNull String targetRevision, @NotNull String committerName, @NotNull String committerEmail) GitCommandProcessor.runLogCommand(File cacheDirectory, @Nullable String lastVcsRevisionKey, String targetRevision, @NotNull Set<String> shallows, int maxCommits, @Nullable String path) GitCommandProcessor.runLogCommandXBranch(File cacheDirectory, @NotNull String branchA, String branchB, @NotNull Set<String> shallows, int maxCommits) -
Uses of Pair in com.atlassian.bamboo.plugins.github
Methods in com.atlassian.bamboo.plugins.github that return PairModifier and TypeMethodDescriptionGitHubRepositoryHelper.getRepositoryOwnerAndName(VcsRepositoryData repositoryData) GitHubRepositoryHelper.getRepositoryUsernameAndPassword(@Nullable VcsRepositoryData vcsRepositoryData, @NotNull CredentialsAccessor credentialsAccessor) -
Uses of Pair in com.atlassian.bamboo.plugins.ssh
Methods in com.atlassian.bamboo.plugins.ssh that return types with arguments of type Pair -
Uses of Pair in com.atlassian.bamboo.plugins.stash.rest.entity
Fields in com.atlassian.bamboo.plugins.stash.rest.entity with type parameters of type PairModifier and TypeFieldDescriptionstatic final com.google.common.base.Function<Pair<com.atlassian.stash.rest.client.api.entity.Page<com.atlassian.stash.rest.client.api.entity.PullRequestStatus>,String>, StashOpenPullRequestsResponse> StashOpenPullRequestsResponse.FROM_PAIR_PR_STATUS_PAGE_AND_CREATE_PR_URL -
Uses of Pair in com.atlassian.bamboo.rest.model.expansion
Methods in com.atlassian.bamboo.rest.model.expansion that return Pair -
Uses of Pair in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type PairModifier and TypeMethodDescriptionBuildResultsSummaryDao.findBuildResultsWithArtifacts(String planKey) Find all build results which have matching artifacts.BuildResultsSummaryHibernateDao.findBuildResultsWithArtifacts(String planKey) Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type PairModifier and TypeMethodDescription<T extends ResultsSummary,VCS extends BambooPluginDataIdProvider>
@NotNull List<T>BuildResultsSummaryManagerImpl.getResultSummariesByChangeSetIds(@NotNull Iterable<Pair<String, VCS>> changeSetIds, Class<T> discriminator) <T extends ResultsSummary,VCS extends BambooPluginDataIdProvider>
@NotNull List<T>ResultsSummaryManager.getResultSummariesByChangeSetIds(@NotNull Iterable<Pair<String, VCS>> changeSetIds, Class<T> discriminator) Get a list of all build results containing a commit with any of the given changeset IDs and which are in the supplied list of repository datas. -
Uses of Pair in com.atlassian.bamboo.resultsummary.tests
Methods in com.atlassian.bamboo.resultsummary.tests that return types with arguments of type PairModifier and TypeMethodDescription@NotNull List<Pair<TestCaseResult,Integer>> TestsManager.getLastNFailingResults(@NotNull TestCase testCase, int number) Retrieve the last n failing testResults for this given test case, latest first.@NotNull List<Pair<TestCaseResult,Integer>> TestsManager.getLastNFailingResults(@NotNull TestCase testCase, @NotNull 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.@NotNull List<Pair<TestCaseResult,Integer>> TestsManagerImpl.getLastNFailingResults(@NotNull TestCase testCase, int number) @NotNull List<Pair<TestCaseResult,Integer>> TestsManagerImpl.getLastNFailingResults(@NotNull TestCase testCase, @NotNull List<BuildResultsSummary> buildResults, int number) @NotNull List<Pair<TestCaseResult,Integer>> TestCaseResultDao.getLastNFailingResultsForTestCase(@NotNull TestCase testCase, int number) Retrieve the last n failing testResults for this given test case, latest first.@NotNull List<Pair<TestCaseResult,Integer>> TestCaseResultHibernateDao.getLastNFailingResultsForTestCase(@NotNull TestCase testCase, int number) @NotNull List<Pair<TestCaseResult,Integer>> TestCaseResultDao.getLastNFailingResultsForTestCaseAndBuildResults(@NotNull TestCase testCase, @NotNull 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.@NotNull List<Pair<TestCaseResult,Integer>> TestCaseResultHibernateDao.getLastNFailingResultsForTestCaseAndBuildResults(@NotNull TestCase testCase, @NotNull List<BuildResultsSummary> buildResults, int number) TestsManager.getLongestToFixTestCases(@NotNull ImmutablePlan plan) Retrieve a list of the test cases that have taken the longest amount of time to fix.TestsManager.getLongestToFixTestCases(@NotNull List<BuildResultsSummary> buildResults) Retrieve a list of the test cases that have taken the longest amount of time to fix.TestsManagerImpl.getLongestToFixTestCases(@NotNull ImmutablePlan plan) TestsManagerImpl.getLongestToFixTestCases(@NotNull List<BuildResultsSummary> buildResults) TestCaseDao.getLongestToFixTestCasesForBuildResults(@NotNull List<BuildResultsSummary> buildResults) Retrieve a list of the test cases that have taken the longest amount of time to fix.TestCaseHibernateDao.getLongestToFixTestCasesForBuildResults(@NotNull List<BuildResultsSummary> buildResults) TestCaseDao.getLongestToFixTestCasesForPlan(@NotNull ImmutablePlan plan) Retrieve a list of the test cases that have taken the longest amount of time to fix.TestCaseHibernateDao.getLongestToFixTestCasesForPlan(@NotNull ImmutablePlan plan) TestsManager.getMostFailingTestCases(@NotNull ImmutablePlan plan) Provide a list of the top 10 most failing test cases for a plan.TestsManager.getMostFailingTestCases(@NotNull List<BuildResultsSummary> buildResults) Provide a list of the top 10 most failing test cases for a plan.TestsManagerImpl.getMostFailingTestCases(@NotNull ImmutablePlan plan) TestsManagerImpl.getMostFailingTestCases(@NotNull List<BuildResultsSummary> buildResults) TestCaseDao.getMostFailingTestCasesForBuildResults(@NotNull List<BuildResultsSummary> buildResults) Provide a list of the top 10 most failing test cases for a plan.TestCaseHibernateDao.getMostFailingTestCasesForBuildResults(@NotNull List<BuildResultsSummary> buildResults) TestCaseDao.getMostFailingTestCasesForPlan(@NotNull ImmutablePlan plan) Provide a list of the top 10 most failing test cases for a plan.TestCaseHibernateDao.getMostFailingTestCasesForPlan(@NotNull ImmutablePlan plan) TestCaseDao.getTopBrokenTests(@NotNull PlanKey planKey, BuildResultsFilter filter) TestCaseHibernateDao.getTopBrokenTests(@NotNull PlanKey planKey, BuildResultsFilter filter) TestsManager.getTopBrokenTests(@NotNull PlanKey planKey, BuildResultsFilter filter) Returns a pai of the top 10 tests that's broken + the count for a given filter periodTestsManagerImpl.getTopBrokenTests(@NotNull PlanKey planKey, BuildResultsFilter filter) -
Uses of Pair in com.atlassian.bamboo.serialisers
Methods in com.atlassian.bamboo.serialisers that return PairModifier and TypeMethodDescriptionJavaObjectSerialiser.readObject(InputStream inputStream) KryoObjectSerialiser.readObject(InputStream inputStream) ObjectSerialiser.readObject(InputStream inputStream) Retreieves an object from a stream.XStreamObjectSerialiser.readObject(InputStream inputStream) -
Uses of Pair in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor with parameters of type PairModifier and TypeMethodDescriptionvoidRestAssert.assertErrorStatusCode(String resourcePath, int errorCode, Pair<String, String>... queryParams) voidRestAssert.assertResourceNotExists(String resourcePath, Pair<String, String>... queryParams) -
Uses of Pair in com.atlassian.bamboo.util
Methods in com.atlassian.bamboo.util that return PairModifier and TypeMethodDescriptionstatic Pair<Iterable<CacheAwareness.CacheInfo>,Long> CacheAwareness.getDisabledCachesTimestamp()Method parameters in com.atlassian.bamboo.util with type arguments of type Pair -
Uses of Pair in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils that return PairMethods in com.atlassian.bamboo.utils that return types with arguments of type PairModifier and TypeMethodDescriptionstatic <A,B> com.google.common.base.Function<Pair<A, B>, A> BambooFunctions.firstOfPair()static <T extends Comparable,U extends Comparable>
Comparator<Pair<T,U>> Pair.pairOfComparableComparator()Methods in com.atlassian.bamboo.utils with parameters of type Pair -
Uses of Pair in com.atlassian.bamboo.utils.collection.multimap
Method parameters in com.atlassian.bamboo.utils.collection.multimap with type arguments of type PairModifier and TypeMethodDescriptionstatic <K,V> ImmutableListMultimap<K, V> ImmutableListMultimap.of(Collection<Pair<K, V>> input) static <K,V> ImmutableSetMultimap<K, V> ImmutableSetMultimap.of(Collection<Pair<K, V>> input) -
Uses of Pair in com.atlassian.bamboo.ww2.actions.admin
Methods in com.atlassian.bamboo.ww2.actions.admin that return types with arguments of type PairModifier and TypeMethodDescriptionConfigureArtifactStorage.getArtifactHandlerDescriptors()Artifact handler descriptors with labels: first is descriptor configuration prefix, second is descriptor label -
Uses of Pair in com.atlassian.bamboo.ww2.actions.admin.elastic
Methods in com.atlassian.bamboo.ww2.actions.admin.elastic that return types with arguments of type Pair -
Uses of Pair in com.atlassian.bamboo.ww2.actions.build.admin.config.task
Fields in com.atlassian.bamboo.ww2.actions.build.admin.config.task with type parameters of type PairMethods in com.atlassian.bamboo.ww2.actions.build.admin.config.task that return types with arguments of type Pair
DeploymentProjectDao.getPaginatedDeploymentsWithEnvironmentsOnlyIds(int, int, String)