Class LastChangesPublisherScript
java.lang.Object
com.github.jenkins.lastchanges.pipeline.LastChangesPublisherScript
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doPublish
(Run<?, ?> build, FilePath workspace, Launcher launcher, TaskListener listener) getDiff()
getHtmlDiff
(String title) void
setCpsScript
(org.jenkinsci.plugins.workflow.cps.CpsScript cpsScript)
-
Constructor Details
-
LastChangesPublisherScript
-
-
Method Details
-
setCpsScript
public void setCpsScript(org.jenkinsci.plugins.workflow.cps.CpsScript cpsScript) -
doPublish
public void doPublish(Run<?, ?> build, FilePath workspace, Launcher launcher, TaskListener listener) throws IOException, InterruptedException- Throws:
IOException
InterruptedException
-
publishLastChanges
- Throws:
Exception
-
getLastChanges
- Throws:
Exception
-
getHtmlDiff
- Throws:
IOException
-
getHtmlDiff
- Throws:
IOException
-
getDiff
- Throws:
IOException
-