Class BuildWorker


  • public class BuildWorker
    extends Object
    A helper class to ensure concurrent jobs don't step on each other's toes. Anchore plugin instantiates a new instance of this class for each individual job i.e. invocation of perform(). Global and project configuration at the time of execution is loaded into worker instance via its constructor. That specific worker instance is responsible for the bulk of the plugin operations for a given job.