FakeGatewayServer |
FakeGatewayServerBuilder.build() |
FakeGatewayServer |
FakeGatewayServer.deployApplications(com.mulesoft.anypoint.tita.environment.api.artifact.Artifact... applications)
Installs the given applications and verifies that they were correctly deployed
|
FakeGatewayServer |
FakeGatewayServer.deployApplicationsExpectingFailure(com.mulesoft.anypoint.tita.environment.api.artifact.Artifact... applications)
Installs the given applications and verifies that the deployment failed
|
FakeGatewayServer |
FakeGatewayServer.deployPoliciesForApi(com.mulesoft.mule.runtime.gw.api.key.ApiKey apiKey,
PolicySet policySet) |
FakeGatewayServer |
FakeGatewayServer.deployPolicy(Policy policy) |
FakeGatewayServer |
FakeGatewayServer.deployPolicy(PolicyDefinition policyDefinition) |
FakeGatewayServer |
FakeGatewayServer.removeAllPoliciesAndContext() |
FakeGatewayServer |
FakeGatewayServer.undeployApplication(String appName)
Undeploy application through anchor file deletion instead of directly using deployment service, since the latter is producing
flaky behaviour because it uses non-blocking locks and has no retry mechanism in it.
|
FakeGatewayServer |
FakeGatewayServer.undeployPolicy(String id) |
FakeGatewayServer |
FakeGatewayServer.updateHdpRegistry(String source,
String target) |