Uses of Class
org.craftercms.studio.api.v1.exception.repository.RemoteRepositoryNotFoundException
Packages that use RemoteRepositoryNotFoundException
Package
Description
-
Uses of RemoteRepositoryNotFoundException in org.craftercms.studio.api.v1.service.site
Methods in org.craftercms.studio.api.v1.service.site that throw RemoteRepositoryNotFoundExceptionModifier and TypeMethodDescriptionvoidSiteService.createSiteWithRemoteOption(String siteId, String siteName, String sandboxBranch, String description, String blueprintName, String remoteName, String remoteUrl, String remoteBranch, boolean singleBranch, String authenticationType, String remoteUsername, String remotePassword, String remoteToken, String remotePrivateKey, String createOption, Map<String, String> params, boolean createAsOrphan) Create a new site with remote option (clone from remote or push to remote repository) -
Uses of RemoteRepositoryNotFoundException in org.craftercms.studio.api.v2.repository
Methods in org.craftercms.studio.api.v2.repository that throw RemoteRepositoryNotFoundExceptionModifier and TypeMethodDescriptionbooleanContentRepository.createSiteCloneRemote(String siteId, String sandboxBranch, String remoteName, String remoteUrl, String remoteBranch, boolean singleBranch, String authenticationType, String remoteUsername, String remotePassword, String remoteToken, String remotePrivateKey, Map<String, String> params, boolean createAsOrphan, String creator) Create new site as a clone from remote repository -
Uses of RemoteRepositoryNotFoundException in org.craftercms.studio.api.v2.service.marketplace
Methods in org.craftercms.studio.api.v2.service.marketplace that throw RemoteRepositoryNotFoundExceptionModifier and TypeMethodDescriptionvoidMarketplaceService.createSite(CreateSiteRequest request) Creates a site using the given blueprint -
Uses of RemoteRepositoryNotFoundException in org.craftercms.studio.api.v2.service.marketplace.internal
Methods in org.craftercms.studio.api.v2.service.marketplace.internal that throw RemoteRepositoryNotFoundExceptionModifier and TypeMethodDescriptionvoidMarketplaceServiceInternal.createSite(CreateSiteRequest request) Creates a site using the given blueprint -
Uses of RemoteRepositoryNotFoundException in org.craftercms.studio.api.v2.service.repository
Methods in org.craftercms.studio.api.v2.service.repository that throw RemoteRepositoryNotFoundExceptionModifier and TypeMethodDescriptionbooleanRepositoryManagementService.addRemote(String siteId, RemoteRepository remoteRepository) RepositoryManagementService.pullFromRemote(String siteId, String remoteName, String remoteBranch, String mergeStrategy) booleanRepositoryManagementService.pushToRemote(String siteId, String remoteName, String remoteBranch, boolean force) -
Uses of RemoteRepositoryNotFoundException in org.craftercms.studio.api.v2.service.repository.internal
Methods in org.craftercms.studio.api.v2.service.repository.internal that throw RemoteRepositoryNotFoundExceptionModifier and TypeMethodDescriptionbooleanRepositoryManagementServiceInternal.addRemote(String siteId, RemoteRepository remoteRepository) RepositoryManagementServiceInternal.pullFromRemote(String siteId, String remoteName, String remoteBranch, String mergeStrategy) booleanRepositoryManagementServiceInternal.pushToRemote(String siteId, String remoteName, String remoteBranch, boolean force) -
Uses of RemoteRepositoryNotFoundException in org.craftercms.studio.api.v2.utils
Methods in org.craftercms.studio.api.v2.utils that throw RemoteRepositoryNotFoundExceptionModifier and TypeMethodDescriptionbooleanGitRepositoryHelper.createSiteCloneRemoteGitRepo(String siteId, String sandboxBranch, String remoteName, String remoteUrl, String remoteBranch, boolean singleBranch, String authenticationType, String remoteUsername, String remotePassword, String remoteToken, String remotePrivateKey, boolean createAsOrphan, String creator) -
Uses of RemoteRepositoryNotFoundException in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 with parameters of type RemoteRepositoryNotFoundExceptionModifier and TypeMethodDescriptionExceptionHandlers.handleRemoteRepositoryNotFoundException(jakarta.servlet.http.HttpServletRequest request, RemoteRepositoryNotFoundException e) Methods in org.craftercms.studio.controller.rest.v2 that throw RemoteRepositoryNotFoundExceptionModifier and TypeMethodDescriptionRepositoryManagementController.addRemote(jakarta.servlet.http.HttpServletResponse response, @Valid RemoteRepository remoteRepository) SitesController.createSite(@Valid CreateSiteRequest request) RepositoryManagementController.pullFromRemote(@Valid PullFromRemoteRequest pullFromRemoteRequest) RepositoryManagementController.pushToRemote(jakarta.servlet.http.HttpServletResponse response, @Valid PushToRemoteRequest pushToRemoteRequest) -
Uses of RemoteRepositoryNotFoundException in org.craftercms.studio.impl.v1.service.site
Methods in org.craftercms.studio.impl.v1.service.site that throw RemoteRepositoryNotFoundExceptionModifier and TypeMethodDescriptionvoidSiteServiceImpl.createSiteWithRemoteOption(@Size(max=50) String siteId, String siteName, String sandboxBranch, String description, String blueprintName, String remoteName, String remoteUrl, String remoteBranch, boolean singleBranch, String authenticationType, String remoteUsername, String remotePassword, String remoteToken, String remotePrivateKey, String createOption, Map<String, String> params, boolean createAsOrphan) -
Uses of RemoteRepositoryNotFoundException in org.craftercms.studio.impl.v2.repository
Methods in org.craftercms.studio.impl.v2.repository that throw RemoteRepositoryNotFoundExceptionModifier and TypeMethodDescriptionbooleanGitContentRepository.createSiteCloneRemote(String siteId, String sandboxBranch, String remoteName, String remoteUrl, String remoteBranch, boolean singleBranch, String authenticationType, String remoteUsername, String remotePassword, String remoteToken, String remotePrivateKey, Map<String, String> params, boolean createAsOrphan, String creator) -
Uses of RemoteRepositoryNotFoundException in org.craftercms.studio.impl.v2.repository.blob
Methods in org.craftercms.studio.impl.v2.repository.blob that throw RemoteRepositoryNotFoundExceptionModifier and TypeMethodDescriptionbooleanBlobAwareContentRepository.createSiteCloneRemote(String siteId, String sandboxBranch, String remoteName, String remoteUrl, String remoteBranch, boolean singleBranch, String authenticationType, String remoteUsername, String remotePassword, String remoteToken, String remotePrivateKey, Map<String, String> params, boolean createAsOrphan, String creator) -
Uses of RemoteRepositoryNotFoundException in org.craftercms.studio.impl.v2.service.marketplace
Methods in org.craftercms.studio.impl.v2.service.marketplace that throw RemoteRepositoryNotFoundExceptionModifier and TypeMethodDescriptionvoidMarketplaceServiceImpl.createSite(CreateSiteRequest request) -
Uses of RemoteRepositoryNotFoundException in org.craftercms.studio.impl.v2.service.marketplace.internal
Methods in org.craftercms.studio.impl.v2.service.marketplace.internal that throw RemoteRepositoryNotFoundExceptionModifier and TypeMethodDescriptionvoidMarketplaceServiceInternalImpl.createSite(CreateSiteRequest request) -
Uses of RemoteRepositoryNotFoundException in org.craftercms.studio.impl.v2.service.repository
Methods in org.craftercms.studio.impl.v2.service.repository that throw RemoteRepositoryNotFoundExceptionModifier and TypeMethodDescriptionbooleanRepositoryManagementServiceImpl.addRemote(String siteId, RemoteRepository remoteRepository) RepositoryManagementServiceImpl.pullFromRemote(String siteId, String remoteName, String remoteBranch, String mergeStrategy) booleanRepositoryManagementServiceImpl.pushToRemote(String siteId, String remoteName, String remoteBranch, boolean force) -
Uses of RemoteRepositoryNotFoundException in org.craftercms.studio.impl.v2.service.repository.internal
Methods in org.craftercms.studio.impl.v2.service.repository.internal that throw RemoteRepositoryNotFoundExceptionModifier and TypeMethodDescriptionbooleanRepositoryManagementServiceInternalImpl.addRemote(String siteId, RemoteRepository remoteRepository) RepositoryManagementServiceInternalImpl.pullFromRemote(String siteId, String remoteName, String remoteBranch, String mergeStrategy) booleanRepositoryManagementServiceInternalImpl.pushToRemote(String siteId, String remoteName, String remoteBranch, boolean force) -
Uses of RemoteRepositoryNotFoundException in org.craftercms.studio.impl.v2.utils
Methods in org.craftercms.studio.impl.v2.utils that throw RemoteRepositoryNotFoundExceptionModifier and TypeMethodDescriptionstatic voidGitUtils.translateException(org.eclipse.jgit.api.errors.TransportException e, org.slf4j.Logger logger, String remoteName, String remoteUrl, String remoteUsername)