Class RemoteJobJsonResultUtils
java.lang.Object
io.jenkins.plugins.remote.result.trigger.utils.RemoteJobJsonResultUtils
- Author:
- HW
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RemoteJobJsonResultUtils
public RemoteJobJsonResultUtils()
-
-
Method Details
-
saveJson
public static void saveJson(String fullJobPath, Integer buildNumber, String result) throws IOException, InterruptedException 保存构建信息- Throws:
IOException
InterruptedException
-
getJson
获取构建信息- Throws:
IOException
InterruptedException
-