Search in sources :

Example 1 with Config

use of org.icgc.dcc.song.client.config.Config in project SONG by overture-stack.

the class Benchmark method createConfig.

private Config createConfig(String studyId) {
    val config = new Config();
    config.setAccessToken(benchmarkConfig.getAccessToken());
    config.setProgramName("song");
    config.setDebug("true");
    config.setServerUrl(benchmarkConfig.getServerUrl());
    config.setStudyId(studyId);
    return config;
}
Also used : lombok.val(lombok.val) Config(org.icgc.dcc.song.client.config.Config)

Aggregations

lombok.val (lombok.val)1 Config (org.icgc.dcc.song.client.config.Config)1