public static class PullRequestProperties.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PullRequestProperties |
build() |
PullRequestProperties.Builder |
copy(PullRequestProperties model) |
PullRequestProperties.Builder |
pullRequestIdentifier(String pullRequestIdentifier)
Unique identifier for the pull or merge request created in the recommend stage.
|
PullRequestProperties.Builder |
pullRequestUrl(String pullRequestUrl)
The web link to the pull or merge request created in the recommend stage.
|
public PullRequestProperties.Builder pullRequestIdentifier(String pullRequestIdentifier)
Unique identifier for the pull or merge request created in the recommend stage.
pullRequestIdentifier
- the value to setpublic PullRequestProperties.Builder pullRequestUrl(String pullRequestUrl)
The web link to the pull or merge request created in the recommend stage.
pullRequestUrl
- the value to setpublic PullRequestProperties build()
public PullRequestProperties.Builder copy(PullRequestProperties model)
Copyright © 2016–2024. All rights reserved.