public class GitlabMergeRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
STATUS_CLOSED |
static String |
STATUS_MERGED |
static String |
STATUS_OPENED |
static String |
URL |
Constructor and Description |
---|
GitlabMergeRequest() |
public static final String URL
public static final String STATUS_OPENED
public static final String STATUS_MERGED
public static final String STATUS_CLOSED
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 Integer getUpvotes()
public void setUpvotes(int upvotes)
public Integer 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 getMergeCommitSHA()
public void setMergeCommitSHA(String mergeCommitSHA)
public String getMergeStatus()
public void setMergeStatus(String mergeStatus)
public String getWebUrl()
public void setWebUrl(String webUrl)
public String getSha()
public void setSha(String sha)
public Boolean isWorkInProgress()
public Boolean isMergeWhenPipelineSucceeds()
public Integer getUserNotesCount()
public Boolean isDiscussionLocked()
public Boolean isShouldRemoveSourceBranch()
public Boolean isForceRemoveSourceBranch()
public Boolean isSquash()
public String getChangesCount()
public GitlabUser getMergedBy()
public Date getMergedAt()
public GitlabUser getClosedBy()
public Date getClosedAt()
public Date getLatestBuildStartedAt()
public Date getLatestBuildFinishedAt()
public Date getFirstDeployedToProductionAt()
public String getBaseSha()
public String getHeadSha()
public String getStartSha()
Copyright © 2019. All rights reserved.