Uses of Class
org.wso2.am.integration.test.impl.RestAPIPublisherImpl
Packages that use RestAPIPublisherImpl
-
Uses of RestAPIPublisherImpl in org.wso2.am.integration.test.impl
Constructors in org.wso2.am.integration.test.impl with parameters of type RestAPIPublisherImplModifierConstructorDescriptionApiProductTestHelper(RestAPIPublisherImpl restAPIPublisher, RestAPIStoreImpl restAPIStore) ApiTestHelper(RestAPIPublisherImpl restAPIPublisher, RestAPIStoreImpl restAPIStore, String resourceLocation, String tenantDomain, String keyManagerUrl, org.wso2.carbon.automation.engine.context.beans.User user) -
Uses of RestAPIPublisherImpl in org.wso2.am.integration.test.utils.base
Fields in org.wso2.am.integration.test.utils.base declared as RestAPIPublisherImplModifier and TypeFieldDescriptionprotected RestAPIPublisherImplAPIMIntegrationBaseTest.restAPIPublisherMethods in org.wso2.am.integration.test.utils.base that return RestAPIPublisherImplModifier and TypeMethodDescriptionprotected RestAPIPublisherImplAPIMIntegrationBaseTest.getRestAPIPublisherForUser(String user, String pass, String tenantDomain) Methods in org.wso2.am.integration.test.utils.base with parameters of type RestAPIPublisherImplModifier and TypeMethodDescriptionprotected voidAPIManagerLifecycleBaseTest.copyAndPublishCopiedAPI(String apiID, String newAPIVersion, RestAPIPublisherImpl publisherRestClient, boolean isRequireReSubscription) Copy and publish the copied API.protected APIDTOAPIManagerLifecycleBaseTest.copyAPI(String apiID, String newAPIVersion, RestAPIPublisherImpl publisherRestClient) APIManagerLifecycleBaseTest.createAndPublishAPI(APICreationRequestBean apiCreationRequestBean, RestAPIPublisherImpl publisherRestClient, boolean isRequireReSubscription) APIManagerLifecycleBaseTest.createAndPublishAPIUsingRest(APIRequest apiRequest, RestAPIPublisherImpl publisherRestClient, boolean isRequireReSubscription) Create and publish a API.protected voidAPIManagerLifecycleBaseTest.createAndPublishAPIWithoutRequireReSubscription(APICreationRequestBean apiCreationRequestBean, RestAPIPublisherImpl publisherRestClient) Create and publish a API with re-subscription not required.protected StringAPIManagerLifecycleBaseTest.createAndPublishAPIWithoutRequireReSubscriptionUsingRest(APIRequest apiRequest, RestAPIPublisherImpl publisherRestClient) Create and publish a API with re-subscription not required.protected StringAPIMIntegrationBaseTest.createAPIProductRevisionAndDeployUsingRest(String apiId, RestAPIPublisherImpl restAPIPublisher) Create API Product Revision and Deploy to gateway using REST API.protected StringAPIMIntegrationBaseTest.createAPIRevisionAndDeployToGatewayUsingRest(String apiId, RestAPIPublisherImpl restAPIPublisher, String gatewayEnvironment) Create API Revision and Deploy to given gateway using REST API.protected StringAPIMIntegrationBaseTest.createAPIRevisionAndDeployUsingRest(String apiId, RestAPIPublisherImpl restAPIPublisher) Create API Revision and Deploy to gateway using REST API.protected APIDTOAPIManagerLifecycleBaseTest.createPublishAndSubscribeToAPI(org.wso2.carbon.apimgt.api.model.APIIdentifier apiIdentifier, APICreationRequestBean apiCreationRequestBean, RestAPIPublisherImpl publisherRestClient, RestAPIStoreImpl storeRestClient, String applicationID, String tier) protected StringAPIManagerLifecycleBaseTest.createPublishAndSubscribeToAPIUsingRest(APIRequest apiRequest, RestAPIPublisherImpl publisherRestClient, RestAPIStoreImpl storeRestClient, String applicationId, String tier) Create publish and subscribe a API using REST API.protected voidAPIManagerLifecycleBaseTest.deleteAPI(String apiID, RestAPIPublisherImpl publisherRestClient) protected voidAPIManagerLifecycleBaseTest.deleteAPI(String apiID, org.wso2.carbon.apimgt.api.model.APIIdentifier apiIdentifier, RestAPIPublisherImpl publisherRestClient) Delete a API from API Publisher.protected org.wso2.carbon.automation.test.utils.http.client.HttpResponseAPIManagerLifecycleBaseTest.publishAPI(String apiID, RestAPIPublisherImpl publisherRestClient, boolean isRequireReSubscription) protected org.wso2.carbon.automation.test.utils.http.client.HttpResponseAPIManagerLifecycleBaseTest.publishAPIUsingRest(String apiId, RestAPIPublisherImpl publisherRestClient, boolean isRequireReSubscription) Publish an API using REST.protected StringAPIMIntegrationBaseTest.undeployAndDeleteAPIProductRevisionsUsingRest(String apiId, RestAPIPublisherImpl restAPIPublisher) Undeploy and Delete API Product Revisions using REST API.protected StringAPIMIntegrationBaseTest.undeployAndDeleteAPIRevisionsUsingRest(String apiId, RestAPIPublisherImpl restAPIPublisher) Undeploy and Delete API Revisions using REST API.