Class DummyLicenseService

  • All Implemented Interfaces:
    com.xebialabs.license.service.LicenseService

    public class DummyLicenseService
    extends com.xebialabs.xlplatform.test.ci.NoLicenseService
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.xebialabs.license.License getLicense()  
      • Methods inherited from class com.xebialabs.xlplatform.test.ci.NoLicenseService

        getCounter, getProduct, getValidPeriod, initialize, isLicenseExpired, reload, rollbackTransaction, startTransaction, validate, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DummyLicenseService

        public DummyLicenseService()
    • Method Detail

      • getLicense

        public com.xebialabs.license.License getLicense()
        Specified by:
        getLicense in interface com.xebialabs.license.service.LicenseService
        Overrides:
        getLicense in class com.xebialabs.xlplatform.test.ci.NoLicenseService