public class StashPullRequestMergeability extends Object
| Modifier and Type | Field and Description |
|---|---|
static Function<com.atlassian.stash.rest.client.api.entity.PullRequestMergeability,StashPullRequestMergeability> |
FROM_PR_MERGEABILITY |
| Constructor and Description |
|---|
StashPullRequestMergeability(@Nullable String outcome,
boolean canMerge,
boolean conflicted) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
getOutcome() |
boolean |
isCanMerge() |
boolean |
isConflicted() |
public static final Function<com.atlassian.stash.rest.client.api.entity.PullRequestMergeability,StashPullRequestMergeability> FROM_PR_MERGEABILITY
public StashPullRequestMergeability(@Nullable
@Nullable String outcome,
boolean canMerge,
boolean conflicted)
@Nullable public @Nullable String getOutcome()
public boolean isCanMerge()
public boolean isConflicted()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.