Class TasksScannerPublisher
java.lang.Object
hudson.model.AbstractDescribableImpl<MavenPublisher>
org.jenkinsci.plugins.pipeline.maven.MavenPublisher
org.jenkinsci.plugins.pipeline.maven.publishers.AbstractHealthAwarePublisher
org.jenkinsci.plugins.pipeline.maven.publishers.TasksScannerPublisher
- All Implemented Interfaces:
ExtensionPoint
,Describable<MavenPublisher>
,Serializable
,Comparable<MavenPublisher>
- Author:
- Cyrille Le Clerc
- See Also:
-
TasksPublisher
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
void
setAsRegexp
(boolean asRegexp) void
setExcludePattern
(String excludePattern) void
setHighPriorityTaskIdentifiers
(String highPriorityTaskIdentifiers) void
setIgnoreCase
(boolean ignoreCase) void
setLowPriorityTaskIdentifiers
(String lowPriorityTaskIdentifiers) void
setNormalPriorityTaskIdentifiers
(String normalPriorityTaskIdentifiers) void
setPattern
(String pattern) Methods inherited from class org.jenkinsci.plugins.pipeline.maven.publishers.AbstractHealthAwarePublisher
getHealthy, getThresholdLimit, getUnHealthy, setHealthAwarePublisherAttributes, setHealthy, setThresholdLimit, setUnHealthy, toString
Methods inherited from class org.jenkinsci.plugins.pipeline.maven.MavenPublisher
compareTo, getDescriptor, isDisabled, setDisabled
-
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 classMavenPublisher
mavenSpyLogsElt
- maven spy report. WARNING experimental structure for the moment, subject to change.- Throws:
IOException
InterruptedException
-
getHighPriorityTaskIdentifiers
-
setHighPriorityTaskIdentifiers
-
getNormalPriorityTaskIdentifiers
-
setNormalPriorityTaskIdentifiers
-
getLowPriorityTaskIdentifiers
-
setLowPriorityTaskIdentifiers
-
isIgnoreCase
public boolean isIgnoreCase() -
setIgnoreCase
@DataBoundSetter public void setIgnoreCase(boolean ignoreCase) -
getPattern
-
setPattern
-
getExcludePattern
-
setExcludePattern
-
isAsRegexp
public boolean isAsRegexp() -
setAsRegexp
@DataBoundSetter public void setAsRegexp(boolean asRegexp)
-