Uses of Class
com.dabsquared.gitlabjenkins.cause.CauseDataBuilder
Packages that use CauseDataBuilder
-
Uses of CauseDataBuilder in com.dabsquared.gitlabjenkins.cause
Fields in com.dabsquared.gitlabjenkins.cause declared as CauseDataBuilderMethods in com.dabsquared.gitlabjenkins.cause that return CauseDataBuilderModifier and TypeMethodDescriptionCauseDataBuilder.but()
Returns a clone of this builder.static CauseDataBuilder
CauseDataBuilder.causeData()
Factory Method to construct a CauseDataBuilderCauseDataBuilder.withActionType
(CauseData.ActionType value) Sets the default value for the actionType property.Sets the default value for the after property.CauseDataBuilder.withBefore
(String value) Sets the default value for the before property.CauseDataBuilder.withBeforeSha
(String value) Sets the default value for the beforeSha property.CauseDataBuilder.withBranch
(String value) Sets the default value for the branch property.CauseDataBuilder.withBuildDuration
(String value) Sets the default value for the buildDuration property.CauseDataBuilder.withCommentAuthor
(String value) Sets the default value for the commentAuthor property.CauseDataBuilder.withCreatedAt
(String value) Sets the default value for the createdAt property.CauseDataBuilder.withFinishedAt
(String value) Sets the default value for the finishedAt property.Sets the default value for the isTag property.CauseDataBuilder.withLastCommit
(String value) Sets the default value for the lastCommit property.CauseDataBuilder.withMergeCommitSha
(String value) Sets the default value for the mergeCommitSha property.CauseDataBuilder.withMergedByUser
(String value) Sets the default value for the mergedByUser property.CauseDataBuilder.withMergeRequestAssignee
(String value) Sets the default value for the mergeRequestAssignee property.CauseDataBuilder.withMergeRequestDescription
(String value) Sets the default value for the mergeRequestDescription property.CauseDataBuilder.withMergeRequestId
(Integer value) Sets the default value for the mergeRequestId property.CauseDataBuilder.withMergeRequestIid
(Integer value) Sets the default value for the mergeRequestIid property.CauseDataBuilder.withMergeRequestLabels
(List<String> value) Sets the default value for the mergeRequestLabels property.CauseDataBuilder.withMergeRequestState
(String value) Sets the default value for the mergeRequestState property.CauseDataBuilder.withMergeRequestTargetProjectId
(Integer value) Sets the default value for the mergeRequestTargetProjectId property.CauseDataBuilder.withMergeRequestTitle
(String value) Sets the default value for the mergeRequestTitle property.Sets the default value for the ref property.Sets the default value for the sha property.CauseDataBuilder.withSourceBranch
(String value) Sets the default value for the sourceBranch property.CauseDataBuilder.withSourceNamespace
(String value) Sets the default value for the sourceNamespace property.CauseDataBuilder.withSourceProjectId
(Integer value) Sets the default value for the sourceProjectId property.CauseDataBuilder.withSourceRepoHomepage
(String value) Sets the default value for the sourceRepoHomepage property.CauseDataBuilder.withSourceRepoHttpUrl
(String value) Sets the default value for the sourceRepoHttpUrl property.CauseDataBuilder.withSourceRepoName
(String value) Sets the default value for the sourceRepoName property.CauseDataBuilder.withSourceRepoSshUrl
(String value) Sets the default value for the sourceRepoSshUrl property.CauseDataBuilder.withSourceRepoUrl
(String value) Sets the default value for the sourceRepoUrl property.CauseDataBuilder.withStages
(String value) Sets the default value for the stages property.CauseDataBuilder.withStatus
(String value) Sets the default value for the status property.CauseDataBuilder.withTargetBranch
(String value) Sets the default value for the targetBranch property.CauseDataBuilder.withTargetNamespace
(String value) Sets the default value for the targetNamespace property.CauseDataBuilder.withTargetProjectId
(Integer value) Sets the default value for the targetProjectId property.CauseDataBuilder.withTargetProjectUrl
(String value) Sets the default value for the targetProjectUrl property.CauseDataBuilder.withTargetRepoHttpUrl
(String value) Sets the default value for the targetRepoHttpUrl property.CauseDataBuilder.withTargetRepoName
(String value) Sets the default value for the targetRepoName property.CauseDataBuilder.withTargetRepoSshUrl
(String value) Sets the default value for the targetRepoSshUrl property.CauseDataBuilder.withTriggeredByUser
(String value) Sets the default value for the triggeredByUser property.CauseDataBuilder.withTriggerPhrase
(String value) Sets the default value for the triggerPhrase property.CauseDataBuilder.withUserEmail
(String value) Sets the default value for the userEmail property.CauseDataBuilder.withUserName
(String value) Sets the default value for the userName property.CauseDataBuilder.withUserUsername
(String value) Sets the default value for the userUsername property.