Uses of Class
com.gitee.jenkins.cause.CauseDataBuilder
Packages that use CauseDataBuilder
-
Uses of CauseDataBuilder in com.gitee.jenkins.cause
Fields in com.gitee.jenkins.cause declared as CauseDataBuilderMethods in com.gitee.jenkins.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.withCreated
(boolean value) Sets the default value for the created property.CauseDataBuilder.withCreatedAt
(String value) Sets the default value for the createdAt property.CauseDataBuilder.withDeleted
(boolean value) Sets the default value for the deleted property.CauseDataBuilder.withFinishedAt
(String value) Sets the default value for the finishedAt property.Sets the default value for the isTag property.CauseDataBuilder.withJsonBody
(String value) Sets the default value for the jsonBody property.CauseDataBuilder.withLastCommit
(String value) Sets the default value for the lastCommit property.CauseDataBuilder.withMergedByUser
(String value) Sets the default value for the mergedByUser property.CauseDataBuilder.withNoteBody
(String value) Sets the default value for the noteBody property.CauseDataBuilder.withPathWithNamespace
(String value) Sets the default value for the pathWithNamespace property.CauseDataBuilder.withPullRequestAssignee
(String value) Sets the default value for the pullRequestAssignee property.CauseDataBuilder.withPullRequestDescription
(String value) Sets the default value for the pullRequestDescription property.CauseDataBuilder.withPullRequestId
(Integer value) Sets the default value for the pullRequestId property.CauseDataBuilder.withPullRequestIid
(Integer value) Sets the default value for the pullRequestIid property.CauseDataBuilder.withPullRequestState
(String value) Sets the default value for the pullRequestState property.CauseDataBuilder.withPullRequestTargetProjectId
(Integer value) Sets the default value for the pullRequestTargetProjectId property.CauseDataBuilder.withPullRequestTitle
(String value) Sets the default value for the pullRequestTitle 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.