Class TaskPreviewBlock

java.lang.Object
com.xebialabs.deployit.engine.api.dto.AbstractDto
com.xebialabs.deployit.engine.api.execution.TaskPreviewBlock

public class TaskPreviewBlock extends AbstractDto
Contains the information about the generated block.
  • Constructor Details

    • TaskPreviewBlock

      public TaskPreviewBlock()
    • TaskPreviewBlock

      public TaskPreviewBlock(String id)
    • TaskPreviewBlock

      public TaskPreviewBlock(String id, BlockState block)
  • Method Details

    • setId

      public void setId(String id)
      Parameters:
      id - The id of the preview.
    • getId

      public String getId()
      Returns:
      The id of the preview.
    • setBlock

      public void setBlock(BlockState block)
      Parameters:
      block - The block details.
    • getBlock

      public BlockState getBlock()
      Returns:
      The block details.