public class XMLLinterBuilder
extends hudson.tasks.Builder
implements jenkins.tasks.SimpleBuildStep
| Modifier and Type | Class and Description |
|---|---|
static class |
XMLLinterBuilder.DescriptorImpl |
jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory| Constructor and Description |
|---|
XMLLinterBuilder(String xsdsPath,
String xmlsPath,
String reportPath) |
| Modifier and Type | Method and Description |
|---|---|
XMLLinterBuilder.DescriptorImpl |
getDescriptor() |
String |
getReportPath() |
String |
getXmlsPath() |
String |
getXsdsPath() |
void |
perform(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
setReportPath(String reportPath) |
void |
setXmlsPath(String xmlsPath) |
void |
setXsdsPath(String xsdsPath) |
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildpublic String getXsdsPath()
@DataBoundSetter public void setXsdsPath(String xsdsPath)
public String getXmlsPath()
@DataBoundSetter public void setXmlsPath(String xmlsPath)
public String getReportPath()
@DataBoundSetter public void setReportPath(String reportPath)
public void perform(@Nonnull hudson.model.Run<?,?> build, @Nonnull hudson.FilePath workspace, @Nonnull hudson.Launcher launcher, @Nonnull hudson.model.TaskListener listener) throws InterruptedException, IOException
perform in interface jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionpublic XMLLinterBuilder.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2016–2019. All rights reserved.