public class LastChangesPublisher extends hudson.tasks.Recorder implements jenkins.tasks.SimpleBuildStep, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
LastChangesPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory
Constructor and Description |
---|
LastChangesPublisher(SinceType since,
FormatType format,
MatchingType matching,
Boolean showFiles,
Boolean synchronisedScroll,
String matchWordsThreshold,
String matchingMaxComparisons,
String specificRevision,
String vcsDir,
String specificBuild) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
getProjectAction, getProjectActions, perform, perform, prebuild
@DataBoundConstructor public LastChangesPublisher(SinceType since, FormatType format, MatchingType matching, Boolean showFiles, Boolean synchronisedScroll, String matchWordsThreshold, String matchingMaxComparisons, String specificRevision, String vcsDir, String specificBuild)
public void perform(hudson.model.Run<?,?> build, hudson.FilePath workspace, hudson.Launcher launcher, hudson.model.TaskListener listener) throws IOException, InterruptedException
perform
in interface jenkins.tasks.SimpleBuildStep
IOException
InterruptedException
public LastChanges getLastChanges()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService
in interface hudson.tasks.BuildStep
public SinceType getSince()
public String getSpecificRevision()
public FormatType getFormat()
public MatchingType getMatching()
public String getMatchWordsThreshold()
public String getMatchingMaxComparisons()
public Boolean getShowFiles()
public Boolean getSynchronisedScroll()
public String getVcsDir()
public String getSpecificBuild()
@DataBoundSetter public void setSince(SinceType since)
@DataBoundSetter public void setSpecificRevision(String specificRevision)
@DataBoundSetter public void setFormat(FormatType format)
@DataBoundSetter public void setMatching(MatchingType matching)
@DataBoundSetter public void setMatchingMaxComparisons(String matchingMaxComparisons)
@DataBoundSetter public void setMatchWordsThreshold(String matchWordsThreshold)
@DataBoundSetter public void setShowFiles(Boolean showFiles)
@DataBoundSetter public void setSynchronisedScroll(Boolean synchronisedScroll)
@DataBoundSetter public void setVcsDir(String vcsDir)
@DataBoundSetter public void setSpecificBuild(String buildNumber)
Copyright © 2016–2019. All rights reserved.