public class TasksScannerPublisher extends MavenPublisher
TasksPublisher,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
TasksScannerPublisher.DescriptorImpl |
| Constructor and Description |
|---|
TasksScannerPublisher() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExcludePattern() |
String |
getHighPriorityTaskIdentifiers() |
String |
getLowPriorityTaskIdentifiers() |
String |
getNormalPriorityTaskIdentifiers() |
String |
getPattern() |
boolean |
isAsRegexp() |
boolean |
isIgnoreCase() |
void |
process(org.jenkinsci.plugins.workflow.steps.StepContext context,
Element mavenSpyLogsElt) |
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) |
buildConfiguredMavenPublisher, buildPublishersList, compareTo, getDescriptor, isDisabled, setDisabled, toStringpublic void process(@Nonnull org.jenkinsci.plugins.workflow.steps.StepContext context, @Nonnull Element mavenSpyLogsElt) throws IOException, InterruptedException
process in class MavenPublishermavenSpyLogsElt - maven spy report. WARNING experimental structure for the moment, subject to change.IOExceptionInterruptedExceptionpublic String getHighPriorityTaskIdentifiers()
@DataBoundSetter public void setHighPriorityTaskIdentifiers(String highPriorityTaskIdentifiers)
public String getNormalPriorityTaskIdentifiers()
@DataBoundSetter public void setNormalPriorityTaskIdentifiers(String normalPriorityTaskIdentifiers)
public String getLowPriorityTaskIdentifiers()
@DataBoundSetter public void setLowPriorityTaskIdentifiers(String lowPriorityTaskIdentifiers)
public boolean isIgnoreCase()
@DataBoundSetter public void setIgnoreCase(boolean ignoreCase)
public String getPattern()
@DataBoundSetter public void setPattern(String pattern)
public String getExcludePattern()
@DataBoundSetter public void setExcludePattern(String excludePattern)
public boolean isAsRegexp()
@DataBoundSetter public void setAsRegexp(boolean asRegexp)
Copyright © 2016–2017. All rights reserved.