SourcePullRequestVersion interface
Properties
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. |
Property Details
iterationId
Pull Request Iteration Id for which the release will publish status.
iterationId: string
Property Value
string
pullRequestId
Pull Request Id for which the release will publish status.
pullRequestId: string
Property Value
string
pullRequestMergedAt
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
sourceBranch
Source branch of the Pull Request.
sourceBranch: string
Property Value
string
sourceBranchCommitId
Source branch commit Id of the Pull Request for which the release will publish status.
sourceBranchCommitId: string
Property Value
string
targetBranch
Target branch of the Pull Request.
targetBranch: string
Property Value
string