Uses of Interface
org.wso2.carbon.deployment.synchronizer.ArtifactRepository
-
Packages that use ArtifactRepository Package Description org.wso2.carbon.deployment.synchronizer org.wso2.carbon.deployment.synchronizer.internal org.wso2.carbon.deployment.synchronizer.internal.util -
-
Uses of ArtifactRepository in org.wso2.carbon.deployment.synchronizer
Fields in org.wso2.carbon.deployment.synchronizer declared as ArtifactRepository Modifier and Type Field Description protected ArtifactRepositoryTenantRepositoryContext. artifactRepositoryMethods in org.wso2.carbon.deployment.synchronizer that return ArtifactRepository Modifier and Type Method Description ArtifactRepositoryDeploymentSynchronizer. getArtifactRepository()Methods in org.wso2.carbon.deployment.synchronizer with parameters of type ArtifactRepository Modifier and Type Method Description DeploymentSynchronizerDeploymentSynchronizationManager. createSynchronizer(int tenantId, ArtifactRepository artifactRepository, String filePath)Creates a new DeploymentSynchronizer instance using the provided parameters. -
Uses of ArtifactRepository in org.wso2.carbon.deployment.synchronizer.internal
Methods in org.wso2.carbon.deployment.synchronizer.internal with parameters of type ArtifactRepository Modifier and Type Method Description protected voidDeploymentSynchronizerComponent. addArtifactRepository(ArtifactRepository artifactRepository)protected voidDeploymentSynchronizerComponent. removeArtifactRepository(ArtifactRepository artifactRepository) -
Uses of ArtifactRepository in org.wso2.carbon.deployment.synchronizer.internal.util
Methods in org.wso2.carbon.deployment.synchronizer.internal.util that return ArtifactRepository Modifier and Type Method Description ArtifactRepositoryRepositoryReferenceHolder. getRepositoryByType(String repositoryType)Methods in org.wso2.carbon.deployment.synchronizer.internal.util that return types with arguments of type ArtifactRepository Modifier and Type Method Description Map<ArtifactRepository,List<RepositoryConfigParameter>>RepositoryReferenceHolder. getRepositories()Methods in org.wso2.carbon.deployment.synchronizer.internal.util with parameters of type ArtifactRepository Modifier and Type Method Description voidRepositoryReferenceHolder. addRepository(ArtifactRepository repositoryType, List<RepositoryConfigParameter> parameters)voidRepositoryReferenceHolder. removeRepository(ArtifactRepository repositoryType)
-