Class 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()  
    • 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()  
      • Methods inherited from class java.lang.Object

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

      • UNKNOWN_TYPES

        public static final java.util.Set<com.xebialabs.deployit.plugin.api.reflect.Type> UNKNOWN_TYPES
    • Constructor Detail

      • ScriptTypes

        public ScriptTypes()
    • Method Detail

      • 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()