Package | Description |
---|---|
com.atlassian.bamboo.plugins.stash.rest.entity |
Modifier and Type | Field and Description |
---|---|
static Function<com.atlassian.stash.rest.client.api.entity.PullRequestRef,StashPullRequestRef> |
StashPullRequestRef.FROM_PR_REF |
Modifier and Type | Method and Description |
---|---|
StashPullRequestRef |
StashPullRequestStatus.getFromRef() |
StashPullRequestRef |
StashPullRequestStatus.getToRef() |
Constructor and Description |
---|
StashPullRequestStatus(long id,
long version,
String title,
String url,
String mergeOutcome,
StashPullRequestParticipant author,
List<StashPullRequestParticipant> reviewers,
StashPullRequestRef fromRef,
StashPullRequestRef toRef,
long lastUpdated,
Long commentCount,
Long outstandingTaskCount,
Long resolvedTaskCount) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.