Class LastChangesPublisher

All Implemented Interfaces:
ExtensionPoint, Describable<Publisher>, BuildStep, Serializable, SimpleBuildStep

public class LastChangesPublisher extends Recorder implements SimpleBuildStep, Serializable
Author:
rmpestano
See Also:
  • Constructor Details

  • Method Details

    • perform

      public void perform(Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener) throws IOException, InterruptedException
      Specified by:
      perform in interface SimpleBuildStep
      Throws:
      IOException
      InterruptedException
    • getLastChanges

      public LastChanges getLastChanges()
      Returns:
      gets the LastChanges from current publisher
    • getRequiredMonitorService

      public BuildStepMonitor getRequiredMonitorService()
      Specified by:
      getRequiredMonitorService in interface BuildStep
    • getSince

      public SinceType getSince()
    • getSpecificRevision

      public String getSpecificRevision()
    • getFormat

      public FormatType getFormat()
    • getMatching

      public MatchingType getMatching()
    • getMatchWordsThreshold

      public String getMatchWordsThreshold()
    • getMatchingMaxComparisons

      public String getMatchingMaxComparisons()
    • getShowFiles

      public Boolean getShowFiles()
    • getSynchronisedScroll

      public Boolean getSynchronisedScroll()
    • getVcsDir

      public String getVcsDir()
    • getSpecificBuild

      public String getSpecificBuild()
    • setSince

      @DataBoundSetter public void setSince(SinceType since)
    • setSpecificRevision

      @DataBoundSetter public void setSpecificRevision(String specificRevision)
    • setFormat

      @DataBoundSetter public void setFormat(FormatType format)
    • setMatching

      @DataBoundSetter public void setMatching(MatchingType matching)
    • setMatchingMaxComparisons

      @DataBoundSetter public void setMatchingMaxComparisons(String matchingMaxComparisons)
    • setMatchWordsThreshold

      @DataBoundSetter public void setMatchWordsThreshold(String matchWordsThreshold)
    • setShowFiles

      @DataBoundSetter public void setShowFiles(Boolean showFiles)
    • setSynchronisedScroll

      @DataBoundSetter public void setSynchronisedScroll(Boolean synchronisedScroll)
    • setVcsDir

      @DataBoundSetter public void setVcsDir(String vcsDir)
    • setSpecificBuild

      @DataBoundSetter public void setSpecificBuild(String buildNumber)