Class TaskPreviewBlock
java.lang.Object
com.xebialabs.deployit.engine.api.dto.AbstractDto
com.xebialabs.deployit.engine.api.execution.TaskPreviewBlock
Contains the information about the generated block.
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class com.xebialabs.deployit.engine.api.dto.AbstractDto
toString 
- 
Constructor Details
- 
TaskPreviewBlock
public TaskPreviewBlock() - 
TaskPreviewBlock
 - 
TaskPreviewBlock
 
 - 
 - 
Method Details
- 
setId
- Parameters:
 id- The id of the preview.
 - 
getId
- Returns:
 - The id of the preview.
 
 - 
setBlock
- Parameters:
 block- The block details.
 - 
getBlock
- Returns:
 - The block details.
 
 
 -