public interface RepositoryTestService
Modifier and Type | Method and Description |
---|---|
RestRepositoryDefinition |
createLinkedRepository(RestRepositoryConfig repositoryConfig,
com.atlassian.user.User user)
Creates a linked repository as a specific user.
|
void |
deleteAllLinkedRepositories()
Deletes all linked repositories.
|
boolean |
deleteLinkedRepository(long repositoryId)
Deletes a linked repository.
|
@NotNull RestRepositoryDefinition createLinkedRepository(@NotNull RestRepositoryConfig repositoryConfig, @NotNull com.atlassian.user.User user)
repositoryConfig
- repository configurationuser
- user which is creating the repositoryboolean deleteLinkedRepository(long repositoryId)
repositoryId
- id of the linked repository to deletevoid deleteAllLinkedRepositories()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.