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 Summary
Constructors Constructor Description StitchEvaluationView()
StitchEvaluationView(boolean show)
-
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.
-
-
-
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.
-
-