Uses of Class
com.oracle.bmc.devops.model.RepositoryPathCommitDetails
-
Packages that use RepositoryPathCommitDetails Package Description com.oracle.bmc.devops.model -
-
Uses of RepositoryPathCommitDetails in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return RepositoryPathCommitDetails Modifier and Type Method Description RepositoryPathCommitDetailsRepositoryPathCommitDetails.Builder. build()RepositoryPathCommitDetailsRepositoryPathSummary. getLastCommitDetails()Methods in com.oracle.bmc.devops.model with parameters of type RepositoryPathCommitDetails Modifier and Type Method Description RepositoryPathCommitDetails.BuilderRepositoryPathCommitDetails.Builder. copy(RepositoryPathCommitDetails model)RepositoryPathSummary.BuilderRepositoryPathSummary.Builder. lastCommitDetails(RepositoryPathCommitDetails lastCommitDetails)Constructors in com.oracle.bmc.devops.model with parameters of type RepositoryPathCommitDetails Constructor Description RepositoryPathSummary(String type, Long sizeInBytes, String name, String path, String sha, String submoduleGitUrl, RepositoryPathCommitDetails lastCommitDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-