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 xmlPath,
String xsdPath) |
| Modifier and Type | Method and Description |
|---|---|
XMLLinterBuilder.DescriptorImpl |
getDescriptor() |
String |
getXmlPath() |
String |
getXsdPath() |
void |
perform(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
void |
setXmlPath(String xmlPath) |
void |
setXsdPath(String xsdPath) |
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildpublic String getXmlPath()
@DataBoundSetter public void setXmlPath(String xmlPath)
public String getXsdPath()
@DataBoundSetter public void setXsdPath(String xsdPath)
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–2018. All rights reserved.