| Package | Description |
|---|---|
| com.atlassian.stash.rest.client.api | |
| com.atlassian.stash.rest.client.api.entity |
| Modifier and Type | Method and Description |
|---|---|
Repository |
StashClient.forkRepository(String sourceProjectKey,
String sourceRepositorySlug,
String targetProjectKey,
String targetRepositorySlug)
Create a new repository forked from an existing repository.
|
Repository |
StashClient.getRepository(String projectKey,
String repositorySlug)
Retrieve a specific repository object
|
| Modifier and Type | Method and Description |
|---|---|
Page<Repository> |
StashClient.getProjectRepositories(String projectKey,
long start,
long limit)
Get a list of all repositories of a project
|
Page<Repository> |
StashClient.getRepositories(String projectName,
String query,
long start,
long limit)
Search for repositories the user can see.
|
| Modifier and Type | Method and Description |
|---|---|
Repository |
Repository.getOrigin() |
Repository |
RepositorySshKey.getRepository() |
| Constructor and Description |
|---|
Repository(String slug,
long id,
String name,
boolean isPublic,
String sshCloneUrl,
String httpCloneUrl,
String selfUrl,
Project project,
Repository origin) |
RepositorySshKey(long id,
String text,
String label,
Repository repository,
String permission) |
Copyright © 2020 Atlassian. All rights reserved.