Uses of Class
com.atlassian.bitbucket.repository.RepositoryForkRequest
Packages that use RepositoryForkRequest
-
Uses of RepositoryForkRequest in com.atlassian.bitbucket.repository
Methods in com.atlassian.bitbucket.repository that return RepositoryForkRequestModifier and TypeMethodDescriptionRepositoryForkRequest.Builder.build()
Builds arequest
from the assembled values.Methods in com.atlassian.bitbucket.repository with parameters of type RepositoryForkRequestModifier and TypeMethodDescriptionRepositoryService.fork
(RepositoryForkRequest request) Create a new repository by forking from an existing repository.Constructors in com.atlassian.bitbucket.repository with parameters of type RepositoryForkRequestModifierConstructorDescriptionBuilder
(RepositoryForkRequest request) Constructs a newBuilder
which uses as its defaults all the values from the provided request.