this.check = (callback) => {
    if (basicAuth && url && project) {
      getListOfBuilds(callback);
      return;
    }