Interface RepositoryFactory


  • public interface RepositoryFactory
    Repository factory, can be used to create repositories, either with or without a work directory attached where the binaries will be stored.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.xebialabs.deployit.plugin.api.services.Repository create()  
      com.xebialabs.deployit.plugin.api.services.Repository create​(java.io.File temporaryWorkDir)  
    • Method Detail

      • create

        com.xebialabs.deployit.plugin.api.services.Repository create()
      • create

        com.xebialabs.deployit.plugin.api.services.Repository create​(java.io.File temporaryWorkDir)