Package | Description |
---|---|
com.amazonaws.services.codecommit.model |
Modifier and Type | Method and Description |
---|---|
UserInfo |
UserInfo.clone() |
UserInfo |
Commit.getAuthor()
Information about the author of the specified commit.
|
UserInfo |
Commit.getCommitter()
Information about the person who committed the specified commit, also
known as the committer.
|
UserInfo |
UserInfo.withDate(String dateValue)
The date when the specified commit was pushed to the repository.
|
UserInfo |
UserInfo.withEmail(String email)
The email address associated with the user who made the commit, if any.
|
UserInfo |
UserInfo.withName(String name)
The name of the user who made the specified commit.
|
Modifier and Type | Method and Description |
---|---|
void |
Commit.setAuthor(UserInfo author)
Information about the author of the specified commit.
|
void |
Commit.setCommitter(UserInfo committer)
Information about the person who committed the specified commit, also
known as the committer.
|
Commit |
Commit.withAuthor(UserInfo author)
Information about the author of the specified commit.
|
Commit |
Commit.withCommitter(UserInfo committer)
Information about the person who committed the specified commit, also
known as the committer.
|
Copyright © 2018. All rights reserved.