Interface ProvisioningActions

    • Method Detail

      • beforeAll

        default void beforeAll​(ProvisioningProfile<?,​?> profile)
                        throws org.quartz.JobExecutionException
        Action to be executed before to start the provisioning (push / pull) task execution.
        Parameters:
        profile - provisioning profile
        Throws:
        org.quartz.JobExecutionException - in case of generic failure
      • afterAll

        default void afterAll​(ProvisioningProfile<?,​?> profile)
                       throws org.quartz.JobExecutionException
        Action to be executed after the provisioning (push / pull) task completion.
        Parameters:
        profile - provisioning profile
        Throws:
        org.quartz.JobExecutionException - in case of generic failure