public class ViolationsToGitHubRecorder
extends hudson.tasks.Recorder
hudson.tasks.Publisher.DescriptorExtensionListImpl
Modifier and Type | Field and Description |
---|---|
static hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> |
DESCRIPTOR |
Constructor and Description |
---|
ViolationsToGitHubRecorder() |
Modifier and Type | Method and Description |
---|---|
ViolationsToGitHubConfig |
getConfig() |
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> |
getDescriptor() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setConfig(ViolationsToGitHubConfig config) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
@Extension public static final hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> DESCRIPTOR
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException, IOException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
public hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.tasks.Publisher>
getDescriptor
in class hudson.tasks.Recorder
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public void setConfig(ViolationsToGitHubConfig config)
public ViolationsToGitHubConfig getConfig()
Copyright © 2004-2016. All Rights Reserved.