Class XlpRepositoryConfig

  • All Implemented Interfaces:
    com.xebialabs.xlplatform.repository.XlRepositoryConfig

    public abstract class XlpRepositoryConfig
    extends java.lang.Object
    implements com.xebialabs.xlplatform.repository.XlRepositoryConfig
    • Constructor Summary

      Constructors 
      Constructor Description
      XlpRepositoryConfig​(java.lang.String repositoryName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String repositoryId()  
      java.lang.String repositoryName()  
      com.xebialabs.deployit.server.api.upgrade.Version repositoryVersion()  
      void setRepositoryId​(java.lang.String repositoryId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.xebialabs.xlplatform.repository.XlRepositoryConfig

        credentials, repositoryConfig
    • Constructor Detail

      • XlpRepositoryConfig

        public XlpRepositoryConfig​(java.lang.String repositoryName)
    • Method Detail

      • setRepositoryId

        public void setRepositoryId​(java.lang.String repositoryId)
      • repositoryName

        public java.lang.String repositoryName()
        Specified by:
        repositoryName in interface com.xebialabs.xlplatform.repository.XlRepositoryConfig
      • repositoryVersion

        public com.xebialabs.deployit.server.api.upgrade.Version repositoryVersion()
        Specified by:
        repositoryVersion in interface com.xebialabs.xlplatform.repository.XlRepositoryConfig
      • repositoryId

        public java.lang.String repositoryId()
        Specified by:
        repositoryId in interface com.xebialabs.xlplatform.repository.XlRepositoryConfig