public class StashPullRequestRef extends Object
Modifier and Type | Field and Description |
---|---|
static Function<com.atlassian.stash.rest.client.api.entity.PullRequestRef,StashPullRequestRef> |
FROM_PR_REF |
static String |
REFS_HEADS_PREFIX |
Constructor and Description |
---|
StashPullRequestRef(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() |
public static final String REFS_HEADS_PREFIX
public static final Function<com.atlassian.stash.rest.client.api.entity.PullRequestRef,StashPullRequestRef> FROM_PR_REF
@NotNull public String getRepositorySlug()
@NotNull public String getRepositoryName()
@NotNull public String getProjectKey()
@NotNull public String getProjectName()
@NotNull public String getId()
@Nullable public String getDisplayId()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.