Class LicenseTransaction


  • public class LicenseTransaction
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCiCount​(com.xebialabs.deployit.plugin.api.reflect.Type type)  
      java.util.Set<com.xebialabs.deployit.plugin.api.reflect.Type> getCiCountTypes()  
      void registerCreate​(com.xebialabs.deployit.plugin.api.reflect.Type t, int n)  
      void registerDelete​(com.xebialabs.deployit.plugin.api.reflect.Type t, int n)  
      • Methods inherited from class java.lang.Object

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

      • LicenseTransaction

        public LicenseTransaction()
    • Method Detail

      • registerCreate

        public void registerCreate​(com.xebialabs.deployit.plugin.api.reflect.Type t,
                                   int n)
      • registerDelete

        public void registerDelete​(com.xebialabs.deployit.plugin.api.reflect.Type t,
                                   int n)
      • getCiCountTypes

        public java.util.Set<com.xebialabs.deployit.plugin.api.reflect.Type> getCiCountTypes()
      • getCiCount

        public int getCiCount​(com.xebialabs.deployit.plugin.api.reflect.Type type)