コード例 #1
0
ファイル: Launcher.java プロジェクト: Rafal-G/jenkins
 @Override
 public void kill() throws IOException, InterruptedException {
     process.kill();
 }