Class PreviewResult


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.util.List<InvocationDescriptorView>> getDeployedMap()
      Returns map of deployeds with Invocation Descriptions.
      void setDeployedMap​(java.util.Map<java.lang.String,​java.util.List<InvocationDescriptorView>> deployedMap)
      Sets map of deployeds with Invocation Descriptions.
      • Methods inherited from class com.xebialabs.deployit.engine.api.dto.AbstractDto

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PreviewResult

        public PreviewResult()
      • PreviewResult

        public PreviewResult​(java.util.Map<java.lang.String,​java.util.List<InvocationDescriptorView>> deployedMap)
    • Method Detail

      • getDeployedMap

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

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