public AttachmeRunner()

in plugin/src/main/java/com/attachme/plugin/AttachmeRunner.java [28:31]


  public AttachmeRunner(AttachmeRunConfig attachmeRunConfig, Project project) {
    this.project = project;
    this.runConf = attachmeRunConfig;
  }