com.xebialabs.deployit.test.support
Class LoggingInspectionExecutionContext

java.lang.Object
  extended by com.xebialabs.deployit.test.support.LoggingExecutionContext
      extended by com.xebialabs.deployit.test.support.LoggingInspectionExecutionContext
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.execution.ExecutionContext, com.xebialabs.deployit.plugin.api.inspection.InspectionExecutionContext

public class LoggingInspectionExecutionContext
extends LoggingExecutionContext
implements com.xebialabs.deployit.plugin.api.inspection.InspectionExecutionContext


Constructor Summary
LoggingInspectionExecutionContext(java.lang.Class<?> clazz)
           
 
Method Summary
 void discovered(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem item)
           
 java.util.List<? extends com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> getDiscoveredItems()
           
 
Methods inherited from class com.xebialabs.deployit.test.support.LoggingExecutionContext
destroy, getAttribute, logError, logError, logOutput, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.xebialabs.deployit.plugin.api.execution.ExecutionContext
getAttribute, logError, logError, logOutput, setAttribute
 

Constructor Detail

LoggingInspectionExecutionContext

public LoggingInspectionExecutionContext(java.lang.Class<?> clazz)
Method Detail

discovered

public void discovered(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem item)
Specified by:
discovered in interface com.xebialabs.deployit.plugin.api.inspection.InspectionExecutionContext

getDiscoveredItems

public java.util.List<? extends com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> getDiscoveredItems()