public void fillReleaseMetaData() throws JSchException, IOException {
    DeploymentRequest dr = new DeploymentRequest();
    dr.setDrName(releaseName);

    this.synergyShell.setDeploymentRequestInfo(dr);
    this.destinationEnvironment = dr.getEnvDst();
    this.sourceEnvironment = dr.getEnvSrc();
    this.synopsisOfRelease = dr.getSynopsis();
  }