Uses of Class
org.craftercms.studio.api.v1.exception.repository.InvalidRemoteRepositoryException
Packages that use InvalidRemoteRepositoryException
Package
Description
-
Uses of InvalidRemoteRepositoryException in org.craftercms.studio.api.v1.service.site
Methods in org.craftercms.studio.api.v1.service.site that throw InvalidRemoteRepositoryExceptionModifier 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 InvalidRemoteRepositoryException in org.craftercms.studio.api.v2.repository
Methods in org.craftercms.studio.api.v2.repository that throw InvalidRemoteRepositoryExceptionModifier 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 InvalidRemoteRepositoryException in org.craftercms.studio.api.v2.service.marketplace
Methods in org.craftercms.studio.api.v2.service.marketplace that throw InvalidRemoteRepositoryExceptionModifier and TypeMethodDescriptionvoidMarketplaceService.createSite(CreateSiteRequest request) Creates a site using the given blueprint -
Uses of InvalidRemoteRepositoryException in org.craftercms.studio.api.v2.service.marketplace.internal
Methods in org.craftercms.studio.api.v2.service.marketplace.internal that throw InvalidRemoteRepositoryExceptionModifier and TypeMethodDescriptionvoidMarketplaceServiceInternal.createSite(CreateSiteRequest request) Creates a site using the given blueprint -
Uses of InvalidRemoteRepositoryException in org.craftercms.studio.api.v2.utils
Methods in org.craftercms.studio.api.v2.utils that throw InvalidRemoteRepositoryExceptionModifier 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 InvalidRemoteRepositoryException in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 that throw InvalidRemoteRepositoryException -
Uses of InvalidRemoteRepositoryException in org.craftercms.studio.impl.v1.service.site
Methods in org.craftercms.studio.impl.v1.service.site that throw InvalidRemoteRepositoryExceptionModifier 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 InvalidRemoteRepositoryException in org.craftercms.studio.impl.v2.repository
Methods in org.craftercms.studio.impl.v2.repository that throw InvalidRemoteRepositoryExceptionModifier 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 InvalidRemoteRepositoryException in org.craftercms.studio.impl.v2.repository.blob
Methods in org.craftercms.studio.impl.v2.repository.blob that throw InvalidRemoteRepositoryExceptionModifier 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 InvalidRemoteRepositoryException in org.craftercms.studio.impl.v2.service.marketplace
Methods in org.craftercms.studio.impl.v2.service.marketplace that throw InvalidRemoteRepositoryExceptionModifier and TypeMethodDescriptionvoidMarketplaceServiceImpl.createSite(CreateSiteRequest request) -
Uses of InvalidRemoteRepositoryException in org.craftercms.studio.impl.v2.service.marketplace.internal
Methods in org.craftercms.studio.impl.v2.service.marketplace.internal that throw InvalidRemoteRepositoryExceptionModifier and TypeMethodDescriptionvoidMarketplaceServiceInternalImpl.createSite(CreateSiteRequest request)