public static class RepositoryCommitSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RepositoryCommitSummary.Builder |
authorEmail(String authorEmail)
Email of the author of the repository.
|
RepositoryCommitSummary.Builder |
authorName(String authorName)
Name of the author of the repository.
|
RepositoryCommitSummary |
build() |
RepositoryCommitSummary.Builder |
commitId(String commitId)
Commit hash pointed to by reference name.
|
RepositoryCommitSummary.Builder |
commitMessage(String commitMessage)
The commit message.
|
RepositoryCommitSummary.Builder |
committerEmail(String committerEmail)
Email of who creates the commit.
|
RepositoryCommitSummary.Builder |
committerName(String committerName)
Name of who creates the commit.
|
RepositoryCommitSummary.Builder |
copy(RepositoryCommitSummary model) |
RepositoryCommitSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
RepositoryCommitSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
RepositoryCommitSummary.Builder |
parentCommitIds(List<String> parentCommitIds)
An array of parent commit IDs of created commit.
|
RepositoryCommitSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
RepositoryCommitSummary.Builder |
timeCreated(Date timeCreated)
The time to create the commit.
|
RepositoryCommitSummary.Builder |
treeId(String treeId)
Tree information for the specified commit.
|
public RepositoryCommitSummary.Builder commitId(String commitId)
Commit hash pointed to by reference name.
commitId
- the value to setpublic RepositoryCommitSummary.Builder commitMessage(String commitMessage)
The commit message.
commitMessage
- the value to setpublic RepositoryCommitSummary.Builder authorName(String authorName)
Name of the author of the repository.
authorName
- the value to setpublic RepositoryCommitSummary.Builder authorEmail(String authorEmail)
Email of the author of the repository.
authorEmail
- the value to setpublic RepositoryCommitSummary.Builder committerName(String committerName)
Name of who creates the commit.
committerName
- the value to setpublic RepositoryCommitSummary.Builder committerEmail(String committerEmail)
Email of who creates the commit.
committerEmail
- the value to setpublic RepositoryCommitSummary.Builder parentCommitIds(List<String> parentCommitIds)
An array of parent commit IDs of created commit.
parentCommitIds
- the value to setpublic RepositoryCommitSummary.Builder timeCreated(Date timeCreated)
The time to create the commit.
timeCreated
- the value to setpublic RepositoryCommitSummary.Builder treeId(String treeId)
Tree information for the specified commit.
treeId
- the value to setpublic RepositoryCommitSummary.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. See Resource
Tags. Example:
{"bar-key": "value"}
freeformTags
- the value to setpublic RepositoryCommitSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. See
Resource Tags.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic RepositoryCommitSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource
Tags. Example:
{"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic RepositoryCommitSummary build()
public RepositoryCommitSummary.Builder copy(RepositoryCommitSummary model)
Copyright © 2016–2024. All rights reserved.