Class VeracodeNotifier

  • All Implemented Interfaces:
    ExtensionPoint, Describable<Publisher>, BuildStep

    public class VeracodeNotifier
    extends Notifier
    The VeracodeNotifier class contains the code that is executed after a job that is configured to use the Veracode plugin is built and provides getter methods for the form fields defined in config.jelly.

    This class extends the Notifier class.

    • Constructor Detail

      • VeracodeNotifier

        @DataBoundConstructor
        public VeracodeNotifier​(String appname,
                                boolean createprofile,
                                String teams,
                                String criticality,
                                String sandboxname,
                                boolean createsandbox,
                                String version,
                                String filenamepattern,
                                String replacementpattern,
                                String uploadincludespattern,
                                String uploadexcludespattern,
                                String scanincludespattern,
                                String scanexcludespattern,
                                boolean scanallnonfataltoplevelmodules,
                                boolean includenewmodules,
                                boolean waitForScan,
                                String timeout,
                                String deleteIncompleteScan,
                                CredentialsBlock credentials)
        Constructor for VeracodeNotifier.

        Called by Jenkins with data supplied in the "Job Configuration" page.

        Parameters:
        appname - a String object.
        createprofile - a boolean.
        teams - a String object.
        criticality - a String object.
        sandboxname - a String object.
        createsandbox - a boolean.
        version - a String object.
        filenamepattern - a String object.
        replacementpattern - a String object.
        uploadincludespattern - a String object.
        uploadexcludespattern - a String object.
        scanincludespattern - a String object.
        scanexcludespattern - a String object.
        scanallnonfataltoplevelmodules - a boolean
        includenewmodules - a boolean
        waitForScan - a boolean.
        timeout - a String object.
        deleteIncompleteScan - a boolean.
        credentials - a CredentialsBlock object.