Class RemoteCompositeBlockState

java.lang.Object
com.xebialabs.deployit.booter.remote.execution.RemoteBlockState
com.xebialabs.deployit.booter.remote.execution.RemoteCompositeBlockState
All Implemented Interfaces:
com.xebialabs.deployit.engine.api.execution.BlockState, com.xebialabs.deployit.engine.api.execution.CompositeBlockState

public class RemoteCompositeBlockState extends RemoteBlockState implements com.xebialabs.deployit.engine.api.execution.CompositeBlockState
  • Constructor Details

    • RemoteCompositeBlockState

      public RemoteCompositeBlockState()
  • Method Details

    • isParallel

      public boolean isParallel()
      Specified by:
      isParallel in interface com.xebialabs.deployit.engine.api.execution.CompositeBlockState
    • getBlocks

      public List<com.xebialabs.deployit.engine.api.execution.BlockState> getBlocks()
      Specified by:
      getBlocks in interface com.xebialabs.deployit.engine.api.execution.CompositeBlockState
    • setParallel

      public void setParallel(boolean parallel)
    • setBlocks

      public void setBlocks(List<com.xebialabs.deployit.engine.api.execution.BlockState> blocks)