Uses of Class
com.atlassian.bamboo.utils.Pair
Package
Description
-
Uses of Pair in com.atlassian.bamboo.agent.ephemeral
Modifier and TypeMethodDescription@NotNull Pair<List<EphemeralAgentLaunchRequest>,
Integer> EphemeralAgentsLaunchRequestRegistry.findEphemeralAgentsToLaunch
(int numberOfExtraReservedSlots) Find unhandled launch requests.@NotNull Pair<List<EphemeralAgentLaunchRequest>,
Integer> EphemeralAgentsLaunchRequestRegistryImpl.findEphemeralAgentsToLaunch
(int numberOfExtraReservedSlots) -
Uses of Pair in com.atlassian.bamboo.agent.managed.schedule
Modifier 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
Modifier 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
Modifier 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 danceModifier and TypeMethodDescription@NotNull BuildDefinition
BuildDefinitionManager.getBuildDefinition
(@NotNull Pair<EnrichedPlanDto, ImmutablePlan> dtoWithImmutableEntity, @Nullable Pair<EnrichedPlanDto, ImmutablePlan> masterDtoWithImmutableEntity) @NotNull BuildDefinition
DefaultBuildDefinitionManager.getBuildDefinition
(@NotNull Pair<EnrichedPlanDto, ImmutablePlan> dtoWithImmutableEntity, @Nullable Pair<EnrichedPlanDto, ImmutablePlan> masterDtoWithImmutableEntity) @NotNull BuildDefinition
DefaultBuildDefinitionManagerTx.getBuildDefinition
(@NotNull Pair<EnrichedPlanDto, ImmutablePlan> dtoWithImmutableEntity, @Nullable Pair<EnrichedPlanDto, ImmutablePlan> masterDtoWithImmutableEntity) -
Uses of Pair in com.atlassian.bamboo.build.artifact
Modifier and TypeMethodDescriptionArtifactHandlerPublishingResultImpl.fromSuccessFlag
(boolean isSuccessful, @NotNull Supplier<Pair<Integer, Long>> uploadStatsSupplier) -
Uses of Pair in com.atlassian.bamboo.build.tests
Modifier 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
Modifier 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
Modifier 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.cluster.peertopeer
Modifier and TypeMethodDescriptionprotected @NotNull Pair<io.grpc.ManagedChannel,
PeerToPeerCommunicationServiceGrpc.PeerToPeerCommunicationServiceFutureStub> PeerToPeerClient.createChannelAndStub
(BambooNodeStatus node) -
Uses of Pair in com.atlassian.bamboo.configuration
-
Uses of Pair in com.atlassian.bamboo.configuration.external.exporters
Modifier 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
ModifierConstructorDescriptionArtifactSubscription
(@NotNull List<Pair<String, String>> artifactToDestination) -
Uses of Pair in com.atlassian.bamboo.deployments.environments.actions
-
Uses of Pair in com.atlassian.bamboo.deployments.environments.persistence
Modifier and TypeMethodDescription@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
-
Uses of Pair in com.atlassian.bamboo.deployments.projects.actions
-
Uses of Pair in com.atlassian.bamboo.deployments.projects.persistence
Modifier 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
Modifier and TypeMethodDescriptionDeploymentExecutionResolver.canExecute
(@Nullable List<? extends InternalEnvironment> environments, @Nullable DeploymentVersion deploymentVersion) -
Uses of Pair in com.atlassian.bamboo.deployments.versions.actions
Modifier and TypeMethodDescriptionprotected @NotNull Pair<DeploymentVersion,
PlanResultKey> AbstractCreateDeploymentVersion.getLatestVersionWithPlanResultKey
(@NotNull PlanKey sourcePlanKey, long deploymentProjectId) -
Uses of Pair in com.atlassian.bamboo.deployments.versions.persistence
Modifier and TypeMethodDescriptionDeploymentVersionDao.findVersionIdentifiersAssociatedWithJiraIssue
(@NotNull String issueKey) Find all the version identifiers that are associated with a JIRA issue, grouped byDeploymentProject
Note: 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
Modifier 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.Modifier 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 byDeploymentProject
Note: 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
Modifier 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
Modifier and TypeMethodDescription@NotNull BuildDefinition
BuildDefinitionConverter.fillBuildDefinition
(@NotNull Pair<EnrichedPlanDto, ImmutablePlan> dtoWithImmutableEntity, @Nullable Pair<EnrichedPlanDto, ImmutablePlan> masterDtoWithImmutableEntity) @NotNull BuildDefinition
BuildDefinitionConverterImpl.fillBuildDefinition
(@NotNull Pair<EnrichedPlanDto, ImmutablePlan> dtoWithImmutableEntity, @Nullable Pair<EnrichedPlanDto, ImmutablePlan> masterDtoWithImmutableEntity) -
Uses of Pair in com.atlassian.bamboo.grpc
Modifier and TypeFieldDescriptionprotected final LinkedBlockingQueue<Pair<Supplier<Runnable>,
Integer>> DeadLetterQueue.deadLetterQueue
-
Uses of Pair in com.atlassian.bamboo.grpc.receiver
Modifier and TypeMethodDescriptionEventsReceiverServiceAdditions.reduceResultsToStatus
(List<Pair<Long, Long>> input) -
Uses of Pair in com.atlassian.bamboo.persister
-
Uses of Pair in com.atlassian.bamboo.persister.xstream
-
Uses of Pair in com.atlassian.bamboo.plan
Modifier 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
Modifier and TypeMethodDescriptionstatic ImmutableChainBranchImpl
ImmutableChainBranchImpl.createImmutableChainBranchBasedOnFlatData
(EnrichedPlanDto dto, List<FlatChainStageDto> chainStages, Map<Long, List<EnrichedPlanDto>> jobsGroupedByStageId, Map<Long, EnrichedPlanDto> jobsGroupedById, 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
ModifierConstructorDescriptionAbstractImmutableChain
(EnrichedPlanDto dto, Pair<ImmutableChain, EnrichedPlanDto> masterWithMasterDto, List<FlatChainStageDto> chainStages, Map<Long, List<EnrichedPlanDto>> jobsGroupedByStageId, Map<Long, EnrichedPlanDto> jobsGroupedById, 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
Modifier and TypeMethodDescriptionBitbucketConfigUtils.getUsernameAndPassword
(@NotNull VcsRepositoryData repositoryData, @NotNull CredentialsAccessor credentialsAccessor) -
Uses of Pair in com.atlassian.bamboo.plugins.git
Modifier and TypeMethodDescriptionGitOperationHelper.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) -
Uses of Pair in com.atlassian.bamboo.plugins.github
Modifier and TypeMethodDescriptionGitHubRepositoryHelper.getRepositoryOwnerAndName
(VcsRepositoryData repositoryData) GitHubRepositoryHelper.getRepositoryUsernameAndPassword
(@Nullable VcsRepositoryData vcsRepositoryData, @NotNull CredentialsAccessor credentialsAccessor) -
Uses of Pair in com.atlassian.bamboo.plugins.ssh
-
Uses of Pair in com.atlassian.bamboo.plugins.stash.rest.entity
Modifier 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
-
Uses of Pair in com.atlassian.bamboo.resultsummary
Modifier and TypeMethodDescriptionBuildResultsSummaryDao.findBuildResultsWithArtifacts
(String planKey) Find all build results which have matching artifacts.BuildResultsSummaryHibernateDao.findBuildResultsWithArtifacts
(String planKey) Modifier and TypeMethodDescription<T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryManagerImpl.getResultSummariesByChangeSetIds
(@NotNull Iterable<Pair<String, RepositoryData>> changeSetIds, Class<T> discriminator) <T extends ResultsSummary>
@NotNull List<T>ResultsSummaryManager.getResultSummariesByChangeSetIds
(@NotNull Iterable<Pair<String, RepositoryData>> 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
RestAssert.assertErrorStatusCode
(String resourcePath, int errorCode, Pair<String, String>... queryParams) void
RestAssert.assertResourceNotExists
(String resourcePath, Pair<String, String>... queryParams) -
Uses of Pair in com.atlassian.bamboo.util
Modifier and TypeMethodDescriptionstatic Pair<Iterable<CacheAwareness.CacheInfo>,
Long> CacheAwareness.getDisabledCachesTimestamp()
-
Uses of Pair in com.atlassian.bamboo.utils
Modifier 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()
-
Uses of Pair in com.atlassian.bamboo.utils.collection.multimap
Modifier 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
Modifier 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
-
Uses of Pair in com.atlassian.bamboo.ww2.actions.build.admin.config.task
-
Uses of Pair in com.atlassian.bamboo.ww2.actions.build.admin.create
Modifier and TypeMethodDescriptionUIConfigSupport.getPollingTypes()
Deprecated.since 8.2 without replacement.UIConfigSupportImpl.getPollingTypes()
DeploymentProjectDao.getPaginatedDeploymentsWithEnvironmentsOnlyIds(int, int, String)