public interface ProvisioningActions
Modifier and Type | Method and Description |
---|---|
default void |
afterAll(ProvisioningProfile<?,?> profile)
Action to be executed after the provisioning (push / pull) task completion.
|
default void |
beforeAll(ProvisioningProfile<?,?> profile)
Action to be executed before to start the provisioning (push / pull) task execution.
|
default void beforeAll(ProvisioningProfile<?,?> profile) throws org.quartz.JobExecutionException
profile
- provisioning profileorg.quartz.JobExecutionException
- in case of generic failuredefault void afterAll(ProvisioningProfile<?,?> profile) throws org.quartz.JobExecutionException
profile
- provisioning profileorg.quartz.JobExecutionException
- in case of generic failureCopyright © 2010–2023 The Apache Software Foundation. All rights reserved.