Uses of Interface
com.atlassian.bamboo.vcs.configuration.PlanRepositoryDefinition
-
-
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.build.context
Method parameters in com.atlassian.bamboo.build.context with type arguments of type PlanRepositoryDefinition Modifier and Type Method Description @NotNull BuildContextBuilder
BuildContextBuilder. planRepositoryDefinitionMap(Map<Long,PlanRepositoryDefinition> planRepositoryDefinitionMap)
@NotNull BuildContextBuilder
BuildContextBuilderImpl. planRepositoryDefinitionMap(Map<Long,PlanRepositoryDefinition> planRepositoryDefinitionMap)
@NotNull BuildContextBuilder
BuildContextBuilder. relevantRepositories(@NotNull Set<PlanRepositoryDefinition> relevantRepositories)
@NotNull BuildContextBuilder
BuildContextBuilderImpl. relevantRepositories(@NotNull Set<PlanRepositoryDefinition> relevantRepositories)
-
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.deployments.environments
Methods in com.atlassian.bamboo.deployments.environments that return types with arguments of type PlanRepositoryDefinition Modifier and Type Method Description @NotNull List<PlanRepositoryDefinition>
RepositoryAwareDeploymentTaskConfigurator. getPlanRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull InternalEnvironment environment)
-
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service that return types with arguments of type PlanRepositoryDefinition Modifier and Type Method Description @NotNull List<PlanRepositoryDefinition>
EnvironmentService. getPlanRepositoryDefinitionsForEnvironment(@NotNull Environment environment)
Deprecated.@NotNull List<PlanRepositoryDefinition>
EnvironmentService. getPlanRepositoryDefinitionsForEnvironment(@NotNull InternalEnvironment environment)
Retrieves all repositories used in environment source checkout tasks@NotNull List<PlanRepositoryDefinition>
EnvironmentServiceImpl. getPlanRepositoryDefinitionsForEnvironment(@NotNull Environment environment)
@NotNull List<PlanRepositoryDefinition>
EnvironmentServiceImpl. getPlanRepositoryDefinitionsForEnvironment(@NotNull InternalEnvironment environment)
-
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.deployments.execution
Methods in com.atlassian.bamboo.deployments.execution that return types with arguments of type PlanRepositoryDefinition Modifier and Type Method Description @NotNull List<PlanRepositoryDefinition>
DeploymentContextImpl. getVcsRepositories()
@NotNull Map<Long,PlanRepositoryDefinition>
DeploymentContextImpl. getVcsRepositoryMap()
-
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that return PlanRepositoryDefinition Modifier and Type Method Description static @Nullable PlanRepositoryDefinition
PlanHelper. getDefaultPlanRepositoryDefinition(@NotNull ImmutablePlan plan)
static PlanRepositoryDefinition
PlanHelper. getPlanRepositoryDefinitionById(@NotNull ImmutablePlan plan, long id)
Methods in com.atlassian.bamboo.plan that return types with arguments of type PlanRepositoryDefinition Modifier and Type Method Description static @NotNull LinkedHashMap<Long,PlanRepositoryDefinition>
PlanHelper. getPlanRepositoryDefinitionMap(@NotNull ImmutablePlan plan)
@NotNull List<PlanRepositoryDefinition>
AbstractChain. getPlanRepositoryDefinitions()
static List<PlanRepositoryDefinition>
PlanHelper. getPlanRepositoryDefinitions(@NotNull ImmutablePlan plan)
static List<PlanRepositoryDefinition>
PlanHelper. getPlanRepositoryDefinitionsByType(@NotNull ImmutablePlan plan, @NotNull String pluginKey)
Methods in com.atlassian.bamboo.plan with parameters of type PlanRepositoryDefinition Modifier and Type Method Description static boolean
PlanHelper. isDefault(@NotNull PlanRepositoryDefinition repositoryDefinition)
-
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch that return PlanRepositoryDefinition Modifier and Type Method Description @NotNull PlanRepositoryDefinition
BranchIntegrationService. getIntegrationRepository(@NotNull ImmutablePlan plan, @NotNull BranchIntegrationPoint branchIntegrationPoint)
Get repository configured as integration point for arbitrary defined integration point (vcs branch or plan)@NotNull PlanRepositoryDefinition
BranchIntegrationServiceImpl. getIntegrationRepository(@NotNull ImmutablePlan plan)
@NotNull PlanRepositoryDefinition
BranchIntegrationServiceImpl. getIntegrationRepository(@NotNull ImmutablePlan plan, @NotNull BranchIntegrationPoint branchIntegrationPoint)
@Nullable PlanRepositoryDefinition
BranchIntegrationHelperImpl. getIntegrationVcsRepository(@NotNull BuildContext buildContext)
@Nullable PlanRepositoryDefinition
VcsBranchIntegrationHelper. getIntegrationVcsRepository(@NotNull BuildContext buildContext)
Deprecated.Methods in com.atlassian.bamboo.plan.branch that return types with arguments of type PlanRepositoryDefinition Modifier and Type Method Description static List<PlanRepositoryDefinition>
ChainBranchImpl. createEffectivePlanRepositoryDefinitions(List<PlanRepositoryDefinition> branchRepositories, List<PlanRepositoryDefinition> masterRepositories)
@NotNull Map<Long,PlanRepositoryDefinition>
BranchIntegrationService. getPlanRepositoryDefinitionMap(@NotNull ImmutablePlan plan)
Get repository definition map for a given plan and if Branch Integration was configured merge it with repository definition of branch selected in Integration Configuration@NotNull Map<Long,PlanRepositoryDefinition>
BranchIntegrationServiceImpl. getPlanRepositoryDefinitionMap(@NotNull ImmutablePlan plan)
@NotNull List<PlanRepositoryDefinition>
ChainBranchImpl. getPlanRepositoryDefinitions()
Methods in com.atlassian.bamboo.plan.branch with parameters of type PlanRepositoryDefinition Modifier and Type Method Description @NotNull ChainBranchCreationResult
LightweightBranchCreationService. createChainBranch(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull String branchName, @Nullable String branchDescription, @Nullable PlanRepositoryDefinition defaultRepositoryDefinition, @Nullable VcsRepositoryModuleDescriptor moduleDescriptor, @Nullable VcsBranch newBranch, @NotNull BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch)
Creates a new lightweight plan branch for give chain.@NotNull ChainBranchCreationResult
LightweightBranchCreationService. createChainBranch(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull String branchName, @Nullable String branchDescription, @Nullable PlanRepositoryDefinition defaultRepositoryDefinition, @Nullable VcsRepositoryModuleDescriptor moduleDescriptor, @Nullable VcsBranch newBranch, @NotNull BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch, Optional<VcsPullRequest> pullRequest)
Creates a new lightweight plan branch for give chain.@NotNull ChainBranchCreationResult
LightweightBranchCreationServiceImpl. createChainBranch(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull String branchName, @Nullable String branchDescription, @Nullable PlanRepositoryDefinition defaultRepositoryDefinition, @Nullable VcsRepositoryModuleDescriptor moduleDescriptor, @Nullable VcsBranch newBranch, @NotNull BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch)
@NotNull ChainBranchCreationResult
LightweightBranchCreationServiceImpl. createChainBranch(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull String branchName, @Nullable String branchDescription, @Nullable PlanRepositoryDefinition defaultRepositoryDefinition, @Nullable VcsRepositoryModuleDescriptor moduleDescriptor, @Nullable VcsBranch newBranch, @NotNull BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch, Optional<VcsPullRequest> pullRequest)
@NotNull Collection<ChainBranchCreationResult>
LightweightBranchCreationService. createChainBranches(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull Collection<VcsBranch> branches, @NotNull PlanRepositoryDefinition defaultRepositoryDefinition, @Nullable ErrorCollection errorCollection, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch)
Creates a new lightweight plan branch or enables existing one for each vcs branch in given collection under given chain.@NotNull Collection<ChainBranchCreationResult>
LightweightBranchCreationServiceImpl. createChainBranches(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull Collection<VcsBranch> branches, @NotNull PlanRepositoryDefinition defaultRepositoryDefinition, @Nullable ErrorCollection errorCollection, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> consumer, boolean expectingDivergentBranch)
void
ChainBranchManager. handleVcsBranchDeletedOfPlanBranch(@NotNull ImmutableChain chainBranch, @NotNull PlanRepositoryDefinition planRepositoryDefinition)
Handles deletion of a VCS branch from any of the plan branch's repositories.void
ChainBranchManagerImpl. handleVcsBranchDeletedOfPlanBranch(@NotNull ImmutableChain chainBranch, @NotNull PlanRepositoryDefinition planRepositoryDefinition)
void
BranchIntegrationHelperImpl. mergeAndUpdateResult(@NotNull BuildContext buildContext, @NotNull PlanRepositoryDefinition defaultRepositoryDef, @NotNull VcsRepositoryModuleDescriptor moduleDescriptor, @NotNull MergeResultContext mergeResult, @NotNull File mergeDir, @Nullable BuildLogger buildLogger, @NotNull Consumer<MergeResult> mergeResultConsumer, @NotNull Runnable afterMergeFinished)
void
VcsBranchIntegrationHelper. mergeAndUpdateResult(@NotNull BuildContext buildContext, @NotNull PlanRepositoryDefinition defaultRepositoryDef, @NotNull VcsRepositoryModuleDescriptor moduleDescriptor, @NotNull MergeResultContext mergeResult, @NotNull File mergeDir, @Nullable BuildLogger buildLogger, @NotNull Consumer<MergeResult> mergeResultConsumer, @NotNull Runnable afterMergeFinished)
void
LightweightBranchCreationService. validateCreateChainBranch(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull String branchName, @Nullable String branchDescription, @Nullable PlanRepositoryDefinition defaultRepositoryDefinition, @Nullable VcsRepositoryModuleDescriptor moduleDescriptor, @Nullable VcsBranch newBranch, boolean enableExpiry, @NotNull com.atlassian.struts.ValidationAware validationAware)
Validates configuration for creating chain branchvoid
LightweightBranchCreationServiceImpl. validateCreateChainBranch(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull String branchName, @Nullable String branchDescription, @Nullable PlanRepositoryDefinition defaultRepositoryDefinition, @Nullable VcsRepositoryModuleDescriptor moduleDescriptor, @Nullable VcsBranch newBranch, boolean enableExpiry, @NotNull com.atlassian.struts.ValidationAware validationAware)
Method parameters in com.atlassian.bamboo.plan.branch with type arguments of type PlanRepositoryDefinition Modifier and Type Method Description static List<PlanRepositoryDefinition>
ChainBranchImpl. createEffectivePlanRepositoryDefinitions(List<PlanRepositoryDefinition> branchRepositories, List<PlanRepositoryDefinition> masterRepositories)
-
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type PlanRepositoryDefinition Modifier and Type Method Description @NotNull List<PlanRepositoryDefinition>
AbstractImmutableChain. getPlanRepositoryDefinitions()
@NotNull List<PlanRepositoryDefinition>
ImmutableChain. getPlanRepositoryDefinitions()
Return list of repositories available to the chain. -
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.plugins.bitbucket.trigger
Methods in com.atlassian.bamboo.plugins.bitbucket.trigger with parameters of type PlanRepositoryDefinition Modifier and Type Method Description boolean
BitbucketCloudTriggerConfigurator. isRepositorySelectable(@NotNull PlanRepositoryDefinition planRepositoryDefinition)
-
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.plugins.stash.trigger
Methods in com.atlassian.bamboo.plugins.stash.trigger with parameters of type PlanRepositoryDefinition Modifier and Type Method Description boolean
StashTriggerConfigurator. isRepositorySelectable(@NotNull PlanRepositoryDefinition planRepositoryDefinition)
-
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository that return PlanRepositoryDefinition Modifier and Type Method Description PlanRepositoryDefinition
RepositoryDefinitionImpl. getOriginalData()
Methods in com.atlassian.bamboo.repository with parameters of type PlanRepositoryDefinition Modifier and Type Method Description static @NotNull PlanRepositoryLinkDto
PlanRepositoryLinkDtoImpl. createFromPlanRepositoryDefinition(@NotNull ImmutableChain owner, @NotNull PlanRepositoryDefinition rd)
Method parameters in com.atlassian.bamboo.repository with type arguments of type PlanRepositoryDefinition Modifier and Type Method Description static Function<String,Result<RepositoryDefinitionException,PlanRepositoryDefinition>>
RepositoryFunctions. idSelectorToPlanRepositoryDefinition(@NotNull List<PlanRepositoryDefinition> repositoryDefinitionList, @NotNull TaskDefinition taskDefinition)
static Function<String,Result<RepositoryDefinitionException,PlanRepositoryDefinition>>
RepositoryFunctions. idSelectorToPlanRepositoryDefinition(@NotNull Map<Long,PlanRepositoryDefinition> repositoryDefinitionMap, @NotNull TaskDefinition taskDefinition)
Constructors in com.atlassian.bamboo.repository with parameters of type PlanRepositoryDefinition Constructor Description LegacyRepositoryDefinitionImpl(PlanRepositoryDefinition repositoryData, RepositoryConfigurationReference configurationRef)
Deprecated.LegacyRepositoryDefinitionImpl(PlanRepositoryDefinition repositoryData, String legacyPluginKey, RepositoryConfigurationReference configurationRef)
Deprecated.RepositoryDefinitionImpl(PlanRepositoryDefinition delegate)
-
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.task.repository
Methods in com.atlassian.bamboo.task.repository that return PlanRepositoryDefinition Modifier and Type Method Description static PlanRepositoryDefinition
RepositoryTaskHelper. getPlanRepositoryByIdSelector(@NotNull CommonTaskContext commonTaskContext, @NotNull String repositoryIdSelector)
static PlanRepositoryDefinition
RepositoryTaskHelper. getPlanRepositoryByIdSelector(@NotNull CommonContext buildContext, @NotNull TaskDefinition taskDefinition, @NotNull String repositoryIdSelector)
Methods in com.atlassian.bamboo.task.repository that return types with arguments of type PlanRepositoryDefinition Modifier and Type Method Description @NotNull List<PlanRepositoryDefinition>
AbstractRepositoryAwareTaskConfigurator. getPlanRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull InternalEnvironment environment)
@NotNull List<PlanRepositoryDefinition>
AbstractRepositoryAwareTaskConfigurator. getPlanRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull ImmutableJob job)
@NotNull List<PlanRepositoryDefinition>
RepositoryAwareTaskConfigurator. getPlanRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull ImmutableJob job)
static @NotNull List<PlanRepositoryDefinition>
RepositoryTaskHelper. safeGetPlanRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull List<PlanRepositoryDefinition> repositoryDefinitionList)
Get list ofPlanRepositoryDefinition
existing in repositoryDefinitionMap and used by taskMethod parameters in com.atlassian.bamboo.task.repository with type arguments of type PlanRepositoryDefinition Modifier and Type Method Description static @NotNull List<PlanRepositoryDefinition>
RepositoryTaskHelper. safeGetPlanRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull List<PlanRepositoryDefinition> repositoryDefinitionList)
Get list ofPlanRepositoryDefinition
existing in repositoryDefinitionMap and used by task -
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.testutils.repository
Methods in com.atlassian.bamboo.testutils.repository that return PlanRepositoryDefinition Modifier and Type Method Description static @NotNull PlanRepositoryDefinition
RepositoryDefinitionMocks. mockPlanRepositoryDefinition(String pluginKey)
-
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.trigger
Methods in com.atlassian.bamboo.trigger with parameters of type PlanRepositoryDefinition Modifier and Type Method Description default boolean
TriggerConfigurator. isRepositorySelectable(@NotNull PlanRepositoryDefinition planRepositoryDefinition)
Allows to filter repositories allowed to be selected by trigger from the list of repositories available for plan. -
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils that return types with arguments of type PlanRepositoryDefinition Modifier and Type Method Description static Predicate<PlanRepositoryDefinition>
BambooPredicates. isChainTrigger(@NotNull ImmutableChain chain, @Nullable Set<Long> triggeringRepositories)
-
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build that return PlanRepositoryDefinition Modifier and Type Method Description static @Nullable PlanRepositoryDefinition
BuildContextHelper. getDefaultPlanRepositoryDefinition(BuildContext buildContext)
Methods in com.atlassian.bamboo.v2.build that return types with arguments of type PlanRepositoryDefinition Modifier and Type Method Description @NotNull List<PlanRepositoryDefinition>
BuildContextImpl. getVcsRepositories()
@NotNull List<PlanRepositoryDefinition>
CommonContext. getVcsRepositories()
@NotNull Map<Long,PlanRepositoryDefinition>
BuildContextImpl. getVcsRepositoryMap()
@NotNull Map<Long,PlanRepositoryDefinition>
CommonContext. getVcsRepositoryMap()
-
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.v2.trigger
Methods in com.atlassian.bamboo.v2.trigger with parameters of type PlanRepositoryDefinition Modifier and Type Method Description @NotNull BuildRepositoryChanges
ChangeDetectionManager. collectChangesBetween(@NotNull ImmutableChain chain, @NotNull PlanRepositoryDefinition repositoryDefinition, @Nullable PlanVcsRevisionData fromVcsRevisionData, @NotNull PlanVcsRevisionData toVcsRevisionData)
Given aPlanRepositoryDefinition
finds theBuildChanges
object that captures all changes that occurred between the fromVcsRevisionKey to toVcsRevisionKey This method suppresses quiet period settings and returns changes immediately.@NotNull BuildRepositoryChanges
DefaultChangeDetectionManager. collectChangesBetween(@NotNull ImmutableChain chain, @NotNull PlanRepositoryDefinition repositoryDefinition, @Nullable PlanVcsRevisionData fromVcsRevisionData, @NotNull PlanVcsRevisionData toVcsRevisionData)
@NotNull BuildRepositoryChanges
ChangeDetectionManager. collectChangesSinceLastBuild(@NotNull ImmutableChain chain, @NotNull PlanRepositoryDefinition repositoryDefinition, @NotNull PlanVcsRevisionData lastVcsRevisionData, @Nullable Map<String,String> customVariableValues, @Nullable String customRevision)
Given aPlanRepositoryDefinition
finds theBuildRepositoryChanges
object that captures all changes that occurred since the lastVcsRevisionKey to the current latest found on the repository.@NotNull BuildRepositoryChanges
DefaultChangeDetectionManager. collectChangesSinceLastBuild(@NotNull ImmutableChain chain, @NotNull PlanRepositoryDefinition repositoryDefinition, @NotNull PlanVcsRevisionData lastVcsRevisionData, @Nullable Map<String,String> customVariableValues, @Nullable String customRevision)
protected @NotNull BuildRepositoryChanges
DefaultChangeDetectionManager. collectChangesSinceLastBuildInternal(@NotNull ImmutableChain chain, @NotNull PlanRepositoryDefinition repositoryDefinition, @NotNull PlanVcsRevisionData lastVcsRevisionData, @Nullable Map<String,String> customVariableValues, @Nullable String customRevision, boolean isBuildTrigger, boolean suppressQuietPeriod)
-
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.variable
Method parameters in com.atlassian.bamboo.variable with type arguments of type PlanRepositoryDefinition Modifier and Type Method Description static void
BuiltInVariableHelper. createRepositoryVariables(@NotNull Map<String,VariableDefinitionContext> variables, @NotNull List<PlanRepositoryDefinition> repositoryDefinitions, @NotNull BuildChanges buildChanges, @NotNull VariableType variableType, @NotNull VcsRepositoryManager vcsRepositoryManager)
-
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.vcs.configuration
Classes in com.atlassian.bamboo.vcs.configuration that implement PlanRepositoryDefinition Modifier and Type Class Description class
PlanRepositoryDefinitionImpl
Methods in com.atlassian.bamboo.vcs.configuration that return PlanRepositoryDefinition Modifier and Type Method Description static PlanRepositoryDefinition
PlanRepositoryDefinitionImpl. createForPosition(@NotNull VcsRepositoryData other, int position)
-
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.vcs.configuration.legacy
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return types with arguments of type PlanRepositoryDefinition Modifier and Type Method Description @NotNull List<PlanRepositoryDefinition>
DeploymentRepositoryBuildContext. getVcsRepositories()
@NotNull Map<Long,PlanRepositoryDefinition>
DeploymentRepositoryBuildContext. getVcsRepositoryMap()
-
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.warnings
Methods in com.atlassian.bamboo.warnings that return types with arguments of type PlanRepositoryDefinition Modifier and Type Method Description @NotNull List<PlanRepositoryDefinition>
WarningsTaskConfigurator. getPlanRepositoriesUsedByTask(@NotNull TaskDefinition taskDefinition, @NotNull ImmutableJob job)
-
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.ww2.actions.admin.bulk.repository
Methods in com.atlassian.bamboo.ww2.actions.admin.bulk.repository that return types with arguments of type PlanRepositoryDefinition Modifier and Type Method Description List<PlanRepositoryDefinition>
RepositoryAwareBulkAction. getRepositoryDefinitions(@NotNull ImmutablePlan plan)
List<PlanRepositoryDefinition>
SvnBulkAction. getRepositoryDefinitions(@NotNull ImmutablePlan plan)
List<PlanRepositoryDefinition>
UpdateWebUrlBulkAction. getRepositoryDefinitions(@NotNull ImmutablePlan plan)
Methods in com.atlassian.bamboo.ww2.actions.admin.bulk.repository with parameters of type PlanRepositoryDefinition Modifier and Type Method Description void
AbstractRepositoryBulkAction. populateActionParameters(@NotNull ActionParametersMap actionParameters, @NotNull ImmutablePlan plan, @NotNull PlanRepositoryDefinition repositoryDefinition)
void
RepositoryAwareBulkAction. populateActionParameters(@NotNull ActionParametersMap actionParameters, @NotNull ImmutablePlan plan, @NotNull PlanRepositoryDefinition repositoryDefinition)
void
UpdateSvnCredentialsBulkAction. populateActionParameters(@NotNull ActionParametersMap actionParameters, @NotNull ImmutablePlan plan, @NotNull PlanRepositoryDefinition repositoryDefinition)
-
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.ww2.actions.branch
Methods in com.atlassian.bamboo.ww2.actions.branch that return PlanRepositoryDefinition Modifier and Type Method Description PlanRepositoryDefinition
EditChainBranchDetails. getDefaultRepositoryDefinition()
Methods in com.atlassian.bamboo.ww2.actions.branch that return types with arguments of type PlanRepositoryDefinition Modifier and Type Method Description @NotNull List<PlanRepositoryDefinition>
EditChainBranchDetails. getRepositoryDefinitions()
-
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.ww2.actions.branch.repository
Fields in com.atlassian.bamboo.ww2.actions.branch.repository declared as PlanRepositoryDefinition Modifier and Type Field Description protected PlanRepositoryDefinition
EditChainBranchRepository. parentRepository
Methods in com.atlassian.bamboo.ww2.actions.branch.repository that return types with arguments of type PlanRepositoryDefinition Modifier and Type Method Description List<PlanRepositoryDefinition>
ConfigureChainBranchRepositories. getPlanRepositoryDefinitions()
-
Uses of PlanRepositoryDefinition in com.atlassian.bamboo.ww2.actions.chains.admin.triggers
Methods in com.atlassian.bamboo.ww2.actions.chains.admin.triggers that return types with arguments of type PlanRepositoryDefinition Modifier and Type Method Description List<PlanRepositoryDefinition>
ConfigureChainTrigger. getRepositoryDefinitions()
Methods in com.atlassian.bamboo.ww2.actions.chains.admin.triggers with parameters of type PlanRepositoryDefinition Modifier and Type Method Description RepositoryTriggerSelector
RepositoryTriggerSelector.Transform2TriggerSelector. apply(PlanRepositoryDefinition input)
-