Class AddChangesToBuildChangelog
- java.lang.Object
-
- io.jenkins.plugins.addchangestobuildchangelog.AddChangesToBuildChangelog
-
public class AddChangesToBuildChangelog extends Object
Implementation for adding Custom Changes to the Build Changelog via String or File.
-
-
Constructor Summary
Constructors Constructor Description AddChangesToBuildChangelog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
perform(String json, Run<?,?> run, FilePath workspace, TaskListener listener)
Entry point.
-
-
-
Method Detail
-
perform
public void perform(String json, Run<?,?> run, FilePath workspace, TaskListener listener) throws Exception, IOException, IllegalArgumentException
Entry point.
-
-