com.dtolabs.rundeck.core.execution
Interface Contextual

All Known Subinterfaces:
ContextLoggerExecutionListener
All Known Implementing Classes:
WorkflowExecutionListenerImpl

public interface Contextual

Provides a context


Method Summary
 java.util.Map<java.lang.String,java.lang.String> getContext()
          Return the current context, or null.
 

Method Detail

getContext

java.util.Map<java.lang.String,java.lang.String> getContext()
Return the current context, or null.