public class StashPullRequestMergeableResponse extends Object
| Constructor and Description |
|---|
StashPullRequestMergeableResponse() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCanMerge() |
Boolean |
getConflicted() |
ArrayList<StashPullRequestMergeableVetoMessage> |
getVetoes() |
void |
setCanMerge(Boolean canMerge) |
void |
setConflicted(Boolean conflicted) |
void |
setVetoes(ArrayList<StashPullRequestMergeableVetoMessage> vetoes) |
public Boolean getCanMerge()
public void setCanMerge(Boolean canMerge)
public Boolean getConflicted()
public void setConflicted(Boolean conflicted)
public ArrayList<StashPullRequestMergeableVetoMessage> getVetoes()
public void setVetoes(ArrayList<StashPullRequestMergeableVetoMessage> vetoes)
Copyright © 2016–2020. All rights reserved.