Class ScriptTypes
- java.lang.Object
-
- com.xebialabs.xlrelease.customscripts.ScriptTypes
-
@Component public class ScriptTypes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.Set<com.xebialabs.deployit.plugin.api.reflect.Type>UNKNOWN_TYPES
-
Constructor Summary
Constructors Constructor Description ScriptTypes(com.xebialabs.xlrelease.events.EventBus eventBus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Type>getContainerTaskTypes()java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Type>getExportHookTypes()java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Type>getPythonScriptTypes()java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Type>getReleaseTriggerTypes()voidonTypesReloaded(com.xebialabs.xlrelease.events.system.TypesReloaded event)
-
-
-
Method Detail
-
onTypesReloaded
public void onTypesReloaded(com.xebialabs.xlrelease.events.system.TypesReloaded event)
-
getPythonScriptTypes
public java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Type> getPythonScriptTypes()
-
getContainerTaskTypes
public java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Type> getContainerTaskTypes()
-
getReleaseTriggerTypes
public java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Type> getReleaseTriggerTypes()
-
getExportHookTypes
public java.util.Collection<com.xebialabs.deployit.plugin.api.reflect.Type> getExportHookTypes()
-
-