Class LastChangesPublisherScript
java.lang.Object
com.github.jenkins.lastchanges.pipeline.LastChangesPublisherScript
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiddoPublish(Run<?, ?> build, FilePath workspace, Launcher launcher, TaskListener listener) getDiff()getHtmlDiff(String title) voidsetCpsScript(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:
 IOExceptionInterruptedException
 - 
publishLastChanges
- Throws:
 Exception
 - 
getLastChanges
- Throws:
 Exception
 - 
getHtmlDiff
- Throws:
 IOException
 - 
getHtmlDiff
- Throws:
 IOException
 - 
getDiff
- Throws:
 IOException
 
 -