Class WizardResults


  • public class WizardResults
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      WizardResults​(java.util.List<step.functions.Function> functions, java.util.List<step.core.plans.Plan> plans, java.lang.String rootPlanId, java.lang.String executionId, step.core.scheduler.ExecutiontTaskParameters executiontTaskParameters)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • functions

        public java.util.List<step.functions.Function> functions
      • plans

        public java.util.List<step.core.plans.Plan> plans
      • rootPlanId

        public java.lang.String rootPlanId
      • executionId

        public java.lang.String executionId
      • executiontTaskParameters

        public step.core.scheduler.ExecutiontTaskParameters executiontTaskParameters
    • Constructor Detail

      • WizardResults

        public WizardResults​(java.util.List<step.functions.Function> functions,
                             java.util.List<step.core.plans.Plan> plans,
                             java.lang.String rootPlanId,
                             java.lang.String executionId,
                             step.core.scheduler.ExecutiontTaskParameters executiontTaskParameters)