Interface AutomaticDeployment


  • public interface AutomaticDeployment
    SPI that all automatic deployment implementators must implements in order to generate the archive to be used by Arquillian deployer.
    Version:
    $Revision: $
    • Method Detail

      • generateDeploymentScenario

        DeploymentConfiguration generateDeploymentScenario​(TestClass testClass)
        Method called for generating the deployment configuration.
        Parameters:
        testClass - of current running test.
        Returns:
        Model object that contains all the information related to deployment configuration.