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(String outcome,
boolean canMerge,
boolean conflicted) |
Modifier and Type | Method and Description |
---|---|
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 String outcome, boolean canMerge, boolean conflicted)
@Nullable public String getOutcome()
public boolean isCanMerge()
public boolean isConflicted()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.