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