Modifier and Type | Method and Description |
---|---|
protected @Nullable io.atlassian.fugue.Pair<String,String> |
VersionNamingServiceImpl.getUniqueVersionNameByAutoIncrementing(long deploymentProjectId,
MutableVersionNamingScheme versionNamingScheme,
String nextSubstitutedName,
VariableSubstitutor variableSubstitutor) |
Modifier and Type | Method and Description |
---|---|
@NotNull Optional<List<VcsBranch>> |
BranchDetectionServiceImpl.getOpenBranches(@NotNull VariableSubstitutor variableSubstitutor,
@NotNull VcsRepositoryData vcsRepositoryData,
@NotNull VcsBranchDetector branchDetector,
@Nullable ErrorCollection errorCollection,
@NotNull Iterable<ImmutableChain> chains) |
@NotNull Optional<List<VcsBranch>> |
BranchDetectionService.getOpenBranches(@NotNull VariableSubstitutor variableSubstitutor,
@NotNull VcsRepositoryData vcsRepositoryData,
@NotNull VcsBranchDetector branchDetector,
@Nullable ErrorCollection errorCollection,
@NotNull Iterable<ImmutableChain> chains)
Returns a list of currently open branches for given repository.
|
Modifier and Type | Method and Description |
---|---|
<V,E1 extends Exception,E2 extends Exception,E3 extends Exception> |
CustomVariableContextForTests.withVariableSubstitutor(@NotNull VariableSubstitutor variableSubstitutor,
BambooCallables.ThrowingX<V,E1,E2,E3> callable) |
<V,E1 extends Exception,E2 extends Exception,E3 extends Exception> |
CustomVariableContextImpl.withVariableSubstitutor(@NotNull VariableSubstitutor variableSubstitutor,
BambooCallables.ThrowingX<V,E1,E2,E3> callable) |
<V,E1 extends Exception,E2 extends Exception,E3 extends Exception> |
CustomVariableContext.withVariableSubstitutor(@NotNull VariableSubstitutor variableSubstitutor,
BambooCallables.ThrowingX<V,E1,E2,E3> callable)
Run operation with provided
VariableSubstitutor in thread local context. |
<V> V |
CustomVariableContextForTests.withVariableSubstitutor(@NotNull VariableSubstitutor variableSubstitutor,
@NotNull Callable<V> callable) |
<V> V |
CustomVariableContextImpl.withVariableSubstitutor(@NotNull VariableSubstitutor variableSubstitutor,
@NotNull Callable<V> callable) |
<V> V |
CustomVariableContext.withVariableSubstitutor(@NotNull VariableSubstitutor variableSubstitutor,
@NotNull Callable<V> callable)
Run operation with provided
VariableSubstitutor in thread local context. |
void |
CustomVariableContextForTests.withVariableSubstitutor(@NotNull VariableSubstitutor variableSubstitutor,
@NotNull Runnable runnable) |
void |
CustomVariableContextImpl.withVariableSubstitutor(@NotNull VariableSubstitutor variableSubstitutor,
@NotNull Runnable runnable) |
void |
CustomVariableContext.withVariableSubstitutor(@NotNull VariableSubstitutor variableSubstitutor,
@NotNull Runnable runnable)
Run operation with provided
VariableSubstitutor in thread local context. |
<V> V |
CustomVariableContextForTests.withVariableSubstitutor(@NotNull VariableSubstitutor variableSubstitutor,
@NotNull Supplier<V> supplier) |
<V> V |
CustomVariableContextImpl.withVariableSubstitutor(@NotNull VariableSubstitutor variableSubstitutor,
@NotNull Supplier<V> supplier) |
<V> V |
CustomVariableContext.withVariableSubstitutor(@NotNull VariableSubstitutor variableSubstitutor,
@NotNull Supplier<V> supplier)
Run operation with provided
VariableSubstitutor in thread local context. |
Modifier and Type | Class and Description |
---|---|
class |
VariableSubstitutorImpl |
Modifier and Type | Method and Description |
---|---|
@NotNull VariableSubstitutor |
VariableSubstitutorFactoryImpl.newSubstitutorForCommonContext(@NotNull CommonContext commonContext) |
@NotNull VariableSubstitutor |
VariableSubstitutorFactory.newSubstitutorForCommonContext(@NotNull CommonContext commonContext) |
@NotNull VariableSubstitutor |
VariableSubstitutorFactoryImpl.newSubstitutorForDeploymentResult(long deploymentResultId) |
@NotNull VariableSubstitutor |
VariableSubstitutorFactory.newSubstitutorForDeploymentResult(long deploymentResultId) |
@NotNull VariableSubstitutor |
VariableSubstitutorFactoryImpl.newSubstitutorForGlobalContext() |
@NotNull VariableSubstitutor |
VariableSubstitutorFactory.newSubstitutorForGlobalContext() |
@NotNull VariableSubstitutor |
VariableSubstitutorFactoryImpl.newSubstitutorForPlan(@NotNull ImmutablePlan plan) |
@NotNull VariableSubstitutor |
VariableSubstitutorFactory.newSubstitutorForPlan(@NotNull ImmutablePlan plan) |
@NotNull VariableSubstitutor |
VariableSubstitutorFactoryImpl.newSubstitutorForVariables(@NotNull Map<String,VariableDefinitionContext> variablesContextMap) |
@NotNull VariableSubstitutor |
VariableSubstitutorFactory.newSubstitutorForVariables(@NotNull Map<String,VariableDefinitionContext> variablesContextMap) |
Modifier and Type | Method and Description |
---|---|
boolean |
VcsRepositoryConfigurationComparatorImpl.isTheSameBranch(VcsRepositoryModuleDescriptor moduleDescriptor,
VariableSubstitutor variableSubstitutor,
@NotNull VcsRepositoryData first,
@NotNull VcsRepositoryData second)
Compares 2 branches in of a certain variable set.
|
boolean |
VcsRepositoryConfigurationComparator.isTheSameBranch(VcsRepositoryModuleDescriptor moduleDescriptor,
VariableSubstitutor variableSubstitutor,
@NotNull VcsRepositoryData first,
@NotNull VcsRepositoryData second)
Compares 2 branches in of a single variable set.
|
boolean |
VcsRepositoryConfigurationComparatorImpl.isTheSameVcsLocation(VcsRepositoryModuleDescriptor moduleDescriptor,
VariableSubstitutor variableSubstitutor,
@NotNull VcsRepositoryData first,
@NotNull VcsRepositoryData second)
Compares 2 repository locations in context of a certain variable set.
|
boolean |
VcsRepositoryConfigurationComparator.isTheSameVcsLocation(VcsRepositoryModuleDescriptor moduleDescriptor,
VariableSubstitutor variableSubstitutor,
@NotNull VcsRepositoryData first,
@NotNull VcsRepositoryData second)
Compares 2 repository locations in context of a single variable set.
|
Modifier and Type | Method and Description |
---|---|
VariableSubstitutor |
WebhookToSend.getVariableSubstitutor() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultWebhookResponseService.registerWebhookResponse(Long webhookResponseId,
org.springframework.http.ResponseEntity<String> webhookResponse,
VariableSubstitutor variableSubstitutor) |
void |
WebhookResponseService.registerWebhookResponse(Long webhookResponseId,
org.springframework.http.ResponseEntity<String> webhookResponse,
VariableSubstitutor variableSubstitutor)
Change state of webhook response entity in DB in case of receiving a response.
|
void |
DefaultWebhookResponseService.registerWebhookResponse(Long webhookResponseId,
String body,
int statusCode,
com.google.common.collect.Multimap<String,String> headers,
VariableSubstitutor variableSubstitutor) |
void |
WebhookResponseService.registerWebhookResponse(Long webhookResponseId,
String body,
int statusCode,
com.google.common.collect.Multimap<String,String> headers,
VariableSubstitutor variableSubstitutor)
Change state of webhook response entity in DB in case of receiving a response.
|
void |
DefaultWebhookResponseService.registerWebhookSentException(Long webhookResponseId,
Throwable throwable,
VariableSubstitutor variableSubstitutor) |
void |
WebhookResponseService.registerWebhookSentException(Long webhookResponseId,
Throwable throwable,
VariableSubstitutor variableSubstitutor)
Change state of webhook response entity in DB in case of exception while waiting for response.
|
Constructor and Description |
---|
WebhookToSend(String name,
String payload,
org.springframework.http.HttpHeaders headers,
String url,
org.springframework.http.HttpMethod method,
String uuid,
String planResultKey,
Long deploymentResultId,
String event,
VariableSubstitutor variableSubstitutor) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences