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