Class InMemoryRepositoryFactory

java.lang.Object
com.xebialabs.deployit.test.repository.InMemoryRepositoryFactory
All Implemented Interfaces:
com.xebialabs.deployit.engine.spi.services.RepositoryFactory

public class InMemoryRepositoryFactory extends Object implements com.xebialabs.deployit.engine.spi.services.RepositoryFactory
  • Constructor Details

    • InMemoryRepositoryFactory

      public InMemoryRepositoryFactory()
  • Method Details

    • create

      public com.xebialabs.deployit.plugin.api.services.Repository create()
      Specified by:
      create in interface com.xebialabs.deployit.engine.spi.services.RepositoryFactory
    • create

      public com.xebialabs.deployit.plugin.api.services.Repository create(File temporaryWorkDir)
      Specified by:
      create in interface com.xebialabs.deployit.engine.spi.services.RepositoryFactory