Uses of Class
com.atlassian.bamboo.repository.RepositoryDefinitionException
-
Packages that use RepositoryDefinitionException Package Description com.atlassian.bamboo.repository com.atlassian.bamboo.task.repository com.atlassian.bamboo.v2.build.task -
-
Uses of RepositoryDefinitionException in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository that return types with arguments of type RepositoryDefinitionException Modifier and Type Method Description static Function<String,Result<RepositoryDefinitionException,PlanRepositoryDefinition>>
RepositoryFunctions. idSelectorToPlanRepositoryDefinition(@NotNull CommonTaskContext commonTaskContext)
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)
-
Uses of RepositoryDefinitionException in com.atlassian.bamboo.task.repository
Methods in com.atlassian.bamboo.task.repository that throw RepositoryDefinitionException 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)
-
Uses of RepositoryDefinitionException in com.atlassian.bamboo.v2.build.task
Methods in com.atlassian.bamboo.v2.build.task that throw RepositoryDefinitionException Modifier and Type Method Description @NotNull CommonContext
InitializeBuild. call(@NotNull CommonContext commonContext, @NotNull ReadOnlyCapabilitySet capabilitySet)
-