Interface DeploymentPipeline

  • All Known Implementing Classes:
    DeploymentPipelineImpl

    public interface DeploymentPipeline
    Represents a collection of processors that are executed on each deployment.
    Author:
    avasquez
    • Method Detail

      • getProcessors

        List<DeploymentProcessor> getProcessors()
        Returns the processors that make up this pipeline. The returned list is unmodifiable.
      • execute

        void execute​(Deployment deployment)
        Does a deployment.
        Parameters:
        deployment - the deployment info