Class StitchEvaluationView

java.lang.Object
com.xebialabs.deployit.engine.api.dto.AbstractDto
com.xebialabs.deployit.core.rest.view.StitchEvaluationView

public class StitchEvaluationView extends com.xebialabs.deployit.engine.api.dto.AbstractDto
The flag object if we run stitch transformation for given deployment.
  • Constructor Details

    • StitchEvaluationView

      public StitchEvaluationView()
    • StitchEvaluationView

      public StitchEvaluationView(boolean show)
  • Method Details

    • isShow

      public boolean isShow()
      Returns a flag if stitch was executed.
      Returns:
      The show flag if stitch was executed during deployment preview.
    • setShow

      public void setShow(boolean show)
      Sets a flag if stitch was executed.
      Parameters:
      show - The show flag if stitch was executed during deployment preview.