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

    Modifier and Type
    Method
    Description
    com.xebialabs.deployit.plugin.api.services.Repository
     
    com.xebialabs.deployit.plugin.api.services.Repository
    create(File temporaryWorkDir)
     
  • Method Details

    • create

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

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