public class StitchEvaluationView
extends com.xebialabs.deployit.engine.api.dto.AbstractDto
| Constructor and Description |
|---|
StitchEvaluationView() |
StitchEvaluationView(boolean show) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isShow()
Returns a flag if stitch was executed.
|
void |
setShow(boolean show)
Sets a flag if stitch was executed.
|
public StitchEvaluationView()
public StitchEvaluationView(boolean show)
public boolean isShow()
public void setShow(boolean show)
show - The show flag if stitch was executed during deployment preview.