public class GitlabMergeRequest extends Object
Constructor and Description |
---|
GitlabMergeRequest() |
public static final String URL
public Integer getId()
public void setId(Integer id)
@Deprecated public Integer getMilestoneId()
@Deprecated public void setMilestoneId(Integer id)
public Integer getIid()
public void setIid(Integer iid)
public String getTargetBranch()
public void setTargetBranch(String targetBranch)
public String getSourceBranch()
public void setSourceBranch(String sourceBranch)
public Integer getProjectId()
public void setProjectId(Integer projectId)
public Integer getSourceProjectId()
public void setSourceProjectId(Integer sourceProjectId)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String d)
@Deprecated public boolean isClosed()
@Deprecated public void setClosed(boolean closed)
@Deprecated public boolean isMerged()
@Deprecated public void setMerged(boolean merged)
public GitlabUser getAuthor()
public void setAuthor(GitlabUser author)
public GitlabUser getAssignee()
public void setAssignee(GitlabUser assignee)
public String getState()
public void setState(String state)
public GitlabMilestone getMilestone()
public void setMilestone(GitlabMilestone milestone)
public String[] getLabels()
public void setLabels(String[] labels)
public int getUpvotes()
public void setUpvotes(int upvotes)
public int getDownvotes()
public void setDownvotes(int downvotes)
public Integer getTargetProjectId()
public void setTargetProjectId(Integer targetProjectId)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public List<GitlabCommitDiff> getChanges()
public void setChanges(List<GitlabCommitDiff> changes)
public String getMergeStatus()
public void setMergeStatus(String mergeStatus)
public String getWebUrl()
public void setWebUrl(String webUrl)
public String getSha()
public void setSha(String sha)
Copyright © 2017. All Rights Reserved.