public static interface PullRequestMergedStateChangedEventMetadata.Builder extends SdkPojo, CopyableBuilder<PullRequestMergedStateChangedEventMetadata.Builder,PullRequestMergedStateChangedEventMetadata>
| Modifier and Type | Method and Description |
|---|---|
PullRequestMergedStateChangedEventMetadata.Builder |
destinationReference(String destinationReference)
The name of the branch that the pull request is merged into.
|
default PullRequestMergedStateChangedEventMetadata.Builder |
mergeMetadata(Consumer<MergeMetadata.Builder> mergeMetadata)
Information about the merge state change event.
|
PullRequestMergedStateChangedEventMetadata.Builder |
mergeMetadata(MergeMetadata mergeMetadata)
Information about the merge state change event.
|
PullRequestMergedStateChangedEventMetadata.Builder |
repositoryName(String repositoryName)
The name of the repository where the pull request was created.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPullRequestMergedStateChangedEventMetadata.Builder repositoryName(String repositoryName)
The name of the repository where the pull request was created.
repositoryName - The name of the repository where the pull request was created.PullRequestMergedStateChangedEventMetadata.Builder destinationReference(String destinationReference)
The name of the branch that the pull request is merged into.
destinationReference - The name of the branch that the pull request is merged into.PullRequestMergedStateChangedEventMetadata.Builder mergeMetadata(MergeMetadata mergeMetadata)
Information about the merge state change event.
mergeMetadata - Information about the merge state change event.default PullRequestMergedStateChangedEventMetadata.Builder mergeMetadata(Consumer<MergeMetadata.Builder> mergeMetadata)
Information about the merge state change event.
This is a convenience method that creates an instance of theMergeMetadata.Builder avoiding the need
to create one manually via MergeMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to mergeMetadata(MergeMetadata).mergeMetadata - a consumer that will call methods on MergeMetadata.BuildermergeMetadata(MergeMetadata)Copyright © 2022. All rights reserved.