Class Inspection


  • public class Inspection
    extends java.lang.Object
    The parameter object of a inspection (discovery) action. It contains the id of the CI to inspect. For example, the root node of a middleware topology.
    • Constructor Summary

      Constructors 
      Constructor Description
      Inspection​(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem configurationItem)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.xebialabs.deployit.plugin.api.udm.ConfigurationItem getConfigurationItem()  
      • Methods inherited from class java.lang.Object

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

      • Inspection

        public Inspection​(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem configurationItem)
        Parameters:
        configurationItem - The ConfigurationItem that will be inspected.
    • Method Detail

      • getConfigurationItem

        public com.xebialabs.deployit.plugin.api.udm.ConfigurationItem getConfigurationItem()
        Returns:
        The ConfigurationItem that will be inspected.