Class TasksScannerPublisher

All Implemented Interfaces:
ExtensionPoint, Describable<MavenPublisher>, Serializable, Comparable<MavenPublisher>

public class TasksScannerPublisher extends AbstractHealthAwarePublisher
Author:
Cyrille Le Clerc
See Also:
  • Constructor Details

    • TasksScannerPublisher

      @DataBoundConstructor public TasksScannerPublisher()
  • Method Details

    • process

      public void process(@NonNull org.jenkinsci.plugins.workflow.steps.StepContext context, @NonNull Element mavenSpyLogsElt) throws IOException, InterruptedException
      Specified by:
      process in class MavenPublisher
      mavenSpyLogsElt - maven spy report. WARNING experimental structure for the moment, subject to change.
      Throws:
      IOException
      InterruptedException
    • getHighPriorityTaskIdentifiers

      public String getHighPriorityTaskIdentifiers()
    • setHighPriorityTaskIdentifiers

      @DataBoundSetter public void setHighPriorityTaskIdentifiers(String highPriorityTaskIdentifiers)
    • getNormalPriorityTaskIdentifiers

      public String getNormalPriorityTaskIdentifiers()
    • setNormalPriorityTaskIdentifiers

      @DataBoundSetter public void setNormalPriorityTaskIdentifiers(String normalPriorityTaskIdentifiers)
    • getLowPriorityTaskIdentifiers

      public String getLowPriorityTaskIdentifiers()
    • setLowPriorityTaskIdentifiers

      @DataBoundSetter public void setLowPriorityTaskIdentifiers(String lowPriorityTaskIdentifiers)
    • isIgnoreCase

      public boolean isIgnoreCase()
    • setIgnoreCase

      @DataBoundSetter public void setIgnoreCase(boolean ignoreCase)
    • getPattern

      public String getPattern()
    • setPattern

      @DataBoundSetter public void setPattern(String pattern)
    • getExcludePattern

      public String getExcludePattern()
    • setExcludePattern

      @DataBoundSetter public void setExcludePattern(String excludePattern)
    • isAsRegexp

      public boolean isAsRegexp()
    • setAsRegexp

      @DataBoundSetter public void setAsRegexp(boolean asRegexp)