public class LastChangesPublisher
extends hudson.tasks.Recorder
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
LastChangesPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpljenkins.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, prebuildgetProjectActions, 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.BuildStepgetProjectAction in class hudson.tasks.BuildStepCompatibilityLayerpublic void perform(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
throws IOException,
InterruptedException
perform in interface jenkins.tasks.SimpleBuildStepIOExceptionInterruptedExceptionpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService in interface hudson.tasks.BuildSteppublic FormatType getFormat()
public MatchingType getMatching()
public String getMatchWordsThreshold()
public String getMatchingMaxComparisons()
public Boolean getShowFiles()
public Boolean getSynchronisedScroll()
Copyright © 2016. All rights reserved.