public class VeracodeNotifier
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
VeracodeNotifier.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
VeracodeNotifier(String includes,
String applicationName,
int scanFrequency,
int prescanTimeout,
BuildTriggers triggers) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName() |
VeracodeNotifier.DescriptorImpl |
getDescriptor() |
String |
getIncludes() |
String |
getPrescanTimeout() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getScanFrequency() |
BuildTriggers |
getTriggers() |
boolean |
isOverrideTriggers() |
boolean |
needsToRunAfterFinalized() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getProjectAction, getProjectActions, perform, prebuild@DataBoundConstructor public VeracodeNotifier(String includes, String applicationName, int scanFrequency, int prescanTimeout, BuildTriggers triggers)
public boolean needsToRunAfterFinalized()
needsToRunAfterFinalized in class hudson.tasks.Publisherpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic String getIncludes()
public String getApplicationName()
public String getScanFrequency()
public String getPrescanTimeout()
public boolean isOverrideTriggers()
public BuildTriggers getTriggers()
public VeracodeNotifier.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.NotifierCopyright © 2004-2013. All Rights Reserved.