Class GlobalContextRegistry
java.lang.Object
com.xebialabs.deployit.booter.local.GlobalContextRegistry
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopy(com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId from, com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId to) static com.xebialabs.deployit.booter.local.GlobalContextgetGlobalContext(com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId registryId) static com.xebialabs.deployit.booter.local.GlobalContextunregister(com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId registryId)
-
Method Details
-
getGlobalContext
public static com.xebialabs.deployit.booter.local.GlobalContext getGlobalContext(com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId registryId) -
unregister
public static com.xebialabs.deployit.booter.local.GlobalContext unregister(com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId registryId) -
copy
public static void copy(com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId from, com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId to)
-