Class PreviewResult

java.lang.Object
com.xebialabs.deployit.engine.api.dto.AbstractDto
com.xebialabs.deployit.core.rest.view.PreviewResult

public class PreviewResult extends com.xebialabs.deployit.engine.api.dto.AbstractDto
The result of preview containing the map of deployeds with Invocation Descriptions.
  • Constructor Details

  • Method Details

    • getDeployedMap

      public Map<String,List<InvocationDescriptorView>> getDeployedMap()
      Returns map of deployeds with Invocation Descriptions.
      Returns:
      The map of deployeds with Invocation Descriptions.
    • setDeployedMap

      public void setDeployedMap(Map<String,List<InvocationDescriptorView>> deployedMap)
      Sets map of deployeds with Invocation Descriptions.
      Parameters:
      deployedMap - The deployedMap of deployeds with Invocation Descriptions.