Modifier and Type | Method and Description |
---|---|
static @Nullable Pair<Long,Long> |
AuthorDuplicateNameHelper.getAuthorIdFromNameMarkerPattern(@NotNull String authorName)
Decode original and duplicate author ids from the fake author name
|
Modifier and Type | Method and Description |
---|---|
@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 dance
|
Modifier and Type | Method and Description |
---|---|
@NotNull BuildDefinition |
DefaultBuildDefinitionManagerTx.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) |
@NotNull BuildDefinition |
DefaultBuildDefinitionManager.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 |
BuildDefinitionManager.getBuildDefinition(@NotNull Pair<EnrichedPlanDto,ImmutablePlan> dtoWithImmutableEntity,
@Nullable Pair<EnrichedPlanDto,ImmutablePlan> masterDtoWithImmutableEntity) |
@NotNull BuildDefinition |
BuildDefinitionManager.getBuildDefinition(@NotNull Pair<EnrichedPlanDto,ImmutablePlan> dtoWithImmutableEntity,
@Nullable Pair<EnrichedPlanDto,ImmutablePlan> masterDtoWithImmutableEntity) |
Modifier and Type | Method and Description |
---|---|
List<Pair<TestCase,Float>> |
ViewTestsSummaryForPlan.getLongestTimeToFixTests() |
List<Pair<TestCase,Float>> |
ViewTestsSummary.getLongestTimeToFixTests() |
List<Pair<TestCaseResult,Integer>> |
ViewTestsSummaryForPlan.getRecentFailures(TestCase testCase,
int number) |
List<Pair<TestCaseResult,Integer>> |
ViewTestsSummary.getRecentFailures(TestCase testCase,
int number) |
Modifier and Type | Method and Description |
---|---|
List<Pair<String,List<Pair<String,String>>>> |
PerformanceStatsJmxAction.getBrokerStats() |
List<Pair<String,List<Pair<String,String>>>> |
PerformanceStatsJmxAction.getBrokerStats() |
List<Pair<String,String>> |
PerformanceStatsJmxAction.getHikariStats() |
Modifier and Type | Method and Description |
---|---|
@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) |
@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.
|
Modifier and Type | Field and Description |
---|---|
protected List<Pair<String,String>> |
ConfigureEnvironmentTasks.conditions |
Modifier and Type | Method and Description |
---|---|
List<Pair<String,String>> |
ConfigureEnvironmentTasks.getConditions() |
Modifier and Type | Method and Description |
---|---|
List<Pair<MutableDeploymentProject,MutableEnvironment>> |
DeploymentProjectDao.getPaginatedDeploymentsWithEnvironments(int start,
int limit,
String filter)
Deprecated.
|
List<Pair<MutableDeploymentProject,MutableEnvironment>> |
DeploymentProjectDaoImpl.getPaginatedDeploymentsWithEnvironments(int start,
int limit,
String filter) |
List<Pair<Long,Long>> |
DeploymentProjectDao.getPaginatedDeploymentsWithEnvironmentsOnlyIds(int start,
int limit,
String filter)
Retrieves paginated list of pairs of MutableDeploymentProject.id and MutableEnvironment.id ordered by
InternalDeploymentProject.getName() and InternalEnvironment.getPosition() . |
List<Pair<Long,Long>> |
DeploymentProjectDaoImpl.getPaginatedDeploymentsWithEnvironmentsOnlyIds(int start,
int limit,
String filter) |
Modifier and Type | Method and Description |
---|---|
protected @NotNull Pair<DeploymentVersion,PlanResultKey> |
AbstractCreateDeploymentVersion.getLatestVersionWithPlanResultKey(@NotNull PlanKey sourcePlanKey,
long deploymentProjectId) |
Modifier and Type | Method and Description |
---|---|
@NotNull Pair<List<MutableDeploymentVersionVcsChangeset>,List<InternalLinkedJiraIssue>> |
DeploymentVersionChainResultDataCollector.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<MutableDeploymentVersionVcsChangeset>,List<InternalLinkedJiraIssue>> |
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 Type | Method and Description |
---|---|
ConcurrentMap<String,Pair<Runnable,Date>> |
EventLoggingThreadPoolExecutor.getThreadToRunnableMappings() |
Modifier and Type | Method and Description |
---|---|
List<Pair<Number,Number>> |
PlanHibernateDao.getBranchesCount() |
List<Pair<Number,Number>> |
PlanDao.getBranchesCount()
Returns the number of branches that exist for master plans in Bamboo.
|
Modifier and Type | Method and Description |
---|---|
static 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,
ResultsSummaryManager resultsSummaryManager,
RepositoryDefinitionManager repositoryDefinitionManager,
CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager,
VariableDefinitionManager variableDefinitionManager,
BambooSpecsManager bambooSpecsManager,
NotificationManager notificationManager,
BuildDefinitionManager buildDefinitionManager) |
Constructor and Description |
---|
AbstractImmutableChain(EnrichedPlanDto dto,
Pair<ImmutableChain,EnrichedPlanDto> masterWithMasterDto,
List<FlatChainStageDto> chainStages,
Map<Long,List<EnrichedPlanDto>> jobsGroupedByStageId,
Map<Long,EnrichedPlanDto> jobsGroupedById,
BuildLoggerManager buildLoggerManager,
ImmutablePlanCacheService immutablePlanCacheService,
ImmutablePlanManager immutablePlanManager,
ResultsSummaryManager resultsSummaryManager,
RepositoryDefinitionManager repositoryDefinitionManager,
CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager,
VariableDefinitionManager variableDefinitionManager,
BambooSpecsManager bambooSpecsManager,
NotificationManager notificationManager,
BuildDefinitionManager buildDefinitionManager) |
Modifier and Type | Method and Description |
---|---|
static Pair<String,String> |
BitbucketConfigUtils.getUsernameAndPassword(@NotNull VcsRepositoryData repositoryData,
@NotNull CredentialsAccessor credentialsAccessor) |
Modifier and Type | Method and Description |
---|---|
Pair<Boolean,String> |
GitOperationHelper.mergeAndReturnHead(@NotNull File workspaceDir,
@NotNull String currentRevision,
@NotNull String targetRevision,
@NotNull String committerName,
@NotNull String committerEmail) |
Pair<Boolean,String> |
NativeGitOperationHelper.mergeAndReturnHead(@NotNull File workspaceDir,
@NotNull String currentRevision,
@NotNull String targetRevision,
@NotNull String committerName,
@NotNull String committerEmail) |
Pair<Boolean,String> |
JGitOperationHelper.mergeAndReturnHead(@NotNull File workspaceDir,
@NotNull String currentRevision,
@NotNull String targetRevision,
@NotNull String committerName,
@NotNull String committerEmail) |
Modifier and Type | Method and Description |
---|---|
static @Nullable Pair<String,String> |
GitHubRepositoryHelper.getRepositoryUsernameAndPassword(long repositoryId,
CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager) |
Modifier and Type | Method and Description |
---|---|
Collection<Pair<File,Long>> |
SshConfig.getParsedFiles() |
Modifier and Type | Field and Description |
---|---|
static 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 |
Modifier and Type | Method and Description |
---|---|
protected static @NotNull Pair<String,String> |
Expansion.toParts(@NotNull String expansionString)
Split an expansion string into its first node and rest.
|
Modifier and Type | Method and Description |
---|---|
List<Pair<ArtifactLink,BuildResultsSummary>> |
BuildResultsSummaryHibernateDao.findBuildResultsWithArtifacts(String planKey) |
List<Pair<ArtifactLink,BuildResultsSummary>> |
BuildResultsSummaryDao.findBuildResultsWithArtifacts(String planKey)
Find all build results which have matching artifacts.
|
Modifier and Type | Method and Description |
---|---|
List<Pair<TestCase,Long>> |
TestsManagerImpl.getTopBrokenTests(@NotNull PlanKey planKey,
BuildResultsFilter filter) |
List<Pair<TestCase,Long>> |
TestsManager.getTopBrokenTests(@NotNull PlanKey planKey,
BuildResultsFilter filter)
Returns a pai of the top 10 tests that's broken + the count for a given filter period
|
Modifier and Type | Method and Description |
---|---|
Pair<InputStream,Object> |
KryoObjectSerialiser.readObject(InputStream inputStream) |
Pair<InputStream,Object> |
JavaObjectSerialiser.readObject(InputStream inputStream) |
Pair<InputStream,Object> |
XStreamObjectSerialiser.readObject(InputStream inputStream) |
Pair<InputStream,Object> |
ObjectSerialiser.readObject(InputStream inputStream)
Retreieves an object from a stream.
|
Modifier and Type | Method and Description |
---|---|
@Nullable Pair<com.atlassian.crowd.embedded.api.Directory,RepositoryConfigurationMigrator> |
RepositoryConfigurationMigrator.migrateAndTestConnection(com.atlassian.user.configuration.RepositoryConfiguration repositoryConfiguration)
Migrate the passed in configuration without saving.
|
Pair<com.atlassian.crowd.embedded.api.Directory,RepositoryConfigurationMigrator> |
LdapRepositoryConfigurationMigrator.migrateAndTestConnection(com.atlassian.user.configuration.RepositoryConfiguration repositoryConfiguration) |
Pair<com.atlassian.crowd.embedded.api.Directory,RepositoryConfigurationMigrator> |
CrowdRepositoryConfigurationMigrator.migrateAndTestConnection(com.atlassian.user.configuration.RepositoryConfiguration repositoryConfiguration) |
@Nullable Pair<com.atlassian.crowd.embedded.api.Directory,RepositoryConfigurationMigrator> |
HibernateRepositoryConfigurationMigrator.migrateAndTestConnection(com.atlassian.user.configuration.RepositoryConfiguration repositoryConfiguration) |
Modifier and Type | Method and Description |
---|---|
List<Pair<com.atlassian.crowd.embedded.api.Directory,RepositoryConfigurationMigrator>> |
AtlassianUserMigrator.migrateAndTestConnections() |
Modifier and Type | Method and Description |
---|---|
List<com.atlassian.crowd.embedded.api.Directory> |
AtlassianUserMigrator.persistMigratedConfigurations(List<Pair<com.atlassian.crowd.embedded.api.Directory,RepositoryConfigurationMigrator>> migrated) |
Modifier and Type | Method and Description |
---|---|
static Pair<Iterable<CacheAwareness.CacheInfo>,Long> |
CacheAwareness.getDisabledCachesTimestamp() |
Modifier and Type | Method and Description |
---|---|
static <K,V> Map<K,V> |
BambooMaps.newHashMapFrom(Iterable<? extends V> source,
com.google.common.base.Function<V,Pair<K,V>> function) |
static <K,V> void |
BambooMaps.putAll(Map<K,? super V> map,
Iterable<Pair<K,V>> iterable) |
Modifier and Type | Method and Description |
---|---|
static <A,B> @NotNull Pair<A,B> |
Pair.make(A first,
B second) |
Modifier and Type | Method and Description |
---|---|
static <A,B> com.google.common.base.Function<Pair<A,B>,A> |
BambooFunctions.firstOfPair() |
static <T extends Comparable,U extends Comparable> |
Pair.pairOfComparableComparator() |
Modifier and Type | Method and Description |
---|---|
int |
Pair.compareTo(Pair obj) |
Modifier and Type | Method and Description |
---|---|
static Pair<LogEntry,Byte> |
LogMessageBatchConverter.readLogEntry(javax.jms.BytesMessage jmsMessage) |
Modifier and Type | Method and Description |
---|---|
List<Pair<String,String>> |
ConfigureArtifactStorage.getArtifactHandlerDescriptors()
Artifact handler descriptors with labels: first is descriptor configuration prefix, second is descriptor label
|
Modifier and Type | Method and Description |
---|---|
List<Pair<String,String>> |
ConfigureElasticCloudAction.getAwsCredentialsTypes() |
Modifier and Type | Field and Description |
---|---|
protected List<Pair<String,String>> |
ConfigureBuildTasks.conditions |
Modifier and Type | Method and Description |
---|---|
List<Pair<String,String>> |
ConfigureBuildTasks.getConditions() |
Modifier and Type | Method and Description |
---|---|
List<Pair<String,String>> |
UIConfigSupportImpl.getPollingTypes() |
List<Pair<String,String>> |
UIConfigSupport.getPollingTypes()
Deprecated.
since 8.2 without replacement. This method exposes implementation details of cron trigger plugin.
|
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.