Modifier and Type | Method and Description |
---|---|
@NotNull RestRepositoryDefinition |
RepositoryTestService.createLinkedRepository(@NotNull RestRepositoryConfig repositoryConfig,
@NotNull com.atlassian.user.User user)
Creates a linked repository as a specific user.
|
@NotNull RestRepositoryDefinition |
RepositoryTestServiceImpl.createLinkedRepository(@NotNull RestRepositoryConfig repositoryConfig,
@NotNull com.atlassian.user.User user) |
Modifier and Type | Method and Description |
---|---|
RestRepositoryDefinition |
RepositoryResource.createLinkedRepository(@NotNull RestRepositoryConfig repositoryConfig,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext) |
Modifier and Type | Method and Description |
---|---|
@NotNull RestRepositoryDefinition |
RepositoryControl.createLinkedRepository(@NotNull RestRepositoryConfig restRepositoryConfig)
Deprecated.
Prefer using
RepositoryControl.createRepository(VcsRepository) |
Modifier and Type | Class and Description |
---|---|
class |
RestRepositoryDefinition |
Modifier and Type | Method and Description |
---|---|
RestRepositoryConfig |
RestPlan.getRepository() |
Modifier and Type | Method and Description |
---|---|
void |
RestPlan.setRepository(RestRepositoryConfig repository) |
Constructor and Description |
---|
RestRepositoryConfig(@NotNull RestRepositoryConfig other) |
RestRepositoryDefinition(long id,
@NotNull RestRepositoryConfig repositoryConfig) |
Modifier and Type | Method and Description |
---|---|
static @NotNull RestRepositoryConfig |
RestRepositoryHelper.toRestRepositoryConfig(@NotNull Repository repository,
@NotNull String repositoryName)
Converts the repository to it's REST representation.
|
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.