Uses of Class
com.oracle.bmc.devops.model.RepositoryRef
-
Packages that use RepositoryRef Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.responses -
-
Uses of RepositoryRef in com.oracle.bmc.devops.model
Subclasses of RepositoryRef in com.oracle.bmc.devops.model Modifier and Type Class Description class
RepositoryBranch
Branch related information.class
RepositoryTag
The information needed to create a lightweight tag. -
Uses of RepositoryRef in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return RepositoryRef Modifier and Type Method Description RepositoryRef
CreateOrUpdateGitRefResponse. getRepositoryRef()
The returned RepositoryRef instance.RepositoryRef
GetRefResponse. getRepositoryRef()
The returned RepositoryRef instance.RepositoryRef
PutRepositoryRefResponse. getRepositoryRef()
The returned RepositoryRef instance.Methods in com.oracle.bmc.devops.responses with parameters of type RepositoryRef Modifier and Type Method Description CreateOrUpdateGitRefResponse.Builder
CreateOrUpdateGitRefResponse.Builder. repositoryRef(RepositoryRef repositoryRef)
The returned RepositoryRef instance.GetRefResponse.Builder
GetRefResponse.Builder. repositoryRef(RepositoryRef repositoryRef)
The returned RepositoryRef instance.PutRepositoryRefResponse.Builder
PutRepositoryRefResponse.Builder. repositoryRef(RepositoryRef repositoryRef)
The returned RepositoryRef instance.
-