SourcePullRequestVersion interface
iteration |
Pull Request Iteration Id for which the release will publish status. |
pull |
Pull Request Id for which the release will publish status. |
pull |
Date and time of the pull request merge creation. It is required to keep timeline record of Releases created by pull request. |
source |
Source branch of the Pull Request. |
source |
Source branch commit Id of the Pull Request for which the release will publish status. |
target |
Target branch of the Pull Request. |
Pull Request Iteration Id for which the release will publish status.
iterationId: string
Property Value
string
Pull Request Id for which the release will publish status.
pullRequestId: string
Property Value
string
Date and time of the pull request merge creation. It is required to keep timeline record of Releases created by pull request.
pullRequestMergedAt: Date
Property Value
Date
Source branch of the Pull Request.
sourceBranch: string
Property Value
string
Source branch commit Id of the Pull Request for which the release will publish status.
sourceBranchCommitId: string
Property Value
string
Target branch of the Pull Request.
targetBranch: string
Property Value
string