Class DummyLicenseService

java.lang.Object
com.xebialabs.xlplatform.test.ci.NoLicenseService
com.xebialabs.xlrelease.service.DummyLicenseService
All Implemented Interfaces:
com.xebialabs.license.service.LicenseService

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.xebialabs.license.License
     

    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 Details

    • DummyLicenseService

      public DummyLicenseService()
  • Method Details

    • 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