public class LastChangesPublisher
extends hudson.tasks.Recorder
implements jenkins.tasks.SimpleBuildStep
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(FormatType format,
MatchingType matching,
Boolean showFiles,
Boolean synchronisedScroll,
String matchWordsThreshold,
String matchingMaxComparisons) |
Modifier and Type | Method and Description |
---|---|
FormatType |
getFormat() |
MatchingType |
getMatching() |
String |
getMatchingMaxComparisons() |
String |
getMatchWordsThreshold() |
hudson.model.Action |
getProjectAction(hudson.model.AbstractProject<?,?> project) |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
Boolean |
getShowFiles() |
Boolean |
getSynchronisedScroll() |
void |
perform(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
getProjectActions, perform, perform, prebuild
@DataBoundConstructor public LastChangesPublisher(FormatType format, MatchingType matching, Boolean showFiles, Boolean synchronisedScroll, String matchWordsThreshold, String matchingMaxComparisons)
public hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction
in interface hudson.tasks.BuildStep
getProjectAction
in class hudson.tasks.BuildStepCompatibilityLayer
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 hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService
in interface hudson.tasks.BuildStep
public FormatType getFormat()
public MatchingType getMatching()
public String getMatchWordsThreshold()
public String getMatchingMaxComparisons()
public Boolean getShowFiles()
public Boolean getSynchronisedScroll()
Copyright © 2016. All rights reserved.