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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns map of deployeds with Invocation Descriptions.voidsetDeployedMap(Map<String, List<InvocationDescriptorView>> deployedMap) Sets map of deployeds with Invocation Descriptions.Methods inherited from class com.xebialabs.deployit.engine.api.dto.AbstractDto
toString
-
Constructor Details
-
PreviewResult
public PreviewResult() -
PreviewResult
-
-
Method Details
-
getDeployedMap
Returns map of deployeds with Invocation Descriptions.- Returns:
- The map of deployeds with Invocation Descriptions.
-
setDeployedMap
Sets map of deployeds with Invocation Descriptions.- Parameters:
deployedMap- The deployedMap of deployeds with Invocation Descriptions.
-