Package com.xebialabs.license.service
Class LicenseTransaction
- java.lang.Object
-
- com.xebialabs.license.service.LicenseTransaction
-
public class LicenseTransaction extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LicenseTransaction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCiCount(com.xebialabs.deployit.plugin.api.reflect.Type type)java.util.Set<com.xebialabs.deployit.plugin.api.reflect.Type>getCiCountTypes()voidregisterCreate(com.xebialabs.deployit.plugin.api.reflect.Type t, int n)voidregisterDelete(com.xebialabs.deployit.plugin.api.reflect.Type t, int n)
-
-
-
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)
-
-