Package com.griddynamics.genesis.plugin

Examples of com.griddynamics.genesis.plugin.GenesisStepResult


    this.step = step;
  }

  @Override
  public StepResult getStepResult() {
    return new GenesisStepResult(context.step(), isFailed(), context.envUpdate(), context.serversUpdate(), context.workflowUpdate(), result);
  }
View Full Code Here

TOP

Related Classes of com.griddynamics.genesis.plugin.GenesisStepResult

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.