Interface DeploymentProcessor

    • Method Detail

      • isPostDeployment

        boolean isPostDeployment()
        Returns true if this processor runs after the deployment has finalized.
      • execute

        void execute​(Deployment deployment)
        Executes the processor
        Parameters:
        deployment - the current deployment info
      • supportsMode

        boolean supportsMode​(Deployment.Mode mode)
        Indicates if the processor should be included in the given deployment mode
        Parameters:
        mode - the deployment mode to check
        Returns:
        true if the processor should be included