public class EventMergeRequest extends Object
Constructor and Description |
---|
EventMergeRequest() |
public Integer getAssigneeId()
public void setAssigneeId(Integer assigneeId)
public Integer getAuthorId()
public void setAuthorId(Integer authorId)
public String getBranchName()
public void setBranchName(String branchName)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public String getDescription()
public void setDescription(String description)
public Integer getId()
public void setId(Integer id)
public Integer getIid()
public void setIid(Integer iid)
public String getMergeCommitSha()
public void setMergeCommitSha(String mergeCommitSha)
public String getMergeStatus()
public void setMergeStatus(String mergeStatus)
public Integer getMilestoneId()
public void setMilestoneId(Integer milestoneId)
public Integer getPosition()
public void setPosition(Integer position)
public Date getLockedAt()
public void setLockedAt(Date lockedAt)
public Integer getProjectId()
public void setProjectId(Integer projectId)
public String getSourceBranch()
public void setSourceBranch(String sourceBranch)
public Integer getSourceProjectId()
public void setSourceProjectId(Integer sourceProjectId)
public String getStCommits()
public void setStCommits(String stCommits)
public String getStDiffs()
public void setStDiffs(String stDiffs)
public String getState()
public void setState(String state)
public String getTargetBranch()
public void setTargetBranch(String targetBranch)
public Integer getTargetProjectId()
public void setTargetProjectId(Integer targetProjectId)
public String getTitle()
public void setTitle(String title)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
public EventProject getSource()
public void setSource(EventProject source)
public EventProject getTarget()
public void setTarget(EventProject target)
public EventCommit getLastCommit()
public void setLastCommit(EventCommit lastCommit)
public Boolean getWorkInProgress()
public void setWorkInProgress(Boolean workInProgress)
public String getUrl()
public void setUrl(String url)
public String getAction()
public void setAction(String action)
public Assignee getAssignee()
public void setAssignee(Assignee assignee)
public Integer getUpdatedById()
public void setUpdatedById(Integer updatedById)
public String getMergeError()
public void setMergeError(String mergeError)
public Boolean getMergeWhenPipelineSucceeds()
public void setMergeWhenPipelineSucceeds(Boolean mergeWhenPipelineSucceeds)
public Integer getMergeUserId()
public void setMergeUserId(Integer mergeUserId)
public Date getDeletedAt()
public void setDeletedAt(Date deletedAt)
public String getInProgressMergeCommitSha()
public void setInProgressMergeCommitSha(String inProgressMergeCommitSha)
public Integer getLockVersion()
public void setLockVersion(Integer lockVersion)
public Date getLast_editedAt()
public void setLast_editedAt(Date last_editedAt)
public Integer getLastEditedById()
public void setLastEditedById(Integer lastEditedById)
public Integer getHeadPipelineId()
public void setHeadPipelineId(Integer headPipelineId)
public Boolean getRefFetched()
public void setRefFetched(Boolean refFetched)
public Integer getMergeIid()
public void setMergeIid(Integer mergeIid)
public Integer getTotalTimeSpent()
public void setTotalTimeSpent(Integer totalTimeSpent)
public Duration getHumanTotalTimeSpent()
public void setHumanTotalTimeSpent(Duration humanTotalTimeSpent)
public Integer getTimeEstimate()
public void setTimeEstimate(Integer timeEstimate)
public Duration getHumanTimeEstimate()
public void setHumanTimeEstimate(Duration humanTimeEstimate)
Copyright © 2019. All rights reserved.