Interface Executor

All Known Implementing Classes:
Runner

public interface Executor
Interface for running a build.
  • Method Details

    • runBuild

      void runBuild​(PushEvent req, NotificationInterface notification) throws java.io.IOException, java.lang.InterruptedException
      Runs the build
      Parameters:
      req - the request to be built.
      Throws:
      java.io.IOException
      java.lang.InterruptedException