Uses of Class
com.oracle.bmc.devops.model.PutRepositoryRefDetails
-
Packages that use PutRepositoryRefDetails Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.requests -
-
Uses of PutRepositoryRefDetails in com.oracle.bmc.devops.model
Subclasses of PutRepositoryRefDetails in com.oracle.bmc.devops.model Modifier and Type Class Description class
PutRepositoryBranchDetails
The information needed to create a branch.class
PutRepositoryTagDetails
The information needed to create a lightweight tag. -
Uses of PutRepositoryRefDetails in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return PutRepositoryRefDetails Modifier and Type Method Description PutRepositoryRefDetails
PutRepositoryRefRequest. getBody$()
Alternative accessor for the body parameter.PutRepositoryRefDetails
PutRepositoryRefRequest. getPutRepositoryRefDetails()
The information to create a reference with the type specified in the query.Methods in com.oracle.bmc.devops.requests with parameters of type PutRepositoryRefDetails Modifier and Type Method Description PutRepositoryRefRequest.Builder
PutRepositoryRefRequest.Builder. body$(PutRepositoryRefDetails body)
Alternative setter for the body parameter.PutRepositoryRefRequest.Builder
PutRepositoryRefRequest.Builder. putRepositoryRefDetails(PutRepositoryRefDetails putRepositoryRefDetails)
The information to create a reference with the type specified in the query.
-