Class DeploymentHelper.DeploymentValidationError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.xebialabs.deployit.maven.helper.DeploymentHelper.DeploymentValidationError
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DeploymentHelper
public static class DeploymentHelper.DeploymentValidationError extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeploymentValidationError(List<com.xebialabs.deployit.plugin.api.validation.ValidationMessage> validationMessages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.xebialabs.deployit.plugin.api.validation.ValidationMessage>getValidationMessages()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DeploymentValidationError
public DeploymentValidationError(List<com.xebialabs.deployit.plugin.api.validation.ValidationMessage> validationMessages)
-
-
Method Detail
-
getValidationMessages
public List<com.xebialabs.deployit.plugin.api.validation.ValidationMessage> getValidationMessages()
-
-