Class StashPullRequestRef
- java.lang.Object
-
- com.atlassian.bamboo.plugins.stash.rest.entity.StashPullRequestRef
-
public class StashPullRequestRef extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Function<com.atlassian.stash.rest.client.api.entity.PullRequestRef,StashPullRequestRef>
FROM_PR_REF
static String
REFS_HEADS_PREFIX
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable String
getDisplayId()
@NotNull String
getId()
@NotNull String
getProjectKey()
@NotNull String
getProjectName()
@NotNull String
getRepositoryName()
@NotNull String
getRepositorySlug()
-
-
-
Field Detail
-
REFS_HEADS_PREFIX
public static final String REFS_HEADS_PREFIX
- See Also:
- Constant Field Values
-
FROM_PR_REF
public static final Function<com.atlassian.stash.rest.client.api.entity.PullRequestRef,StashPullRequestRef> FROM_PR_REF
-
-
Method Detail
-
getRepositorySlug
@NotNull public @NotNull String getRepositorySlug()
-
getRepositoryName
@NotNull public @NotNull String getRepositoryName()
-
getProjectKey
@NotNull public @NotNull String getProjectKey()
-
getProjectName
@NotNull public @NotNull String getProjectName()
-
getId
@NotNull public @NotNull String getId()
-
getDisplayId
@Nullable public @Nullable String getDisplayId()
-
-