Class StepPostConstructContext


  • public class StepPostConstructContext
    extends java.lang.Object
    Context used for post constructing a Step. This way a step can receive additional information that can influence it's behavior. A method that is annotated with RulePostConstruct must accept a single argument of type StepPostConstructContext.
    • Constructor Detail

      • StepPostConstructContext

        public StepPostConstructContext​(Scope scope,
                                        java.lang.Object scopedObject,
                                        DeployedApplication deployedApplication,
                                        Repository repository)