public class PullRequestRef extends Object
| Constructor and Description |
|---|
PullRequestRef(String repositorySlug,
String repositoryName,
String projectKey,
String projectName,
String id) |
PullRequestRef(String repositorySlug,
String repositoryName,
String projectKey,
String projectName,
String id,
String displayId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayId() |
String |
getId() |
String |
getProjectKey() |
String |
getProjectName() |
String |
getRepositoryName() |
String |
getRepositorySlug() |
String |
toString() |
public PullRequestRef(@Nonnull String repositorySlug, @Nonnull String repositoryName, @Nonnull String projectKey, @Nonnull String projectName, @Nonnull String id)
Copyright © 2020 Atlassian. All rights reserved.