Uses of Class
com.oracle.bmc.devops.model.Repository.RepositoryType
-
Packages that use Repository.RepositoryType Package Description com.oracle.bmc.devops.model -
-
Uses of Repository.RepositoryType in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return Repository.RepositoryType Modifier and Type Method Description static Repository.RepositoryType
Repository.RepositoryType. create(String key)
Repository.RepositoryType
CreateRepositoryDetails. getRepositoryType()
Type of repository.Repository.RepositoryType
Repository. getRepositoryType()
Type of repository: MIRRORED - Repository created by mirroring an existing repository.Repository.RepositoryType
RepositorySummary. getRepositoryType()
Type of repository.Repository.RepositoryType
UpdateRepositoryDetails. getRepositoryType()
Type of repository.static Repository.RepositoryType
Repository.RepositoryType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Repository.RepositoryType[]
Repository.RepositoryType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.devops.model with parameters of type Repository.RepositoryType Modifier and Type Method Description CreateRepositoryDetails.Builder
CreateRepositoryDetails.Builder. repositoryType(Repository.RepositoryType repositoryType)
Type of repository.Repository.Builder
Repository.Builder. repositoryType(Repository.RepositoryType repositoryType)
Type of repository: MIRRORED - Repository created by mirroring an existing repository.RepositorySummary.Builder
RepositorySummary.Builder. repositoryType(Repository.RepositoryType repositoryType)
Type of repository.UpdateRepositoryDetails.Builder
UpdateRepositoryDetails.Builder. repositoryType(Repository.RepositoryType repositoryType)
Type of repository.Constructors in com.oracle.bmc.devops.model with parameters of type Repository.RepositoryType Constructor Description CreateRepositoryDetails(String name, String projectId, String parentRepositoryId, String defaultBranch, Repository.RepositoryType repositoryType, MirrorRepositoryConfig mirrorRepositoryConfig, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.Repository(String id, String name, String compartmentId, String namespace, String projectId, String parentRepositoryId, String projectName, String sshUrl, String httpUrl, String description, String defaultBranch, Repository.RepositoryType repositoryType, MirrorRepositoryConfig mirrorRepositoryConfig, Date timeCreated, Date timeUpdated, Repository.LifecycleState lifecycleState, String lifecyleDetails, Integer branchCount, Integer commitCount, Long sizeInBytes, List<Repository.TriggerBuildEvents> triggerBuildEvents, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.RepositorySummary(String id, String name, String compartmentId, String projectId, String parentRepositoryId, String namespace, String projectName, String description, String defaultBranch, Repository.RepositoryType repositoryType, String sshUrl, String httpUrl, MirrorRepositoryConfig mirrorRepositoryConfig, Date timeCreated, Date timeUpdated, Repository.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateRepositoryDetails(String name, String description, String defaultBranch, Repository.RepositoryType repositoryType, MirrorRepositoryConfig mirrorRepositoryConfig, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-