Interface AutoDeployListener
- All Known Implementing Classes:
BaseAutoDeployListener
public interface AutoDeployListener
- Author:
- Ivica Cardic, Brian Wing Shun Chan, Miguel Pastor, Manuel de la Peña
-
Method Summary
Modifier and TypeMethodDescriptionint
deploy
(AutoDeploymentContext autoDeploymentContext) boolean
isDeployable
(AutoDeploymentContext autoDeploymentContext)
-
Method Details
-
deploy
- Throws:
AutoDeployException
-
isDeployable
- Throws:
AutoDeployException
-