Repository.Builder |
Repository.Builder.branchCount(Integer branchCount) |
The count of the branches present in the repository.
|
static Repository.Builder |
Repository.builder() |
Create a new builder.
|
Repository.Builder |
Repository.Builder.commitCount(Integer commitCount) |
The count of the commits present in the repository.
|
Repository.Builder |
Repository.Builder.compartmentId(String compartmentId) |
The OCID of the repository’s compartment.
|
Repository.Builder |
Repository.Builder.copy(Repository model) |
|
Repository.Builder |
Repository.Builder.defaultBranch(String defaultBranch) |
The default branch of the repository.
|
Repository.Builder |
Repository.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
Repository.Builder |
Repository.Builder.description(String description) |
Details of the repository.
|
Repository.Builder |
Repository.Builder.freeformTags(Map<String,String> freeformTags) |
Simple key-value pair that is applied without any predefined name, type or scope.
|
Repository.Builder |
Repository.Builder.httpUrl(String httpUrl) |
HTTP URL that you use to git clone, pull and push.
|
Repository.Builder |
Repository.Builder.id(String id) |
The OCID of the repository.
|
Repository.Builder |
Repository.Builder.lifecycleState(Repository.LifecycleState lifecycleState) |
The current state of the repository.
|
Repository.Builder |
Repository.Builder.lifecyleDetails(String lifecyleDetails) |
A message describing the current state in more detail.
|
Repository.Builder |
Repository.Builder.mirrorRepositoryConfig(MirrorRepositoryConfig mirrorRepositoryConfig) |
|
Repository.Builder |
Repository.Builder.name(String name) |
Name of the repository.
|
Repository.Builder |
Repository.Builder.namespace(String namespace) |
Tenancy unique namespace.
|
Repository.Builder |
Repository.Builder.parentRepositoryId(String parentRepositoryId) |
The OCID of the parent repository.
|
Repository.Builder |
Repository.Builder.projectId(String projectId) |
The OCID of the DevOps project containing the repository.
|
Repository.Builder |
Repository.Builder.projectName(String projectName) |
Unique project name in a namespace.
|
Repository.Builder |
Repository.Builder.repositoryType(Repository.RepositoryType repositoryType) |
Type of repository: MIRRORED - Repository created by mirroring an existing repository.
|
Repository.Builder |
Repository.Builder.sizeInBytes(Long sizeInBytes) |
The size of the repository in bytes.
|
Repository.Builder |
Repository.Builder.sshUrl(String sshUrl) |
SSH URL that you use to git clone, pull and push.
|
Repository.Builder |
Repository.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
Usage of system tag keys.
|
Repository.Builder |
Repository.Builder.timeCreated(Date timeCreated) |
The time the repository was created.
|
Repository.Builder |
Repository.Builder.timeUpdated(Date timeUpdated) |
The time the repository was updated.
|
Repository.Builder |
Repository.toBuilder() |
|
Repository.Builder |
Repository.Builder.triggerBuildEvents(List<Repository.TriggerBuildEvents> triggerBuildEvents) |
Trigger build events supported for this repository: PUSH - Build is triggered when a push
event occurs.
|