Uses of Class
org.wso2.am.integration.test.utils.bean.APIRevisionDeployUndeployRequest
Packages that use APIRevisionDeployUndeployRequest
-
Uses of APIRevisionDeployUndeployRequest in org.wso2.am.integration.test.impl
Methods in org.wso2.am.integration.test.impl with parameters of type APIRevisionDeployUndeployRequestModifier and TypeMethodDescriptionorg.wso2.carbon.automation.test.utils.http.client.HttpResponseRestAPIPublisherImpl.deployAPIRevision(String apiUUID, String revisionUUID, APIRevisionDeployUndeployRequest apiRevisionDeployRequest, String apiType) This method is used to deploy API Revision to Gateways.Method parameters in org.wso2.am.integration.test.impl with type arguments of type APIRevisionDeployUndeployRequestModifier and TypeMethodDescriptionorg.wso2.carbon.automation.test.utils.http.client.HttpResponseRestAPIPublisherImpl.deployAPIProductRevision(String apiUUID, String revisionUUID, List<APIRevisionDeployUndeployRequest> apiRevisionDeployRequestList, String apiType) This method is used to deploy API Product Revision to Gateways.org.wso2.carbon.automation.test.utils.http.client.HttpResponseRestAPIPublisherImpl.deployAPIRevision(String apiUUID, String revisionUUID, List<APIRevisionDeployUndeployRequest> apiRevisionDeployRequestList, String apiType) This method is used to deploy API Revision to Gateways.org.wso2.carbon.automation.test.utils.http.client.HttpResponseRestAPIPublisherImpl.undeployAPIProductRevision(String apiUUID, String revisionUUID, List<APIRevisionDeployUndeployRequest> apiRevisionUndeployRequestList) This method is used to undeploy API Product Revision to Gateways.org.wso2.carbon.automation.test.utils.http.client.HttpResponseRestAPIPublisherImpl.undeployAPIRevision(String apiUUID, String revisionUUID, List<APIRevisionDeployUndeployRequest> apiRevisionUndeployRequestList) This method is used to undeploy API Revision to Gateways.