Uses of Class
org.craftercms.studio.api.v1.exception.repository.InvalidRemoteRepositoryCredentialsException
Packages that use InvalidRemoteRepositoryCredentialsException
Package
Description
-
Uses of InvalidRemoteRepositoryCredentialsException in org.craftercms.studio.api.v1.service.site
Methods in org.craftercms.studio.api.v1.service.site that throw InvalidRemoteRepositoryCredentialsExceptionModifier 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 InvalidRemoteRepositoryCredentialsException in org.craftercms.studio.api.v2.repository
Methods in org.craftercms.studio.api.v2.repository that throw InvalidRemoteRepositoryCredentialsExceptionModifier 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 InvalidRemoteRepositoryCredentialsException in org.craftercms.studio.api.v2.service.marketplace
Methods in org.craftercms.studio.api.v2.service.marketplace that throw InvalidRemoteRepositoryCredentialsExceptionModifier and TypeMethodDescriptionvoidMarketplaceService.createSite(CreateSiteRequest request) Creates a site using the given blueprint -
Uses of InvalidRemoteRepositoryCredentialsException in org.craftercms.studio.api.v2.service.marketplace.internal
Methods in org.craftercms.studio.api.v2.service.marketplace.internal that throw InvalidRemoteRepositoryCredentialsExceptionModifier and TypeMethodDescriptionvoidMarketplaceServiceInternal.createSite(CreateSiteRequest request) Creates a site using the given blueprint -
Uses of InvalidRemoteRepositoryCredentialsException in org.craftercms.studio.api.v2.service.repository
Methods in org.craftercms.studio.api.v2.service.repository that throw InvalidRemoteRepositoryCredentialsExceptionModifier and TypeMethodDescriptionRepositoryManagementService.pullFromRemote(String siteId, String remoteName, String remoteBranch, String mergeStrategy) booleanRepositoryManagementService.pushToRemote(String siteId, String remoteName, String remoteBranch, boolean force) -
Uses of InvalidRemoteRepositoryCredentialsException in org.craftercms.studio.api.v2.service.repository.internal
Methods in org.craftercms.studio.api.v2.service.repository.internal that throw InvalidRemoteRepositoryCredentialsExceptionModifier and TypeMethodDescriptionRepositoryManagementServiceInternal.pullFromRemote(String siteId, String remoteName, String remoteBranch, String mergeStrategy) booleanRepositoryManagementServiceInternal.pushToRemote(String siteId, String remoteName, String remoteBranch, boolean force) -
Uses of InvalidRemoteRepositoryCredentialsException in org.craftercms.studio.api.v2.utils
Methods in org.craftercms.studio.api.v2.utils that throw InvalidRemoteRepositoryCredentialsExceptionModifier 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 InvalidRemoteRepositoryCredentialsException in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 with parameters of type InvalidRemoteRepositoryCredentialsExceptionModifier and TypeMethodDescriptionExceptionHandlers.handleInvalidRemoteRepositoryCredentialsException(javax.servlet.http.HttpServletRequest request, InvalidRemoteRepositoryCredentialsException e) Methods in org.craftercms.studio.controller.rest.v2 that throw InvalidRemoteRepositoryCredentialsExceptionModifier and TypeMethodDescriptionSitesController.createSite(@Valid CreateSiteRequest request) RepositoryManagementController.pullFromRemote(@Valid PullFromRemoteRequest pullFromRemoteRequest) RepositoryManagementController.pushToRemote(javax.servlet.http.HttpServletResponse response, @Valid PushToRemoteRequest pushToRemoteRequest) -
Uses of InvalidRemoteRepositoryCredentialsException in org.craftercms.studio.impl.v1.service.site
Methods in org.craftercms.studio.impl.v1.service.site that throw InvalidRemoteRepositoryCredentialsExceptionModifier 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 InvalidRemoteRepositoryCredentialsException in org.craftercms.studio.impl.v2.repository
Methods in org.craftercms.studio.impl.v2.repository that throw InvalidRemoteRepositoryCredentialsExceptionModifier 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 InvalidRemoteRepositoryCredentialsException in org.craftercms.studio.impl.v2.repository.blob
Methods in org.craftercms.studio.impl.v2.repository.blob that throw InvalidRemoteRepositoryCredentialsExceptionModifier 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 InvalidRemoteRepositoryCredentialsException in org.craftercms.studio.impl.v2.service.marketplace
Methods in org.craftercms.studio.impl.v2.service.marketplace that throw InvalidRemoteRepositoryCredentialsExceptionModifier and TypeMethodDescriptionvoidMarketplaceServiceImpl.createSite(CreateSiteRequest request) -
Uses of InvalidRemoteRepositoryCredentialsException in org.craftercms.studio.impl.v2.service.marketplace.internal
Methods in org.craftercms.studio.impl.v2.service.marketplace.internal that throw InvalidRemoteRepositoryCredentialsExceptionModifier and TypeMethodDescriptionvoidMarketplaceServiceInternalImpl.createSite(CreateSiteRequest request) -
Uses of InvalidRemoteRepositoryCredentialsException in org.craftercms.studio.impl.v2.service.repository
Methods in org.craftercms.studio.impl.v2.service.repository that throw InvalidRemoteRepositoryCredentialsExceptionModifier and TypeMethodDescriptionRepositoryManagementServiceImpl.pullFromRemote(String siteId, String remoteName, String remoteBranch, String mergeStrategy) booleanRepositoryManagementServiceImpl.pushToRemote(String siteId, String remoteName, String remoteBranch, boolean force) -
Uses of InvalidRemoteRepositoryCredentialsException in org.craftercms.studio.impl.v2.service.repository.internal
Methods in org.craftercms.studio.impl.v2.service.repository.internal that throw InvalidRemoteRepositoryCredentialsExceptionModifier and TypeMethodDescriptionRepositoryManagementServiceInternalImpl.pullFromRemote(String siteId, String remoteName, String remoteBranch, String mergeStrategy) booleanRepositoryManagementServiceInternalImpl.pushToRemote(String siteId, String remoteName, String remoteBranch, boolean force) -
Uses of InvalidRemoteRepositoryCredentialsException in org.craftercms.studio.impl.v2.utils
Methods in org.craftercms.studio.impl.v2.utils that throw InvalidRemoteRepositoryCredentialsExceptionModifier and TypeMethodDescriptionstatic voidGitUtils.translateException(org.eclipse.jgit.api.errors.TransportException e, org.slf4j.Logger logger, String remoteName, String remoteUrl, String remoteUsername)