Package com.oracle.bmc.devops.model
Class RepositoryCommitSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.devops.model.RepositoryCommitSummary.Builder
 
- 
- Enclosing class:
- RepositoryCommitSummary
 
 public static class RepositoryCommitSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RepositoryCommitSummary.BuilderauthorEmail(String authorEmail)Email of the author of the repository.RepositoryCommitSummary.BuilderauthorName(String authorName)Name of the author of the repository.RepositoryCommitSummarybuild()RepositoryCommitSummary.BuildercommitId(String commitId)Commit hash pointed to by reference name.RepositoryCommitSummary.BuildercommitMessage(String commitMessage)The commit message.RepositoryCommitSummary.BuildercommitterEmail(String committerEmail)Email of who creates the commit.RepositoryCommitSummary.BuildercommitterName(String committerName)Name of who creates the commit.RepositoryCommitSummary.Buildercopy(RepositoryCommitSummary model)RepositoryCommitSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.RepositoryCommitSummary.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.RepositoryCommitSummary.BuilderparentCommitIds(List<String> parentCommitIds)An array of parent commit IDs of created commit.RepositoryCommitSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.RepositoryCommitSummary.BuildertimeCreated(Date timeCreated)The time to create the commit.RepositoryCommitSummary.BuildertreeId(String treeId)Tree information for the specified commit.
 
- 
- 
- 
Method Detail- 
commitIdpublic RepositoryCommitSummary.Builder commitId(String commitId) Commit hash pointed to by reference name.- Parameters:
- commitId- the value to set
- Returns:
- this builder
 
 - 
commitMessagepublic RepositoryCommitSummary.Builder commitMessage(String commitMessage) The commit message.- Parameters:
- commitMessage- the value to set
- Returns:
- this builder
 
 - 
authorNamepublic RepositoryCommitSummary.Builder authorName(String authorName) Name of the author of the repository.- Parameters:
- authorName- the value to set
- Returns:
- this builder
 
 - 
authorEmailpublic RepositoryCommitSummary.Builder authorEmail(String authorEmail) Email of the author of the repository.- Parameters:
- authorEmail- the value to set
- Returns:
- this builder
 
 - 
committerNamepublic RepositoryCommitSummary.Builder committerName(String committerName) Name of who creates the commit.- Parameters:
- committerName- the value to set
- Returns:
- this builder
 
 - 
committerEmailpublic RepositoryCommitSummary.Builder committerEmail(String committerEmail) Email of who creates the commit.- Parameters:
- committerEmail- the value to set
- Returns:
- this builder
 
 - 
parentCommitIdspublic RepositoryCommitSummary.Builder parentCommitIds(List<String> parentCommitIds) An array of parent commit IDs of created commit.- Parameters:
- parentCommitIds- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic RepositoryCommitSummary.Builder timeCreated(Date timeCreated) The time to create the commit.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
treeIdpublic RepositoryCommitSummary.Builder treeId(String treeId) Tree information for the specified commit.- Parameters:
- treeId- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic 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”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic 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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic 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”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic RepositoryCommitSummary build() 
 - 
copypublic RepositoryCommitSummary.Builder copy(RepositoryCommitSummary model) 
 
- 
 
-