Class StitchEvaluationView


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isShow()
      Returns a flag if stitch was executed.
      void setShow​(boolean show)
      Sets a flag if stitch was executed.
      • Methods inherited from class com.xebialabs.deployit.engine.api.dto.AbstractDto

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StitchEvaluationView

        public StitchEvaluationView()
      • StitchEvaluationView

        public StitchEvaluationView​(boolean show)
    • Method Detail

      • 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.