Class DslCiProcessor

  • All Implemented Interfaces:
    CiProcessor

    @Primary
    @Component
    public class DslCiProcessor
    extends java.lang.Object
    implements CiProcessor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.xebialabs.deployit.plugin.api.reflect.Type getType()  
      void process​(DslProcessingContext processingContext, com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci)  
      • Methods inherited from class java.lang.Object

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

      • DslCiProcessor

        @Autowired
        public DslCiProcessor​(java.util.List<CiProcessor> processors)
    • Method Detail

      • getType

        public com.xebialabs.deployit.plugin.api.reflect.Type getType()
        Specified by:
        getType in interface CiProcessor