Uses of Class
com.atlassian.bamboo.repository.RepositoryDefinitionException
Packages that use RepositoryDefinitionException
Package
Description
-
Uses of RepositoryDefinitionException in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository that return types with arguments of type RepositoryDefinitionExceptionModifier and TypeMethodDescriptionRepositoryFunctions.idSelectorToPlanRepositoryDefinition
(@NotNull CommonTaskContext commonTaskContext) RepositoryFunctions.idSelectorToPlanRepositoryDefinition
(@NotNull List<PlanRepositoryDefinition> repositoryDefinitionList, @NotNull TaskDefinition taskDefinition) RepositoryFunctions.idSelectorToPlanRepositoryDefinition
(@NotNull Map<Long, PlanRepositoryDefinition> repositoryDefinitionMap, @NotNull TaskDefinition taskDefinition) -
Uses of RepositoryDefinitionException in com.atlassian.bamboo.task.repository
Methods in com.atlassian.bamboo.task.repository that throw RepositoryDefinitionExceptionModifier and TypeMethodDescriptionstatic PlanRepositoryDefinition
RepositoryTaskHelper.getPlanRepositoryByIdSelector
(@NotNull CommonTaskContext commonTaskContext, @NotNull String repositoryIdSelector) static PlanRepositoryDefinition
RepositoryTaskHelper.getPlanRepositoryByIdSelector
(@NotNull CommonContext buildContext, @NotNull TaskDefinition taskDefinition, @NotNull String repositoryIdSelector) -
Uses of RepositoryDefinitionException in com.atlassian.bamboo.v2.build.task
Methods in com.atlassian.bamboo.v2.build.task that throw RepositoryDefinitionExceptionModifier and TypeMethodDescription@NotNull CommonContext
InitializeBuild.call
(@NotNull CommonContext commonContext, @NotNull ReadOnlyCapabilitySet capabilitySet)