Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data PullRequestSourceReferenceUpdatedEventMetadata = PullRequestSourceReferenceUpdatedEventMetadata' {}
- newPullRequestSourceReferenceUpdatedEventMetadata :: PullRequestSourceReferenceUpdatedEventMetadata
- pullRequestSourceReferenceUpdatedEventMetadata_afterCommitId :: Lens' PullRequestSourceReferenceUpdatedEventMetadata (Maybe Text)
- pullRequestSourceReferenceUpdatedEventMetadata_beforeCommitId :: Lens' PullRequestSourceReferenceUpdatedEventMetadata (Maybe Text)
- pullRequestSourceReferenceUpdatedEventMetadata_mergeBase :: Lens' PullRequestSourceReferenceUpdatedEventMetadata (Maybe Text)
- pullRequestSourceReferenceUpdatedEventMetadata_repositoryName :: Lens' PullRequestSourceReferenceUpdatedEventMetadata (Maybe Text)
Documentation
data PullRequestSourceReferenceUpdatedEventMetadata Source #
Information about an update to the source branch of a pull request.
See: newPullRequestSourceReferenceUpdatedEventMetadata
smart constructor.
PullRequestSourceReferenceUpdatedEventMetadata' | |
|
Instances
newPullRequestSourceReferenceUpdatedEventMetadata :: PullRequestSourceReferenceUpdatedEventMetadata Source #
Create a value of PullRequestSourceReferenceUpdatedEventMetadata
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:afterCommitId:PullRequestSourceReferenceUpdatedEventMetadata'
, pullRequestSourceReferenceUpdatedEventMetadata_afterCommitId
- The full commit ID of the commit in the source branch that was the tip
of the branch at the time the pull request was updated.
$sel:beforeCommitId:PullRequestSourceReferenceUpdatedEventMetadata'
, pullRequestSourceReferenceUpdatedEventMetadata_beforeCommitId
- The full commit ID of the commit in the destination branch that was the
tip of the branch at the time the pull request was updated.
$sel:mergeBase:PullRequestSourceReferenceUpdatedEventMetadata'
, pullRequestSourceReferenceUpdatedEventMetadata_mergeBase
- The commit ID of the most recent commit that the source branch and the
destination branch have in common.
$sel:repositoryName:PullRequestSourceReferenceUpdatedEventMetadata'
, pullRequestSourceReferenceUpdatedEventMetadata_repositoryName
- The name of the repository where the pull request was updated.
pullRequestSourceReferenceUpdatedEventMetadata_afterCommitId :: Lens' PullRequestSourceReferenceUpdatedEventMetadata (Maybe Text) Source #
The full commit ID of the commit in the source branch that was the tip of the branch at the time the pull request was updated.
pullRequestSourceReferenceUpdatedEventMetadata_beforeCommitId :: Lens' PullRequestSourceReferenceUpdatedEventMetadata (Maybe Text) Source #
The full commit ID of the commit in the destination branch that was the tip of the branch at the time the pull request was updated.
pullRequestSourceReferenceUpdatedEventMetadata_mergeBase :: Lens' PullRequestSourceReferenceUpdatedEventMetadata (Maybe Text) Source #
The commit ID of the most recent commit that the source branch and the destination branch have in common.
pullRequestSourceReferenceUpdatedEventMetadata_repositoryName :: Lens' PullRequestSourceReferenceUpdatedEventMetadata (Maybe Text) Source #
The name of the repository where the pull request was updated.