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,
String platformName,
String scanName,
BuildTriggers triggers) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName() |
VeracodeNotifier.DescriptorImpl |
getDescriptor() |
String |
getIncludes() |
String |
getPlatformName() |
String |
getPrescanTimeout() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getScanFrequency() |
String |
getScanName() |
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, String platformName, String scanName, 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 String getPlatformName()
public String getScanName()
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-2015. All Rights Reserved.