@ExportedBean
public final class CauseData
extends Object
- Author:
- Robin Müller
-
Nested Class Summary
Nested Classes
-
Method Summary
-
Method Details
-
-
getSourceProjectId
@Exported
public Integer getSourceProjectId()
-
getTargetProjectId
@Exported
public Integer getTargetProjectId()
-
getBranch
@Exported
public String getBranch()
-
getSourceBranch
@Exported
public String getSourceBranch()
-
-
getUserName
@Exported
public String getUserName()
-
getUserUsername
@Exported
public String getUserUsername()
-
getUserEmail
@Exported
public String getUserEmail()
-
getSourceRepoHomepage
@Exported
public String getSourceRepoHomepage()
-
getSourceRepoName
@Exported
public String getSourceRepoName()
-
getSourceNamespace
@Exported
public String getSourceNamespace()
-
getSourceRepoUrl
@Exported
public String getSourceRepoUrl()
-
getSourceRepoSshUrl
@Exported
public String getSourceRepoSshUrl()
-
getSourceRepoHttpUrl
@Exported
public String getSourceRepoHttpUrl()
-
getMergeRequestTitle
@Exported
public String getMergeRequestTitle()
-
getMergeCommitSha
@Exported
public String getMergeCommitSha()
-
getMergeRequestDescription
@Exported
public String getMergeRequestDescription()
-
getMergeRequestId
@Exported
public Integer getMergeRequestId()
-
getMergeRequestIid
@Exported
public Integer getMergeRequestIid()
-
getMergeRequestTargetProjectId
@Exported
public Integer getMergeRequestTargetProjectId()
-
getMergeRequestLabels
@Exported
public List<String> getMergeRequestLabels()
-
getTargetBranch
@Exported
public String getTargetBranch()
-
getTargetRepoName
@Exported
public String getTargetRepoName()
-
getTargetNamespace
@Exported
public String getTargetNamespace()
-
getTargetRepoSshUrl
@Exported
public String getTargetRepoSshUrl()
-
getTargetRepoHttpUrl
@Exported
public String getTargetRepoHttpUrl()
-
getTriggeredByUser
@Exported
public String getTriggeredByUser()
-
getBefore
@Exported
public String getBefore()
-
getAfter
@Exported
public String getAfter()
-
getLastCommit
@Exported
public String getLastCommit()
-
getTargetProjectUrl
@Exported
public String getTargetProjectUrl()
-
getRef
@Exported
public String getRef()
-
getIsTag
@Exported
public String getIsTag()
-
getSha
@Exported
public String getSha()
-
getBeforeSha
@Exported
public String getBeforeSha()
-
getStatus
@Exported
public String getStatus()
-
getStages
@Exported
public String getStages()
-
getCreatedAt
@Exported
public String getCreatedAt()
-
getFinishedAt
@Exported
public String getFinishedAt()
-
getBuildDuration
@Exported
public String getBuildDuration()
-
-
getMergeRequestState
@Exported
public String getMergeRequestState()
-
getMergedByUser
@Exported
public String getMergedByUser()
-
getMergeRequestAssignee
@Exported
public String getMergeRequestAssignee()
-
-
-
-