public class LastChangesPublisherScript extends Object implements Serializable
Constructor and Description |
---|
LastChangesPublisherScript(LastChangesPublisher publisher) |
Modifier and Type | Method and Description |
---|---|
void |
doPublish(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
String |
getDiff() |
String |
getHtmlDiff() |
String |
getHtmlDiff(String title) |
LastChanges |
getLastChanges() |
LastChangesPublisherScript |
publishLastChanges() |
void |
setCpsScript(org.jenkinsci.plugins.workflow.cps.CpsScript cpsScript) |
public LastChangesPublisherScript(LastChangesPublisher publisher)
public void setCpsScript(org.jenkinsci.plugins.workflow.cps.CpsScript cpsScript)
public void doPublish(hudson.model.Run<?,?> build, hudson.FilePath workspace, hudson.Launcher launcher, hudson.model.TaskListener listener) throws IOException, InterruptedException
IOException
InterruptedException
public LastChangesPublisherScript publishLastChanges() throws Exception
Exception
public LastChanges getLastChanges() throws Exception
Exception
public String getHtmlDiff() throws IOException
IOException
public String getHtmlDiff(String title) throws IOException
IOException
public String getDiff() throws IOException
IOException
Copyright © 2016–2019. All rights reserved.